Uses of Class
com.opencloud.slee.resources.cgin.map.MAPProvideSIWFSNumberArg
-
Packages that use MAPProvideSIWFSNumberArg Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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 MAPProvideSIWFSNumberArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPProvideSIWFSNumberArg Modifier and Type Method Description MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. copyOf(MAPProvideSIWFSNumberArg 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.MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. setB_Subscriber_Address(AddressString value)
Sets the value of the field b-Subscriber-Address.MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. setCall_Direction(byte[] value)
Sets the value of the field call-Direction.MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. setChosenChannel(MAPExternalSignalInfo value)
Sets the value of the field chosenChannel.MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. setGsm_BearerCapability(MAPExternalSignalInfo value)
Sets the value of the field gsm-BearerCapability.MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. setHighLayerCompatibility(MAPExternalSignalInfo value)
Sets the value of the field highLayerCompatibility.MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. setIsdn_BearerCapability(MAPExternalSignalInfo value)
Sets the value of the field isdn-BearerCapability.MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. setLowerLayerCompatibility(MAPExternalSignalInfo value)
Sets the value of the field lowerLayerCompatibility.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPProvideSIWFSNumberArg Modifier and Type Method Description static MAPProvideSIWFSNumberArg
MAPProvideSIWFSNumberArg. copyOf(MAPProvideSIWFSNumberArg 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.int
MAPDialog. sendProvideSIWFSNumber(long timeout, MAPProvideSIWFSNumberArg argument)
Issues a provideSIWFSNumber operation request on the dialog. -
Uses of MAPProvideSIWFSNumberArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPProvideSIWFSNumberArg Constructor Description MAPProvideSIWFSNumberRequestEvent(MAPDialog dialog, TcapOperation operation, MAPProvideSIWFSNumberArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProvideSIWFSNumberRequestEvent -
Uses of MAPProvideSIWFSNumberArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPProvideSIWFSNumberArg Modifier and Type Field Description static PersistCodec<MAPProvideSIWFSNumberArg,MAPProvideSIWFSNumberArg,MAPProto.MAP_CH_DataTypes_Rel5_ProvideSIWFSNumberArg>
MAPCodecs. MAP_CH_DataTypes_Rel5_ProvideSIWFSNumberArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-Rel5.ProvideSIWFSNumberArgstatic PersistCodec<MAPProvideSIWFSNumberArg,MAPProvideSIWFSNumberArg,MAPProto.MAP_CH_DataTypes_Rel5_ProvideSIWFSNumberArg>
MAPCodecs. MAP_CH_DataTypes_Rel5_ProvideSIWFSNumberArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes-Rel5.ProvideSIWFSNumberArg
-