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 |
---|---|
MAPSendRoutingInformationRes.RoutingInfo |
MAPSendRoutingInformationRes.RoutingInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendRoutingInformationRes.RoutingInfo |
MAPSendRoutingInformationRes.RoutingInfo.copyOf(MAPSendRoutingInformationRes.RoutingInfo 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.
|
MAPSendRoutingInformationRes.RoutingInfo |
MAPSendRoutingInformationRes.getRoutingInfo()
Gets the value of the field routingInfo.
|
MAPSendRoutingInformationRes.RoutingInfo |
MAPSendRoutingInformationRes.RoutingInfo.setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.
|
MAPSendRoutingInformationRes.RoutingInfo |
MAPSendRoutingInformationRes.RoutingInfo.setRoamingNumber(AddressString value)
Sets the value of the roamingNumber choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPSendRoutingInformationRes.RoutingInfo |
MAPSendRoutingInformationRes.RoutingInfo.copyOf(MAPSendRoutingInformationRes.RoutingInfo 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.
|
MAPSendRoutingInformationRes |
MAPSendRoutingInformationRes.setRoutingInfo(MAPSendRoutingInformationRes.RoutingInfo value)
Sets the value of the field routingInfo.
|
Constructor and Description |
---|
MAPSendRoutingInformationRes(IMSIAddress Imsi_param,
MAPSendRoutingInformationRes.RoutingInfo RoutingInfo_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPSendRoutingInformationRes.RoutingInfo,MAPSendRoutingInformationRes.RoutingInfo,MAPProto.MAP_CH_DataTypes_ph1_SendRoutingInformationRes_routingInfo> |
MAPCodecs.MAP_CH_DataTypes_ph1_SendRoutingInformationRes_routingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph1.SendRoutingInformationRes.routingInfo
|
static PersistCodec<MAPSendRoutingInformationRes.RoutingInfo,MAPSendRoutingInformationRes.RoutingInfo,MAPProto.MAP_CH_DataTypes_ph1_SendRoutingInformationRes_routingInfo> |
MAPCodecs.MAP_CH_DataTypes_ph1_SendRoutingInformationRes_routingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-ph1.SendRoutingInformationRes.routingInfo
|