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 |
---|---|
MAPLocationInfoWithLMSI |
MAPLocationInfoWithLMSI.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLocationInfoWithLMSI |
MAPLocationInfoWithLMSI.copyOf(MAPLocationInfoWithLMSI 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.
|
MAPLocationInfoWithLMSI |
MAPRoutingInfoForSM_Res.getLocationInfoWithLMSI()
Gets the value of the field locationInfoWithLMSI.
|
MAPLocationInfoWithLMSI |
MAPLocationInfoWithLMSI.setAdditional_Number(MAPAdditional_Number value)
Sets the value of the field additional-Number.
|
MAPLocationInfoWithLMSI |
MAPLocationInfoWithLMSI.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLocationInfoWithLMSI |
MAPLocationInfoWithLMSI.setGprsNodeIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field gprsNodeIndicator.
|
MAPLocationInfoWithLMSI |
MAPLocationInfoWithLMSI.setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPLocationInfoWithLMSI |
MAPLocationInfoWithLMSI.setNetworkNode_Number(AddressString value)
Sets the value of the field networkNode-Number.
|
Modifier and Type | Method and Description |
---|---|
static MAPLocationInfoWithLMSI |
MAPLocationInfoWithLMSI.copyOf(MAPLocationInfoWithLMSI 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.
|
MAPRoutingInfoForSM_Res |
MAPRoutingInfoForSM_Res.setLocationInfoWithLMSI(MAPLocationInfoWithLMSI value)
Sets the value of the field locationInfoWithLMSI.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPLocationInfoWithLMSI,MAPLocationInfoWithLMSI,MAPProto.MAP_SM_DataTypes_LocationInfoWithLMSI> |
MAPCodecs.MAP_SM_DataTypes_LocationInfoWithLMSI
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.LocationInfoWithLMSI
|
static PersistCodec<MAPLocationInfoWithLMSI,MAPLocationInfoWithLMSI,MAPProto.MAP_SM_DataTypes_LocationInfoWithLMSI> |
MAPCodecs.MAP_SM_DataTypes_LocationInfoWithLMSI
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.LocationInfoWithLMSI
|