Package | Description |
---|---|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPSubscriberData |
MAPSubscriberData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSubscriberData |
MAPSubscriberData.copyOf(MAPSubscriberData 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.
|
MAPSubscriberData |
MAPSentParameter.getSusbcriberData()
Gets the value of the susbcriberData choice.
|
MAPSubscriberData |
MAPSubscriberData.setBearerServiceList(byte[][] value)
Sets the value of the field bearerServiceList.
|
MAPSubscriberData |
MAPSubscriberData.setCategory(byte[] value)
Sets the value of the field category.
|
MAPSubscriberData |
MAPSubscriberData.setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPSubscriberData |
MAPSubscriberData.setOdb_Data(MAPODB_Data value)
Sets the value of the field odb-Data.
|
MAPSubscriberData |
MAPSubscriberData.setProvisionedSS(MAPExt_SS_Info[] value)
Sets the value of the field provisionedSS.
|
MAPSubscriberData |
MAPSubscriberData.setRegionalSubscriptionData(byte[][] value)
Sets the value of the field regionalSubscriptionData.
|
MAPSubscriberData |
MAPSubscriberData.setRoamingRestrictionDueToUnsupportedFeaturePresent(boolean flag)
Sets the presence or absence of the optional field roamingRestrictionDueToUnsupportedFeature.
|
MAPSubscriberData |
MAPSubscriberData.setSubscriberStatus(MAPSubscriberStatus value)
Sets the value of the field subscriberStatus.
|
MAPSubscriberData |
MAPSubscriberData.setTeleserviceList(byte[][] value)
Sets the value of the field teleserviceList.
|
MAPSubscriberData |
MAPSubscriberData.setVbsSubscriptionData(MAPVoiceBroadcastData[] value)
Sets the value of the field vbsSubscriptionData.
|
MAPSubscriberData |
MAPSubscriberData.setVgcsSubscriptionData(MAPVoiceGroupCallData[] value)
Sets the value of the field vgcsSubscriptionData.
|
MAPSubscriberData |
MAPSubscriberData.setVlrCamelSubscriptionInfo(MAPVlrCamelSubscriptionInfo value)
Sets the value of the field vlrCamelSubscriptionInfo.
|
Modifier and Type | Method and Description |
---|---|
static MAPSubscriberData |
MAPSubscriberData.copyOf(MAPSubscriberData 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.
|
MAPSentParameter |
MAPSentParameter.setSusbcriberData(MAPSubscriberData value)
Sets the value of the susbcriberData choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSubscriberData,MAPSubscriberData,MAPProto.MAP_MS_DataTypes_SubscriberData> |
MAPCodecs.MAP_MS_DataTypes_SubscriberData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SubscriberData
|
static PersistCodec<MAPSubscriberData,MAPSubscriberData,MAPProto.MAP_MS_DataTypes_SubscriberData> |
MAPCodecs.MAP_MS_DataTypes_SubscriberData
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.SubscriberData
|