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 |
---|---|
MAPSubscriberIdentity |
MAPSubscriberIdentity.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSubscriberIdentity |
MAPSubscriberIdentity.copyOf(MAPSubscriberIdentity 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.
|
MAPSubscriberIdentity |
MAPAnyTimeSubscriptionInterrogationArg.getSubscriberIdentity()
Gets the value of the field subscriberIdentity.
|
MAPSubscriberIdentity |
MAPAnyTimeModificationArg.getSubscriberIdentity()
Gets the value of the field subscriberIdentity.
|
MAPSubscriberIdentity |
MAPAnyTimeInterrogationArg.getSubscriberIdentity()
Gets the value of the field subscriberIdentity.
|
MAPSubscriberIdentity |
MAPRoutingInfoForLCS_Res.getTargetMS()
Gets the value of the field targetMS.
|
MAPSubscriberIdentity |
MAPRoutingInfoForLCS_Arg.getTargetMS()
Gets the value of the field targetMS.
|
MAPSubscriberIdentity |
MAPSubscriberIdentity.setImsi(IMSIAddress value)
Sets the value of the imsi choice.
|
MAPSubscriberIdentity |
MAPSubscriberIdentity.setMsisdn(AddressString value)
Sets the value of the msisdn choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPSubscriberIdentity |
MAPSubscriberIdentity.copyOf(MAPSubscriberIdentity 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.
|
MAPAnyTimeSubscriptionInterrogationArg |
MAPAnyTimeSubscriptionInterrogationArg.setSubscriberIdentity(MAPSubscriberIdentity value)
Sets the value of the field subscriberIdentity.
|
MAPAnyTimeModificationArg |
MAPAnyTimeModificationArg.setSubscriberIdentity(MAPSubscriberIdentity value)
Sets the value of the field subscriberIdentity.
|
MAPAnyTimeInterrogationArg |
MAPAnyTimeInterrogationArg.setSubscriberIdentity(MAPSubscriberIdentity value)
Sets the value of the field subscriberIdentity.
|
MAPRoutingInfoForLCS_Res |
MAPRoutingInfoForLCS_Res.setTargetMS(MAPSubscriberIdentity value)
Sets the value of the field targetMS.
|
MAPRoutingInfoForLCS_Arg |
MAPRoutingInfoForLCS_Arg.setTargetMS(MAPSubscriberIdentity value)
Sets the value of the field targetMS.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSubscriberIdentity,MAPSubscriberIdentity,MAPProto.MAP_CommonDataTypes_SubscriberIdentity> |
MAPCodecs.MAP_CommonDataTypes_SubscriberIdentity
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.SubscriberIdentity
|
static PersistCodec<MAPSubscriberIdentity,MAPSubscriberIdentity,MAPProto.MAP_CommonDataTypes_SubscriberIdentity> |
MAPCodecs.MAP_CommonDataTypes_SubscriberIdentity
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.SubscriberIdentity
|