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 |
---|---|
MAPForwardingData |
MAPForwardingData.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPForwardingData |
MAPForwardingData.copyOf(MAPForwardingData 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.
|
MAPForwardingData |
MAPSendRoutingInformationRes.RoutingInfo.getForwardingData()
Gets the value of the forwardingData choice.
|
MAPForwardingData |
MAPSendRoutingInfoForSMRes.LocationOrForwarding.getForwardingData()
Gets the value of the forwardingData choice.
|
MAPForwardingData |
MAPRoutingInfo.getForwardingData()
Gets the value of the forwardingData choice.
|
MAPForwardingData |
MAPResumeCallHandlingArg.getForwardingData()
Gets the value of the field forwardingData.
|
MAPForwardingData |
MAPCamelRoutingInfo.getForwardingData()
Gets the value of the field forwardingData.
|
MAPForwardingData |
MAPForwardingData.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPForwardingData |
MAPForwardingData.setForwardedToNumber(AddressString value)
Sets the value of the field forwardedToNumber.
|
MAPForwardingData |
MAPForwardingData.setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.
|
MAPForwardingData |
MAPForwardingData.setForwardingOptions(ForwardingOptions value)
Sets the value of the field forwardingOptions.
|
MAPForwardingData |
MAPForwardingData.setLongForwardedToNumber(AddressString value)
Sets the value of the field longForwardedToNumber.
|
Modifier and Type | Method and Description |
---|---|
static MAPForwardingData |
MAPForwardingData.copyOf(MAPForwardingData 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.RoutingInfo.setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.
|
MAPSendRoutingInfoForSMRes.LocationOrForwarding |
MAPSendRoutingInfoForSMRes.LocationOrForwarding.setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.
|
MAPRoutingInfo |
MAPRoutingInfo.setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.
|
MAPResumeCallHandlingArg |
MAPResumeCallHandlingArg.setForwardingData(MAPForwardingData value)
Sets the value of the field forwardingData.
|
MAPCamelRoutingInfo |
MAPCamelRoutingInfo.setForwardingData(MAPForwardingData value)
Sets the value of the field forwardingData.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPForwardingData,MAPForwardingData,MAPProto.MAP_CH_DataTypes_ForwardingData> |
MAPCodecs.MAP_CH_DataTypes_ForwardingData
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ForwardingData
|
static PersistCodec<MAPForwardingData,MAPForwardingData,MAPProto.MAP_CH_DataTypes_ForwardingData> |
MAPCodecs.MAP_CH_DataTypes_ForwardingData
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ForwardingData
|