Class MAPInsertSubscriberDataArg

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPInsertSubscriberDataArg
    extends MAPInsertSubscriberDataArg_v1
    API for MAP-MS-DataTypes.InsertSubscriberDataArg. Generated from the following ASN.1 type definition and the adaptations below.
     InsertSubscriberDataArg ::=
         SEQUENCE {
             imsi                                           IMSI OPTIONAL,
             msisdn                                         ISDN-AddressString OPTIONAL,         -- Renamed from msIsdn between ph1 and ph2.
             category                                       Category OPTIONAL,
             subscriberStatus                               SubscriberStatus OPTIONAL,
             bearerServiceList                              BearerServiceList OPTIONAL,
             teleserviceList                                TeleserviceList OPTIONAL,
             provisionedSS                                  Ext-SS-InfoList OPTIONAL,            -- Renamed from provisonedSupplServices between ph1 and ph2.
             odb-Data                                       ODB-Data OPTIONAL,                   -- Added in ph2.
             roamingRestrictionDueToUnsupportedFeature      NULL OPTIONAL,                       -- Added in ph2.
             regionalSubscriptionData                       ZoneCodeList OPTIONAL,               -- Added in ph2.
             vbsSubscriptionData                            VBSDataList OPTIONAL,                -- Added in R96.
             vgcsSubscriptionData                           VGCSDataList OPTIONAL,               -- Added in R96.
             vlrCamelSubscriptionInfo                       VlrCamelSubscriptionInfo OPTIONAL,   -- Added in R96.
             extensionContainer                             ExtensionContainer OPTIONAL,         -- Added in R96.
             ...
             naea-PreferredCI                               NAEA-PreferredCI OPTIONAL,           -- Added in R97.  naea-PreferredCI is included at the discretion of the HLR operator.
             gprsSubscriptionData                           GPRSSubscriptionData OPTIONAL,       -- Added in R97.
             roamingRestrictedInSgsnDueToUnsupportedFeature NULL OPTIONAL,                       -- Added in R97.
             networkAccessMode                              NetworkAccessMode OPTIONAL,          -- Added in R97.
             lsaInformation                                 LSAInformation OPTIONAL,             -- Added in R98.
             lmu-Indicator                                  NULL OPTIONAL,                       -- Added in R98.
             lcsInformation                                 LCSInformation OPTIONAL,             -- Added in R98.
             istAlertTimer                                  IST-AlertTimerValue OPTIONAL,        -- Added in R99.
             superChargerSupportedInHLR                     AgeIndicator OPTIONAL,               -- Added in R99.
             mc-SS-Info                                     MC-SS-Info OPTIONAL,                 -- Added in R99.
             cs-AllocationRetentionPriority                 CS-AllocationRetentionPriority OPTIONAL, -- Added in R99.
             sgsn-CAMEL-SubscriptionInfo                    SGSN-CAMEL-SubscriptionInfo OPTIONAL, -- Added in R99.
             chargingCharacteristics                        ChargingCharacteristics OPTIONAL,    -- Added in R99.
             accessRestrictionData                          AccessRestrictionData OPTIONAL,      -- Added in release 6.
             ics-Indicator                                  BOOLEAN OPTIONAL,                    -- Added in release 8.
             eps-SubscriptionData                           EPS-SubscriptionData OPTIONAL,       -- Added in release 8.
             csg-SubscriptionDataList                       CSG-SubscriptionDataList OPTIONAL,   -- Added in release 8.
             ue-ReachabilityRequestIndicator                NULL OPTIONAL,                       -- Added in release 9.
             sgsn-Number                                    ISDN-AddressString OPTIONAL,         -- Added in release 9.
             mme-Name                                       DiameterIdentity OPTIONAL            -- Added in release 9.
         }
     MAP-MS-DataTypes {
         InsertSubscriberDataArg {
             @parentASN1Type MAP-MS-DataTypes-ph1.InsertSubscriberDataArg-v1
         }
     }
     
    Present in ph1. If the Network Access Mode parameter is sent, it shall be present only in the first sequence if segmentation is used.

    Used as argument type by MAPOperations.insertSubscriberData.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPInsertSubscriberDataArg

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

      • copyOf

        public static MAPInsertSubscriberDataArg copyOf​(MAPInsertSubscriberDataArg_v1 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:
        MAPInsertSubscriberDataArg
      • getAccessRestrictionData

        public MAPAccessRestrictionData getAccessRestrictionData()
        Gets the value of the field accessRestrictionData.
        Returns:
        value of field accessRestrictionData, or null if not present
      • getChargingCharacteristics

        public byte[] getChargingCharacteristics()
        Gets the value of the field chargingCharacteristics.
        Returns:
        value of field chargingCharacteristics, or null if not present
      • getCs_AllocationRetentionPriority

        public byte[] getCs_AllocationRetentionPriority()
        Gets the value of the field cs-AllocationRetentionPriority.
        Returns:
        value of field cs-AllocationRetentionPriority, or null if not present
      • getCsg_SubscriptionDataList

        public MAPCSG_SubscriptionData[] getCsg_SubscriptionDataList()
        Gets the value of the field csg-SubscriptionDataList.
        Returns:
        value of field csg-SubscriptionDataList, or null if not present
      • getEps_SubscriptionData

        public MAPEPS_SubscriptionData getEps_SubscriptionData()
        Gets the value of the field eps-SubscriptionData.
        Returns:
        value of field eps-SubscriptionData, 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.
        Overrides:
        getFieldsMap in class MAPInsertSubscriberDataArg_v1
        Parameters:
        withAbsents - whether to put absent optional fields into Map
        Returns:
        Map from field-name to field-value
      • getGprsSubscriptionData

        public MAPGPRSSubscriptionData getGprsSubscriptionData()
        Gets the value of the field gprsSubscriptionData.
        Returns:
        value of field gprsSubscriptionData, or null if not present
      • getIcs_Indicator

        public boolean getIcs_Indicator()
        Gets the value of the field ics-Indicator.
        Returns:
        value of field ics-Indicator
      • getIstAlertTimer

        public int getIstAlertTimer()
        Gets the value of the field istAlertTimer.
        Returns:
        value of field istAlertTimer
      • getLcsInformation

        public MAPLCSInformation getLcsInformation()
        Gets the value of the field lcsInformation.
        Returns:
        value of field lcsInformation, or null if not present
      • getLsaInformation

        public MAPLSAInformation getLsaInformation()
        Gets the value of the field lsaInformation.
        Returns:
        value of field lsaInformation, or null if not present
      • getMc_SS_Info

        public MAPMC_SS_Info getMc_SS_Info()
        Gets the value of the field mc-SS-Info.
        Returns:
        value of field mc-SS-Info, or null if not present
      • getMme_Name

        public byte[] getMme_Name()
        Gets the value of the field mme-Name.
        Returns:
        value of field mme-Name, or null if not present
      • getNaea_PreferredCI

        public MAPNAEA_PreferredCI getNaea_PreferredCI()
        Gets the value of the field naea-PreferredCI.
        Returns:
        value of field naea-PreferredCI, or null if not present
      • getNetworkAccessMode

        public MAPNetworkAccessMode getNetworkAccessMode()
        Gets the value of the field networkAccessMode.
        Returns:
        value of field networkAccessMode, or null if not present
      • getOdb_Data

        public MAPODB_Data getOdb_Data()
        Gets the value of the field odb-Data.
        Returns:
        value of field odb-Data, or null if not present
      • getRegionalSubscriptionData

        public byte[][] getRegionalSubscriptionData()
        Gets the value of the field regionalSubscriptionData.
        Returns:
        value of field regionalSubscriptionData, or null if not present
      • getSgsn_CAMEL_SubscriptionInfo

        public MAPSGSN_CAMEL_SubscriptionInfo getSgsn_CAMEL_SubscriptionInfo()
        Gets the value of the field sgsn-CAMEL-SubscriptionInfo.
        Returns:
        value of field sgsn-CAMEL-SubscriptionInfo, or null if not present
      • getSgsn_Number

        public AddressString getSgsn_Number()
        Gets the value of the field sgsn-Number.
        Returns:
        value of field sgsn-Number, or null if not present
      • getSuperChargerSupportedInHLR

        public byte[] getSuperChargerSupportedInHLR()
        Gets the value of the field superChargerSupportedInHLR.
        Returns:
        value of field superChargerSupportedInHLR, or null if not present
      • getVbsSubscriptionData

        public MAPVoiceBroadcastData[] getVbsSubscriptionData()
        Gets the value of the field vbsSubscriptionData.
        Returns:
        value of field vbsSubscriptionData, or null if not present
      • getVgcsSubscriptionData

        public MAPVoiceGroupCallData[] getVgcsSubscriptionData()
        Gets the value of the field vgcsSubscriptionData.
        Returns:
        value of field vgcsSubscriptionData, or null if not present
      • getVlrCamelSubscriptionInfo

        public MAPVlrCamelSubscriptionInfo getVlrCamelSubscriptionInfo()
        Gets the value of the field vlrCamelSubscriptionInfo.
        Returns:
        value of field vlrCamelSubscriptionInfo, or null if not present
      • hasAccessRestrictionData

        public boolean hasAccessRestrictionData()
        Tests whether the field accessRestrictionData has a value.
        Returns:
        whether the field accessRestrictionData has a value
      • hasChargingCharacteristics

        public boolean hasChargingCharacteristics()
        Tests whether the field chargingCharacteristics has a value.
        Returns:
        whether the field chargingCharacteristics has a value
      • hasCs_AllocationRetentionPriority

        public boolean hasCs_AllocationRetentionPriority()
        Tests whether the field cs-AllocationRetentionPriority has a value.
        Returns:
        whether the field cs-AllocationRetentionPriority has a value
      • hasCsg_SubscriptionDataList

        public boolean hasCsg_SubscriptionDataList()
        Tests whether the field csg-SubscriptionDataList has a value.
        Returns:
        whether the field csg-SubscriptionDataList has a value
      • hasEps_SubscriptionData

        public boolean hasEps_SubscriptionData()
        Tests whether the field eps-SubscriptionData has a value.
        Returns:
        whether the field eps-SubscriptionData has a value
      • hasExtensionContainer

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

        public boolean hasGprsSubscriptionData()
        Tests whether the field gprsSubscriptionData has a value.
        Returns:
        whether the field gprsSubscriptionData has a value
      • hasIcs_Indicator

        public boolean hasIcs_Indicator()
        Tests whether the field ics-Indicator has a value.
        Returns:
        whether the field ics-Indicator has a value
      • hasIstAlertTimer

        public boolean hasIstAlertTimer()
        Tests whether the field istAlertTimer has a value.
        Returns:
        whether the field istAlertTimer has a value
      • hasLcsInformation

        public boolean hasLcsInformation()
        Tests whether the field lcsInformation has a value.
        Returns:
        whether the field lcsInformation has a value
      • hasLmu_Indicator

        public boolean hasLmu_Indicator()
        Tests whether the field lmu-Indicator is present.
        Returns:
        whether the field lmu-Indicator is present
      • hasLsaInformation

        public boolean hasLsaInformation()
        Tests whether the field lsaInformation has a value.
        Returns:
        whether the field lsaInformation has a value
      • hasMc_SS_Info

        public boolean hasMc_SS_Info()
        Tests whether the field mc-SS-Info has a value.
        Returns:
        whether the field mc-SS-Info has a value
      • hasMme_Name

        public boolean hasMme_Name()
        Tests whether the field mme-Name has a value.
        Returns:
        whether the field mme-Name has a value
      • hasNaea_PreferredCI

        public boolean hasNaea_PreferredCI()
        Tests whether the field naea-PreferredCI has a value.
        Returns:
        whether the field naea-PreferredCI has a value
      • hasNetworkAccessMode

        public boolean hasNetworkAccessMode()
        Tests whether the field networkAccessMode has a value.
        Returns:
        whether the field networkAccessMode has a value
      • hasOdb_Data

        public boolean hasOdb_Data()
        Tests whether the field odb-Data has a value.
        Returns:
        whether the field odb-Data has a value
      • hasRegionalSubscriptionData

        public boolean hasRegionalSubscriptionData()
        Tests whether the field regionalSubscriptionData has a value.
        Returns:
        whether the field regionalSubscriptionData has a value
      • hasRoamingRestrictedInSgsnDueToUnsupportedFeature

        public boolean hasRoamingRestrictedInSgsnDueToUnsupportedFeature()
        Tests whether the field roamingRestrictedInSgsnDueToUnsupportedFeature is present.
        Returns:
        whether the field roamingRestrictedInSgsnDueToUnsupportedFeature is present
      • hasRoamingRestrictionDueToUnsupportedFeature

        public boolean hasRoamingRestrictionDueToUnsupportedFeature()
        Tests whether the field roamingRestrictionDueToUnsupportedFeature is present.
        Returns:
        whether the field roamingRestrictionDueToUnsupportedFeature is present
      • hasSgsn_CAMEL_SubscriptionInfo

        public boolean hasSgsn_CAMEL_SubscriptionInfo()
        Tests whether the field sgsn-CAMEL-SubscriptionInfo has a value.
        Returns:
        whether the field sgsn-CAMEL-SubscriptionInfo has a value
      • hasSgsn_Number

        public boolean hasSgsn_Number()
        Tests whether the field sgsn-Number has a value.
        Returns:
        whether the field sgsn-Number has a value
      • hasSuperChargerSupportedInHLR

        public boolean hasSuperChargerSupportedInHLR()
        Tests whether the field superChargerSupportedInHLR has a value.
        Returns:
        whether the field superChargerSupportedInHLR has a value
      • hasUe_ReachabilityRequestIndicator

        public boolean hasUe_ReachabilityRequestIndicator()
        Tests whether the field ue-ReachabilityRequestIndicator is present.
        Returns:
        whether the field ue-ReachabilityRequestIndicator is present
      • hasVbsSubscriptionData

        public boolean hasVbsSubscriptionData()
        Tests whether the field vbsSubscriptionData has a value.
        Returns:
        whether the field vbsSubscriptionData has a value
      • hasVgcsSubscriptionData

        public boolean hasVgcsSubscriptionData()
        Tests whether the field vgcsSubscriptionData has a value.
        Returns:
        whether the field vgcsSubscriptionData has a value
      • hasVlrCamelSubscriptionInfo

        public boolean hasVlrCamelSubscriptionInfo()
        Tests whether the field vlrCamelSubscriptionInfo has a value.
        Returns:
        whether the field vlrCamelSubscriptionInfo has a value
      • setChargingCharacteristics

        public MAPInsertSubscriberDataArg setChargingCharacteristics​(byte[] value)
                                                              throws IllegalStateException
        Sets the value of the field chargingCharacteristics. 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
      • setCs_AllocationRetentionPriority

        public MAPInsertSubscriberDataArg setCs_AllocationRetentionPriority​(byte[] value)
                                                                     throws IllegalStateException
        Sets the value of the field cs-AllocationRetentionPriority. 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
      • setIcs_IndicatorPresent

        public MAPInsertSubscriberDataArg setIcs_IndicatorPresent​(boolean flag)
                                                           throws IllegalStateException
        Sets the presence or absence of the optional field ics-Indicator.
        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
      • setIstAlertTimerPresent

        public MAPInsertSubscriberDataArg setIstAlertTimerPresent​(boolean flag)
                                                           throws IllegalStateException
        Sets the presence or absence of the optional field istAlertTimer.
        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
      • setLmu_IndicatorPresent

        public MAPInsertSubscriberDataArg setLmu_IndicatorPresent​(boolean flag)
                                                           throws IllegalStateException
        Sets the presence or absence of the optional field lmu-Indicator.
        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
      • setRegionalSubscriptionData

        public MAPInsertSubscriberDataArg setRegionalSubscriptionData​(byte[][] value)
                                                               throws IllegalStateException
        Sets the value of the field regionalSubscriptionData. 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
      • setRoamingRestrictedInSgsnDueToUnsupportedFeaturePresent

        public MAPInsertSubscriberDataArg setRoamingRestrictedInSgsnDueToUnsupportedFeaturePresent​(boolean flag)
                                                                                            throws IllegalStateException
        Sets the presence or absence of the optional field roamingRestrictedInSgsnDueToUnsupportedFeature.
        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
      • setRoamingRestrictionDueToUnsupportedFeaturePresent

        public MAPInsertSubscriberDataArg setRoamingRestrictionDueToUnsupportedFeaturePresent​(boolean flag)
                                                                                       throws IllegalStateException
        Sets the presence or absence of the optional field roamingRestrictionDueToUnsupportedFeature.
        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
      • setSuperChargerSupportedInHLR

        public MAPInsertSubscriberDataArg setSuperChargerSupportedInHLR​(byte[] value)
                                                                 throws IllegalStateException
        Sets the value of the field superChargerSupportedInHLR. 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
      • setUe_ReachabilityRequestIndicatorPresent

        public MAPInsertSubscriberDataArg setUe_ReachabilityRequestIndicatorPresent​(boolean flag)
                                                                             throws IllegalStateException
        Sets the presence or absence of the optional field ue-ReachabilityRequestIndicator.
        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