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 |
MAPExt_ForwFeature
API for MAP-MS-DataTypes.Ext-ForwFeature.
|
Modifier and Type | Method and Description |
---|---|
MAPForwardingFeature |
MAPForwardingFeature.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPForwardingFeature |
MAPForwardingFeature.copyOf(MAPForwardingFeature 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.
|
MAPForwardingFeature[] |
MAPInterrogateSSRes_v1.getForwardingFeatureList()
Gets the value of the forwardingFeatureList choice.
|
MAPForwardingFeature[] |
MAPForwardingInfo.getForwardingFeatureList()
Gets the value of the field forwardingFeatureList.
|
MAPForwardingFeature |
MAPForwardingFeature.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPForwardingFeature |
MAPForwardingFeature.setForwardedToNumber(AddressString value)
Sets the value of the field forwardedToNumber.
|
MAPForwardingFeature |
MAPForwardingFeature.setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.
|
MAPForwardingFeature |
MAPForwardingFeature.setForwardingOptions(ForwardingOptions value)
Sets the value of the field forwardingOptions.
|
MAPForwardingFeature |
MAPForwardingFeature.setLongForwardedToNumber(AddressString value)
Sets the value of the field longForwardedToNumber.
|
MAPForwardingFeature |
MAPForwardingFeature.setNoReplyConditionTime(int value)
Sets the value of the field noReplyConditionTime and marks the field as present.
|
MAPForwardingFeature |
MAPForwardingFeature.setNoReplyConditionTimePresent(boolean flag)
Sets the presence or absence of the optional field noReplyConditionTime.
|
MAPForwardingFeature |
MAPForwardingFeature.setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
Modifier and Type | Method and Description |
---|---|
static MAPForwardingFeature |
MAPForwardingFeature.copyOf(MAPForwardingFeature 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 MAPExt_ForwFeature |
MAPExt_ForwFeature.copyOf(MAPForwardingFeature 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.
|
MAPInterrogateSS_Res |
MAPInterrogateSS_Res.setForwardingFeatureList(MAPForwardingFeature[] value)
Sets the value of the forwardingFeatureList choice.
|
MAPInterrogateSSRes_v1 |
MAPInterrogateSSRes_v1.setForwardingFeatureList(MAPForwardingFeature[] value)
Sets the value of the forwardingFeatureList choice.
|
MAPForwardingInfo |
MAPForwardingInfo.setForwardingFeatureList(MAPForwardingFeature[] value)
Sets the value of the field forwardingFeatureList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPForwardingFeature,MAPExt_ForwFeature,MAPProto.MAP_MS_DataTypes_Ext_ForwFeature> |
MAPCodecs.MAP_MS_DataTypes_Ext_ForwFeature
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.Ext-ForwFeature
|
static PersistCodec<MAPForwardingFeature,MAPForwardingFeature,MAPProto.MAP_SS_DataTypes_ForwardingFeature> |
MAPCodecs.MAP_SS_DataTypes_ForwardingFeature
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.ForwardingFeature
|
static PersistCodec<MAPForwardingFeature,MAPForwardingFeature,MAPProto.MAP_SS_DataTypes_ForwardingFeature> |
MAPCodecs.MAP_SS_DataTypes_ForwardingFeature
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.ForwardingFeature
|