Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSIWFSSignallingModifyArg
-
Packages that use MAPSIWFSSignallingModifyArg 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 MAPSIWFSSignallingModifyArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSIWFSSignallingModifyArg Modifier and Type Method Description MAPSIWFSSignallingModifyArgMAPSIWFSSignallingModifyArg. clone()Constructs a copy of this object and everything reachable from it.static MAPSIWFSSignallingModifyArgMAPSIWFSSignallingModifyArg. copyOf(MAPSIWFSSignallingModifyArg 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.MAPSIWFSSignallingModifyArgMAPSIWFSSignallingModifyArg. setChannelType(MAPExternalSignalInfo value)Sets the value of the field channelType.MAPSIWFSSignallingModifyArgMAPSIWFSSignallingModifyArg. setChosenChannel(MAPExternalSignalInfo value)Sets the value of the field chosenChannel.MAPSIWFSSignallingModifyArgMAPSIWFSSignallingModifyArg. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSIWFSSignallingModifyArg Modifier and Type Method Description static MAPSIWFSSignallingModifyArgMAPSIWFSSignallingModifyArg. copyOf(MAPSIWFSSignallingModifyArg 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.intMAPDialog. sendSiwfs_SignallingModify(long timeout, MAPSIWFSSignallingModifyArg argument)Issues a siwfs_SignallingModify operation request on the dialog. -
Uses of MAPSIWFSSignallingModifyArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSIWFSSignallingModifyArg Constructor Description MAPSiwfs_SignallingModifyRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSIWFSSignallingModifyArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPSiwfs_SignallingModifyRequestEvent -
Uses of MAPSIWFSSignallingModifyArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSIWFSSignallingModifyArg Modifier and Type Field Description static PersistCodec<MAPSIWFSSignallingModifyArg,MAPSIWFSSignallingModifyArg,MAPProto.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyArg>MAPCodecs. MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyArgSingleton codec for the ASN.1 type: MAP-CH-DataTypes-Rel5.SIWFSSignallingModifyArgstatic PersistCodec<MAPSIWFSSignallingModifyArg,MAPSIWFSSignallingModifyArg,MAPProto.MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyArg>MAPCodecs. MAP_CH_DataTypes_Rel5_SIWFSSignallingModifyArgSingleton codec for the ASN.1 type: MAP-CH-DataTypes-Rel5.SIWFSSignallingModifyArg
-