Class MAPInsertSubscriberDataRes

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPInsertSubscriberDataRes
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.InsertSubscriberDataRes. Generated from the following ASN.1 type definition.
     InsertSubscriberDataRes ::=
         SEQUENCE {
             teleserviceList              TeleserviceList OPTIONAL,
             bearerServiceList            BearerServiceList OPTIONAL,
             ss-List                      SS-List OPTIONAL,
             odb-GeneralData              ODB-GeneralData OPTIONAL,
             regionalSubscriptionResponse RegionalSubscriptionResponse OPTIONAL,
             supportedCamelPhases         SupportedCamelPhases OPTIONAL,       -- Added in R96.
             extensionContainer           ExtensionContainer OPTIONAL,         -- Added in R96.
             ...
             offeredCamel4CSIs            OfferedCamel4CSIs OPTIONAL,          -- Added in release 5.
             supportedFeatures            SupportedFeatures OPTIONAL           -- Added in release 8.
         }
     
    Added in ph2.

    Used as result type by MAPOperations.insertSubscriberData.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPInsertSubscriberDataRes

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

      • copyOf

        public static MAPInsertSubscriberDataRes copyOf​(MAPInsertSubscriberDataRes 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:
        MAPInsertSubscriberDataRes
      • getBearerServiceList

        public byte[][] getBearerServiceList()
        Gets the value of the field bearerServiceList.
        Returns:
        value of field bearerServiceList, 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
      • getOdb_GeneralData

        public MAPODB_GeneralData getOdb_GeneralData()
        Gets the value of the field odb-GeneralData.
        Returns:
        value of field odb-GeneralData, or null if not present
      • getOfferedCamel4CSIs

        public MAPOfferedCamel4CSIs getOfferedCamel4CSIs()
        Gets the value of the field offeredCamel4CSIs.
        Returns:
        value of field offeredCamel4CSIs, or null if not present
      • getRegionalSubscriptionResponse

        public MAPRegionalSubscriptionResponse getRegionalSubscriptionResponse()
        Gets the value of the field regionalSubscriptionResponse.
        Returns:
        value of field regionalSubscriptionResponse, or null if not present
      • getSs_List

        public SSCode[] getSs_List()
        Gets the value of the field ss-List.
        Returns:
        value of field ss-List, or null if not present
      • getSupportedCamelPhases

        public MAPSupportedCamelPhases getSupportedCamelPhases()
        Gets the value of the field supportedCamelPhases.
        Returns:
        value of field supportedCamelPhases, or null if not present
      • getSupportedFeatures

        public MAPSupportedFeatures getSupportedFeatures()
        Gets the value of the field supportedFeatures.
        Returns:
        value of field supportedFeatures, or null if not present
      • getTeleserviceList

        public byte[][] getTeleserviceList()
        Gets the value of the field teleserviceList.
        Returns:
        value of field teleserviceList, or null if not present
      • hasBearerServiceList

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

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

        public boolean hasOdb_GeneralData()
        Tests whether the field odb-GeneralData has a value.
        Returns:
        whether the field odb-GeneralData has a value
      • hasOfferedCamel4CSIs

        public boolean hasOfferedCamel4CSIs()
        Tests whether the field offeredCamel4CSIs has a value.
        Returns:
        whether the field offeredCamel4CSIs has a value
      • hasRegionalSubscriptionResponse

        public boolean hasRegionalSubscriptionResponse()
        Tests whether the field regionalSubscriptionResponse has a value.
        Returns:
        whether the field regionalSubscriptionResponse has a value
      • hasSs_List

        public boolean hasSs_List()
        Tests whether the field ss-List has a value.
        Returns:
        whether the field ss-List has a value
      • hasSupportedCamelPhases

        public boolean hasSupportedCamelPhases()
        Tests whether the field supportedCamelPhases has a value.
        Returns:
        whether the field supportedCamelPhases has a value
      • hasSupportedFeatures

        public boolean hasSupportedFeatures()
        Tests whether the field supportedFeatures has a value.
        Returns:
        whether the field supportedFeatures has a value
      • hasTeleserviceList

        public boolean hasTeleserviceList()
        Tests whether the field teleserviceList has a value.
        Returns:
        whether the field teleserviceList has a value
      • setBearerServiceList

        public MAPInsertSubscriberDataRes setBearerServiceList​(byte[][] value)
                                                        throws IllegalStateException
        Sets the value of the field bearerServiceList. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only
      • setTeleserviceList

        public MAPInsertSubscriberDataRes setTeleserviceList​(byte[][] value)
                                                      throws IllegalStateException
        Sets the value of the field teleserviceList. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only