Class MAPGmscCamelSubscriptionInfo

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPGmscCamelSubscriptionInfo
    extends AbstractFieldsObject
    API for MAP-CH-DataTypes.GmscCamelSubscriptionInfo. Generated from the following ASN.1 type definition.
     GmscCamelSubscriptionInfo ::=
         SEQUENCE {
             t-CSI                         T-CSI OPTIONAL,
             o-CSI                         O-CSI OPTIONAL,
             extensionContainer            ExtensionContainer OPTIONAL,
             ...
             o-BcsmCamelTDP-CriteriaList   O-BcsmCamelTDPCriteriaList OPTIONAL, -- Added in R97.
             t-BCSM-CAMEL-TDP-CriteriaList T-BCSM-CAMEL-TDP-CriteriaList OPTIONAL, -- Added in R99.
             d-csi                         D-CSI OPTIONAL                       -- Added in R99.
         }
     
    Added in R96.

    Used as field type by MAPCamelRoutingInfo.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPGmscCamelSubscriptionInfo

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

      • copyOf

        public static MAPGmscCamelSubscriptionInfo copyOf​(MAPGmscCamelSubscriptionInfo 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:
        MAPGmscCamelSubscriptionInfo
      • getD_csi

        public MAPD_CSI getD_csi()
        Gets the value of the field d-csi.
        Returns:
        value of field d-csi, 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
      • getO_BcsmCamelTDP_CriteriaList

        public MAPO_BcsmCamelTDP_Criteria[] getO_BcsmCamelTDP_CriteriaList()
        Gets the value of the field o-BcsmCamelTDP-CriteriaList.
        Returns:
        value of field o-BcsmCamelTDP-CriteriaList, or null if not present
      • getO_CSI

        public MAPO_CSI getO_CSI()
        Gets the value of the field o-CSI.
        Returns:
        value of field o-CSI, or null if not present
      • getT_BCSM_CAMEL_TDP_CriteriaList

        public MAPT_BCSM_CAMEL_TDP_Criteria[] getT_BCSM_CAMEL_TDP_CriteriaList()
        Gets the value of the field t-BCSM-CAMEL-TDP-CriteriaList.
        Returns:
        value of field t-BCSM-CAMEL-TDP-CriteriaList, or null if not present
      • getT_CSI

        public MAPT_CSI getT_CSI()
        Gets the value of the field t-CSI.
        Returns:
        value of field t-CSI, or null if not present
      • hasD_csi

        public boolean hasD_csi()
        Tests whether the field d-csi has a value.
        Returns:
        whether the field d-csi has a value
      • hasExtensionContainer

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

        public boolean hasO_BcsmCamelTDP_CriteriaList()
        Tests whether the field o-BcsmCamelTDP-CriteriaList has a value.
        Returns:
        whether the field o-BcsmCamelTDP-CriteriaList has a value
      • hasO_CSI

        public boolean hasO_CSI()
        Tests whether the field o-CSI has a value.
        Returns:
        whether the field o-CSI has a value
      • hasT_BCSM_CAMEL_TDP_CriteriaList

        public boolean hasT_BCSM_CAMEL_TDP_CriteriaList()
        Tests whether the field t-BCSM-CAMEL-TDP-CriteriaList has a value.
        Returns:
        whether the field t-BCSM-CAMEL-TDP-CriteriaList has a value
      • hasT_CSI

        public boolean hasT_CSI()
        Tests whether the field t-CSI has a value.
        Returns:
        whether the field t-CSI has a value