Class MAPSGSN_CAMEL_SubscriptionInfo

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPSGSN_CAMEL_SubscriptionInfo
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.SGSN-CAMEL-SubscriptionInfo. Generated from the following ASN.1 type definition.
     SGSN-CAMEL-SubscriptionInfo ::=
         SEQUENCE {
             gprs-CSI                    GPRS-CSI OPTIONAL,
             mo-sms-CSI                  SMS-CSI OPTIONAL,                    -- Renamed from sms-CSI between releases 4 and 5.
             extensionContainer          ExtensionContainer OPTIONAL,
             ...
             mt-sms-CSI                  SMS-CSI OPTIONAL,                    -- Added in release 5.
             mt-smsCAMELTDP-CriteriaList MT-smsCAMELTDP-CriteriaList OPTIONAL, -- Added in release 5.
             mg-csi                      MG-CSI OPTIONAL                      -- Added in release 5.
         }
     
    Added in R99.

    Used as field type by MAPInsertSubscriberDataArg.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPSGSN_CAMEL_SubscriptionInfo

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

      • copyOf

        public static MAPSGSN_CAMEL_SubscriptionInfo copyOf​(MAPSGSN_CAMEL_SubscriptionInfo 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:
        MAPSGSN_CAMEL_SubscriptionInfo
      • 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
      • getGprs_CSI

        public MAPGPRS_CSI getGprs_CSI()
        Gets the value of the field gprs-CSI.
        Returns:
        value of field gprs-CSI, or null if not present
      • getMg_csi

        public MAPMG_CSI getMg_csi()
        Gets the value of the field mg-csi.
        Returns:
        value of field mg-csi, or null if not present
      • getMo_sms_CSI

        public MAPSMS_CSI getMo_sms_CSI()
        Gets the value of the field mo-sms-CSI.
        Returns:
        value of field mo-sms-CSI, or null if not present
      • getMt_smsCAMELTDP_CriteriaList

        public MAPMT_smsCAMELTDP_Criteria[] getMt_smsCAMELTDP_CriteriaList()
        Gets the value of the field mt-smsCAMELTDP-CriteriaList.
        Returns:
        value of field mt-smsCAMELTDP-CriteriaList, or null if not present
      • getMt_sms_CSI

        public MAPSMS_CSI getMt_sms_CSI()
        Gets the value of the field mt-sms-CSI.
        Returns:
        value of field mt-sms-CSI, 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
      • hasGprs_CSI

        public boolean hasGprs_CSI()
        Tests whether the field gprs-CSI has a value.
        Returns:
        whether the field gprs-CSI has a value
      • hasMg_csi

        public boolean hasMg_csi()
        Tests whether the field mg-csi has a value.
        Returns:
        whether the field mg-csi has a value
      • hasMo_sms_CSI

        public boolean hasMo_sms_CSI()
        Tests whether the field mo-sms-CSI has a value.
        Returns:
        whether the field mo-sms-CSI has a value
      • hasMt_smsCAMELTDP_CriteriaList

        public boolean hasMt_smsCAMELTDP_CriteriaList()
        Tests whether the field mt-smsCAMELTDP-CriteriaList has a value.
        Returns:
        whether the field mt-smsCAMELTDP-CriteriaList has a value
      • hasMt_sms_CSI

        public boolean hasMt_sms_CSI()
        Tests whether the field mt-sms-CSI has a value.
        Returns:
        whether the field mt-sms-CSI has a value