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 |
---|---|
MAPLocationInfo |
MAPLocationInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLocationInfo |
MAPLocationInfo.copyOf(MAPLocationInfo 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.
|
MAPLocationInfo |
MAPSendRoutingInfoForSMRes.LocationOrForwarding.LocationInfoWithLMSI.getLocationInfo()
Gets the value of the field locationInfo.
|
MAPLocationInfo |
MAPLocationInfo.setMscNumber(AddressString value)
Sets the value of the mscNumber choice.
|
MAPLocationInfo |
MAPLocationInfo.setRoamingNumber(AddressString value)
Sets the value of the roamingNumber choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPLocationInfo |
MAPLocationInfo.copyOf(MAPLocationInfo 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.
|
MAPSendRoutingInfoForSMRes.LocationOrForwarding.LocationInfoWithLMSI |
MAPSendRoutingInfoForSMRes.LocationOrForwarding.LocationInfoWithLMSI.setLocationInfo(MAPLocationInfo value)
Sets the value of the field locationInfo.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLocationInfo,MAPLocationInfo,MAPProto.MAP_SM_DataTypes_ph1_LocationInfo> |
MAPCodecs.MAP_SM_DataTypes_ph1_LocationInfo
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.LocationInfo
|
static PersistCodec<MAPLocationInfo,MAPLocationInfo,MAPProto.MAP_SM_DataTypes_ph1_LocationInfo> |
MAPCodecs.MAP_SM_DataTypes_ph1_LocationInfo
Singleton codec for the ASN.1 type: MAP-SM-DataTypes-ph1.LocationInfo
|