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 | Class and Description |
---|---|
class |
MAPExtendedRoutingInfo
API for MAP-CH-DataTypes.ExtendedRoutingInfo.
|
Modifier and Type | Method and Description |
---|---|
MAPRoutingInfo |
MAPRoutingInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRoutingInfo |
MAPRoutingInfo.copyOf(MAPRoutingInfo 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.
|
MAPRoutingInfo |
MAPSendRoutingInfoRes.getRoutingInfo()
Gets the value of the field routingInfo.
|
MAPRoutingInfo |
MAPExtendedRoutingInfo.getRoutingInfo()
Gets the value of the routingInfo choice.
|
MAPRoutingInfo |
MAPSendRoutingInfoRes_v3.getRoutingInfo2()
Gets the value of the field routingInfo2.
|
MAPRoutingInfo |
MAPRoutingInfo.setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.
|
MAPRoutingInfo |
MAPRoutingInfo.setRoamingNumber(AddressString value)
Sets the value of the roamingNumber choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPRoutingInfo |
MAPRoutingInfo.copyOf(MAPRoutingInfo 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.
|
static MAPExtendedRoutingInfo |
MAPExtendedRoutingInfo.copyOf(MAPRoutingInfo 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.
|
MAPSendRoutingInfoRes |
MAPSendRoutingInfoRes.setRoutingInfo(MAPRoutingInfo value)
Sets the value of the field routingInfo.
|
MAPExtendedRoutingInfo |
MAPExtendedRoutingInfo.setRoutingInfo(MAPRoutingInfo value)
Sets the value of the routingInfo choice.
|
MAPSendRoutingInfoRes_v3 |
MAPSendRoutingInfoRes_v3.setRoutingInfo2(MAPRoutingInfo value)
Sets the value of the field routingInfo2.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPRoutingInfo,MAPExtendedRoutingInfo,MAPProto.MAP_CH_DataTypes_ExtendedRoutingInfo> |
MAPCodecs.MAP_CH_DataTypes_ExtendedRoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ExtendedRoutingInfo
|
static PersistCodec<MAPRoutingInfo,MAPRoutingInfo,MAPProto.MAP_CH_DataTypes_RoutingInfo> |
MAPCodecs.MAP_CH_DataTypes_RoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.RoutingInfo
|
static PersistCodec<MAPRoutingInfo,MAPRoutingInfo,MAPProto.MAP_CH_DataTypes_RoutingInfo> |
MAPCodecs.MAP_CH_DataTypes_RoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.RoutingInfo
|