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 classMAPExt_ForwFeatureAPI for MAP-MS-DataTypes.Ext-ForwFeature.Methods in com.opencloud.slee.resources.cgin.map that return MAPForwardingFeature Modifier and Type Method Description MAPForwardingFeatureMAPForwardingFeature. clone()Constructs a copy of this object and everything reachable from it.static MAPForwardingFeatureMAPForwardingFeature. 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.MAPForwardingFeatureMAPForwardingFeature. setBasicService(MAPBasicServiceCode value)Sets the value of the field basicService.MAPForwardingFeatureMAPForwardingFeature. setForwardedToNumber(AddressString value)Sets the value of the field forwardedToNumber.MAPForwardingFeatureMAPForwardingFeature. setForwardedToSubaddress(ISDNSubaddress value)Sets the value of the field forwardedToSubaddress.MAPForwardingFeatureMAPForwardingFeature. setForwardingOptions(ForwardingOptions value)Sets the value of the field forwardingOptions.MAPForwardingFeatureMAPForwardingFeature. setLongForwardedToNumber(AddressString value)Sets the value of the field longForwardedToNumber.MAPForwardingFeatureMAPForwardingFeature. setNoReplyConditionTime(int value)Sets the value of the field noReplyConditionTime and marks the field as present.MAPForwardingFeatureMAPForwardingFeature. setNoReplyConditionTimePresent(boolean flag)Sets the presence or absence of the optional field noReplyConditionTime.MAPForwardingFeatureMAPForwardingFeature. 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_ForwFeatureMAPExt_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 MAPForwardingFeatureMAPForwardingFeature. 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.MAPForwardingInfoMAPForwardingInfo. setForwardingFeatureList(MAPForwardingFeature[] value)Sets the value of the field forwardingFeatureList.MAPInterrogateSS_ResMAPInterrogateSS_Res. setForwardingFeatureList(MAPForwardingFeature[] value)Sets the value of the forwardingFeatureList choice.MAPInterrogateSSRes_v1MAPInterrogateSSRes_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_ForwFeatureSingleton codec for the ASN.1 type: MAP-MS-DataTypes.Ext-ForwFeaturestatic PersistCodec<MAPForwardingFeature,MAPForwardingFeature,MAPProto.MAP_SS_DataTypes_ForwardingFeature>MAPCodecs. MAP_SS_DataTypes_ForwardingFeatureSingleton codec for the ASN.1 type: MAP-SS-DataTypes.ForwardingFeaturestatic PersistCodec<MAPForwardingFeature,MAPForwardingFeature,MAPProto.MAP_SS_DataTypes_ForwardingFeature>MAPCodecs. MAP_SS_DataTypes_ForwardingFeatureSingleton codec for the ASN.1 type: MAP-SS-DataTypes.ForwardingFeature
-