Class MAPModificationRequestFor_IP_SM_GW_Data

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPModificationRequestFor_IP_SM_GW_Data
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.ModificationRequestFor-IP-SM-GW-Data. Generated from the following ASN.1 type definition.
     ModificationRequestFor-IP-SM-GW-Data ::=
         SEQUENCE {
             modifyRegistrationStatus ModificationInstruction OPTIONAL,
             extensionContainer       ExtensionContainer OPTIONAL,
             ...
         }
     
    Added in release 7.

    Used as field type by MAPAnyTimeModificationArg.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPModificationRequestFor_IP_SM_GW_Data

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

      • getExtensionContainer

        public MAPExtensionContainer getExtensionContainer()
        Gets the value of the field extensionContainer.
        Returns:
        value of field extensionContainer, 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
      • getModifyRegistrationStatus

        public MAPModificationInstruction getModifyRegistrationStatus()
        Gets the value of the field modifyRegistrationStatus.
        Returns:
        value of field modifyRegistrationStatus, or null if not present
      • hasExtensionContainer

        public boolean hasExtensionContainer()
        Tests whether the field extensionContainer has a value.
        Returns:
        whether the field extensionContainer has a value
      • hasModifyRegistrationStatus

        public boolean hasModifyRegistrationStatus()
        Tests whether the field modifyRegistrationStatus has a value.
        Returns:
        whether the field modifyRegistrationStatus has a value