Class MAPSS_InvocationNotificationArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPSS_InvocationNotificationArg
    extends AbstractFieldsObject
    API for MAP-SS-DataTypes.SS-InvocationNotificationArg. Generated from the following ASN.1 type definition.
     SS-InvocationNotificationArg ::=
         SEQUENCE {
             imsi                  IMSI,
             msisdn                ISDN-AddressString,
             ss-Event              SS-Code,                        -- The following SS-Code values are allowed: ect, multiPTY, cd, ccbs.
             ss-EventSpecification SS-EventSpecification OPTIONAL,
             extensionContainer    ExtensionContainer OPTIONAL,
             ...
             b-subscriberNumber    ISDN-AddressString OPTIONAL,    -- Added in R99.
             ccbs-RequestState     CCBS-RequestState OPTIONAL      -- Added in R99.
         }
     
    Added in R97.

    Used as argument type by MAPOperations.ss_InvocationNotification.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPSS_InvocationNotificationArg

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

      • copyOf

        public static MAPSS_InvocationNotificationArg copyOf​(MAPSS_InvocationNotificationArg 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:
        MAPSS_InvocationNotificationArg
      • getB_subscriberNumber

        public AddressString getB_subscriberNumber()
        Gets the value of the field b-subscriberNumber.
        Returns:
        value of field b-subscriberNumber, or null if not present
      • getCcbs_RequestState

        public MAPCCBS_RequestState getCcbs_RequestState()
        Gets the value of the field ccbs-RequestState.
        Returns:
        value of field ccbs-RequestState, 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
      • getMsisdn

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

        public SSCode getSs_Event()
        Gets the value of the field ss-Event.
        Returns:
        value of field ss-Event, or null if not present
      • getSs_EventSpecification

        public AddressString[] getSs_EventSpecification()
        Gets the value of the field ss-EventSpecification.
        Returns:
        value of field ss-EventSpecification, or null if not present
      • hasB_subscriberNumber

        public boolean hasB_subscriberNumber()
        Tests whether the field b-subscriberNumber has a value.
        Returns:
        whether the field b-subscriberNumber has a value
      • hasCcbs_RequestState

        public boolean hasCcbs_RequestState()
        Tests whether the field ccbs-RequestState has a value.
        Returns:
        whether the field ccbs-RequestState 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
      • hasMsisdn

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

        public boolean hasSs_Event()
        Tests whether the field ss-Event has a value.
        Returns:
        whether the field ss-Event has a value
      • hasSs_EventSpecification

        public boolean hasSs_EventSpecification()
        Tests whether the field ss-EventSpecification has a value.
        Returns:
        whether the field ss-EventSpecification has a value