Uses of Class
com.opencloud.slee.resources.cgin.map.MAPForwardingFeature
-
Packages that use MAPForwardingFeature 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. -
-
Uses of MAPForwardingFeature in com.opencloud.slee.resources.cgin.map
Subclasses of MAPForwardingFeature in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPExt_ForwFeature
API for MAP-MS-DataTypes.Ext-ForwFeature.Methods in com.opencloud.slee.resources.cgin.map that return MAPForwardingFeature Modifier and Type Method 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[]
MAPForwardingInfo. getForwardingFeatureList()
Gets the value of the field forwardingFeatureList.MAPForwardingFeature[]
MAPInterrogateSSRes_v1. getForwardingFeatureList()
Gets the value of the forwardingFeatureList choice.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.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPForwardingFeature Modifier and Type Method Description 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.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.MAPForwardingInfo
MAPForwardingInfo. setForwardingFeatureList(MAPForwardingFeature[] value)
Sets the value of the field forwardingFeatureList.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. -
Uses of MAPForwardingFeature in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPForwardingFeature Modifier and Type Field 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-ForwFeaturestatic PersistCodec<MAPForwardingFeature,MAPForwardingFeature,MAPProto.MAP_SS_DataTypes_ForwardingFeature>
MAPCodecs. MAP_SS_DataTypes_ForwardingFeature
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.ForwardingFeaturestatic PersistCodec<MAPForwardingFeature,MAPForwardingFeature,MAPProto.MAP_SS_DataTypes_ForwardingFeature>
MAPCodecs. MAP_SS_DataTypes_ForwardingFeature
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.ForwardingFeature
-