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 |
---|---|
MAPLCSLocationInfo |
MAPLCSLocationInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLCSLocationInfo |
MAPLCSLocationInfo.copyOf(MAPLCSLocationInfo 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.
|
MAPLCSLocationInfo |
MAPSubscriberLocationReport_Arg.getLcsLocationInfo()
Gets the value of the field lcsLocationInfo.
|
MAPLCSLocationInfo |
MAPRoutingInfoForLCS_Res.getLcsLocationInfo()
Gets the value of the field lcsLocationInfo.
|
MAPLCSLocationInfo |
MAPDeferredmt_lrData.getLcsLocationInfo()
Gets the value of the field lcsLocationInfo.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setAaa_Server_Name(byte[] value)
Sets the value of the field aaa-Server-Name.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setAdditional_LCS_CapabilitySets(MAPSupportedLCS_CapabilitySets value)
Sets the value of the field additional-LCS-CapabilitySets.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setAdditional_Number(MAPAdditional_Number value)
Sets the value of the field additional-Number.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setGprsNodeIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field gprsNodeIndicator.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setMme_Name(byte[] value)
Sets the value of the field mme-Name.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setNetworkNode_Number(AddressString value)
Sets the value of the field networkNode-Number.
|
MAPLCSLocationInfo |
MAPLCSLocationInfo.setSupportedLCS_CapabilitySets(MAPSupportedLCS_CapabilitySets value)
Sets the value of the field supportedLCS-CapabilitySets.
|
Modifier and Type | Method and Description |
---|---|
static MAPLCSLocationInfo |
MAPLCSLocationInfo.copyOf(MAPLCSLocationInfo 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.
|
MAPSubscriberLocationReport_Arg |
MAPSubscriberLocationReport_Arg.setLcsLocationInfo(MAPLCSLocationInfo value)
Sets the value of the field lcsLocationInfo.
|
MAPRoutingInfoForLCS_Res |
MAPRoutingInfoForLCS_Res.setLcsLocationInfo(MAPLCSLocationInfo value)
Sets the value of the field lcsLocationInfo.
|
MAPDeferredmt_lrData |
MAPDeferredmt_lrData.setLcsLocationInfo(MAPLCSLocationInfo value)
Sets the value of the field lcsLocationInfo.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLCSLocationInfo,MAPLCSLocationInfo,MAPProto.MAP_LCS_DataTypes_LCSLocationInfo> |
MAPCodecs.MAP_LCS_DataTypes_LCSLocationInfo
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSLocationInfo
|
static PersistCodec<MAPLCSLocationInfo,MAPLCSLocationInfo,MAPProto.MAP_LCS_DataTypes_LCSLocationInfo> |
MAPCodecs.MAP_LCS_DataTypes_LCSLocationInfo
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LCSLocationInfo
|