Class MAPNoteMM_EventArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPNoteMM_EventArg
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.NoteMM-EventArg. Generated from the following ASN.1 type definition.
     NoteMM-EventArg ::=
         SEQUENCE {
             serviceKey                   ServiceKey,
             eventMet                     MM-Code,
             imsi                         IMSI,
             msisdn                       ISDN-AddressString,
             locationInformation          LocationInformation OPTIONAL,
             supportedCAMELPhases         SupportedCamelPhases OPTIONAL,
             extensionContainer           ExtensionContainer OPTIONAL,
             ...
             locationInformationGPRS      LocationInformationGPRS OPTIONAL,    -- Added in release 5.
             offeredCamel4Functionalities OfferedCamel4Functionalities OPTIONAL -- Added in release 5.
         }
     
    Added in R99.

    Used as argument type by MAPOperations.noteMM_Event.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPNoteMM_EventArg

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

      • copyOf

        public static MAPNoteMM_EventArg copyOf​(MAPNoteMM_EventArg 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:
        MAPNoteMM_EventArg
      • getEventMet

        public MMCode getEventMet()
        Gets the value of the field eventMet.
        Returns:
        value of field eventMet, or null if not present
      • 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
      • getImsi

        public IMSIAddress getImsi()
        Gets the value of the field imsi.
        Returns:
        value of field imsi, or null if not present
      • getLocationInformation

        public MAPLocationInformation getLocationInformation()
        Gets the value of the field locationInformation.
        Returns:
        value of field locationInformation, or null if not present
      • getLocationInformationGPRS

        public MAPLocationInformationGPRS getLocationInformationGPRS()
        Gets the value of the field locationInformationGPRS.
        Returns:
        value of field locationInformationGPRS, or null if not present
      • getMsisdn

        public AddressString getMsisdn()
        Gets the value of the field msisdn.
        Returns:
        value of field msisdn, or null if not present
      • getOfferedCamel4Functionalities

        public MAPOfferedCamel4Functionalities getOfferedCamel4Functionalities()
        Gets the value of the field offeredCamel4Functionalities.
        Returns:
        value of field offeredCamel4Functionalities, or null if not present
      • getServiceKey

        public int getServiceKey()
        Gets the value of the field serviceKey.
        Returns:
        value of field serviceKey
      • getSupportedCAMELPhases

        public MAPSupportedCamelPhases getSupportedCAMELPhases()
        Gets the value of the field supportedCAMELPhases.
        Returns:
        value of field supportedCAMELPhases, or null if not present
      • hasEventMet

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

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

        public boolean hasImsi()
        Tests whether the field imsi has a value.
        Returns:
        whether the field imsi has a value
      • hasLocationInformation

        public boolean hasLocationInformation()
        Tests whether the field locationInformation has a value.
        Returns:
        whether the field locationInformation has a value
      • hasLocationInformationGPRS

        public boolean hasLocationInformationGPRS()
        Tests whether the field locationInformationGPRS has a value.
        Returns:
        whether the field locationInformationGPRS has a value
      • hasMsisdn

        public boolean hasMsisdn()
        Tests whether the field msisdn has a value.
        Returns:
        whether the field msisdn has a value
      • hasOfferedCamel4Functionalities

        public boolean hasOfferedCamel4Functionalities()
        Tests whether the field offeredCamel4Functionalities has a value.
        Returns:
        whether the field offeredCamel4Functionalities has a value
      • hasServiceKey

        public boolean hasServiceKey()
        Tests whether the field serviceKey has a value.
        Returns:
        whether the field serviceKey has a value
      • hasSupportedCAMELPhases

        public boolean hasSupportedCAMELPhases()
        Tests whether the field supportedCAMELPhases has a value.
        Returns:
        whether the field supportedCAMELPhases has a value
      • setServiceKey

        public MAPNoteMM_EventArg setServiceKey​(int value)
                                         throws IllegalStateException
        Sets the value of the field serviceKey and marks the field as present.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only