Class MAPAnyTimeSubscriptionInterrogationArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPAnyTimeSubscriptionInterrogationArg
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.AnyTimeSubscriptionInterrogationArg. Generated from the following ASN.1 type definition.
     AnyTimeSubscriptionInterrogationArg ::=
         SEQUENCE {
             subscriberIdentity        SubscriberIdentity,
             requestedSubscriptionInfo RequestedSubscriptionInfo,
             gsmSCF-Address            ISDN-AddressString,
             extensionContainer        ExtensionContainer OPTIONAL,
             longFTN-Supported         NULL OPTIONAL,
             ...
         }
     
    Added in R99.

    Used as argument type by MAPOperations.anyTimeSubscriptionInterrogation.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPAnyTimeSubscriptionInterrogationArg

        public MAPAnyTimeSubscriptionInterrogationArg()
        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
      • getGsmSCF_Address

        public AddressString getGsmSCF_Address()
        Gets the value of the field gsmSCF-Address.
        Returns:
        value of field gsmSCF-Address, or null if not present
      • getRequestedSubscriptionInfo

        public MAPRequestedSubscriptionInfo getRequestedSubscriptionInfo()
        Gets the value of the field requestedSubscriptionInfo.
        Returns:
        value of field requestedSubscriptionInfo, or null if not present
      • getSubscriberIdentity

        public MAPSubscriberIdentity getSubscriberIdentity()
        Gets the value of the field subscriberIdentity.
        Returns:
        value of field subscriberIdentity, 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
      • hasGsmSCF_Address

        public boolean hasGsmSCF_Address()
        Tests whether the field gsmSCF-Address has a value.
        Returns:
        whether the field gsmSCF-Address has a value
      • hasLongFTN_Supported

        public boolean hasLongFTN_Supported()
        Tests whether the field longFTN-Supported is present.
        Returns:
        whether the field longFTN-Supported is present
      • hasRequestedSubscriptionInfo

        public boolean hasRequestedSubscriptionInfo()
        Tests whether the field requestedSubscriptionInfo has a value.
        Returns:
        whether the field requestedSubscriptionInfo has a value
      • hasSubscriberIdentity

        public boolean hasSubscriberIdentity()
        Tests whether the field subscriberIdentity has a value.
        Returns:
        whether the field subscriberIdentity has a value
      • setLongFTN_SupportedPresent

        public MAPAnyTimeSubscriptionInterrogationArg setLongFTN_SupportedPresent​(boolean flag)
                                                                           throws IllegalStateException
        Sets the presence or absence of the optional field longFTN-Supported.
        Parameters:
        flag - either true if the field should be marked as present or false if the field should be marked as absent
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only