Class MAPGPRSMSClass

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPGPRSMSClass
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.GPRSMSClass. Generated from the following ASN.1 type definition.
     GPRSMSClass ::=
         SEQUENCE {
             mSNetworkCapability     MSNetworkCapability,
             mSRadioAccessCapability MSRadioAccessCapability OPTIONAL
         }
     
    Added in release 5.

    Used as field type by MAPSubscriberInfo.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPGPRSMSClass

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

      • copyOf

        public static MAPGPRSMSClass copyOf​(MAPGPRSMSClass 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:
        MAPGPRSMSClass
      • 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
      • getMSNetworkCapability

        public byte[] getMSNetworkCapability()
        Gets the value of the field mSNetworkCapability.
        Returns:
        value of field mSNetworkCapability, or null if not present
      • getMSRadioAccessCapability

        public byte[] getMSRadioAccessCapability()
        Gets the value of the field mSRadioAccessCapability.
        Returns:
        value of field mSRadioAccessCapability, or null if not present
      • hasMSNetworkCapability

        public boolean hasMSNetworkCapability()
        Tests whether the field mSNetworkCapability has a value.
        Returns:
        whether the field mSNetworkCapability has a value
      • hasMSRadioAccessCapability

        public boolean hasMSRadioAccessCapability()
        Tests whether the field mSRadioAccessCapability has a value.
        Returns:
        whether the field mSRadioAccessCapability has a value
      • setMSNetworkCapability

        public MAPGPRSMSClass setMSNetworkCapability​(byte[] value)
                                              throws IllegalStateException
        Sets the value of the field mSNetworkCapability.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only
      • setMSRadioAccessCapability

        public MAPGPRSMSClass setMSRadioAccessCapability​(byte[] value)
                                                  throws IllegalStateException
        Sets the value of the field mSRadioAccessCapability. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only