Class MAPPerformSubsequentHandoverArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPPerformSubsequentHandoverArg
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes-ph1.PerformSubsequentHandoverArg. Generated from the following ASN.1 type definition.
     PerformSubsequentHandoverArg ::=
         SEQUENCE {
             targetCellId         GlobalCellId,
             servingCellId        GlobalCellId,
             targetMscNumber      ISDN-AddressString,
             classmarkInformation ClassmarkInformation OPTIONAL
         }
     
    Present in ph1. Removed between ph1 and ph2.

    Used as argument type by MAPOperations.performSubsequentHandover_v1.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPPerformSubsequentHandoverArg

        public MAPPerformSubsequentHandoverArg()
        Constructs an object with uninitialised state.
    • Method Detail

      • copyOf

        public static MAPPerformSubsequentHandoverArg copyOf​(MAPPerformSubsequentHandoverArg from)
        Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
        Parameters:
        from - the object from which to copy
        Returns:
        MAPPerformSubsequentHandoverArg
      • getClassmarkInformation

        public byte[] getClassmarkInformation()
        Gets the value of the field classmarkInformation.
        Returns:
        value of field classmarkInformation, or null if not present
      • getFieldAccessors

        public static FieldAccessor[] getFieldAccessors()
        Gets a new array of the accessors for fields of this type.
        Returns:
        FieldAccessor[]
      • getFieldsMap

        public Map<String,​Object> getFieldsMap​(boolean withAbsents)
        Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.
        Specified by:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - whether to put absent optional fields into Map
        Returns:
        Map from field-name to field-value
      • getServingCellId

        public CellGlobalId getServingCellId()
        Gets the value of the field servingCellId.
        Returns:
        value of field servingCellId, or null if not present
      • getTargetCellId

        public CellGlobalId getTargetCellId()
        Gets the value of the field targetCellId.
        Returns:
        value of field targetCellId, or null if not present
      • getTargetMscNumber

        public AddressString getTargetMscNumber()
        Gets the value of the field targetMscNumber.
        Returns:
        value of field targetMscNumber, or null if not present
      • hasClassmarkInformation

        public boolean hasClassmarkInformation()
        Tests whether the field classmarkInformation has a value.
        Returns:
        whether the field classmarkInformation has a value
      • hasServingCellId

        public boolean hasServingCellId()
        Tests whether the field servingCellId has a value.
        Returns:
        whether the field servingCellId has a value
      • hasTargetCellId

        public boolean hasTargetCellId()
        Tests whether the field targetCellId has a value.
        Returns:
        whether the field targetCellId has a value
      • hasTargetMscNumber

        public boolean hasTargetMscNumber()
        Tests whether the field targetMscNumber has a value.
        Returns:
        whether the field targetMscNumber has a value