Uses of Class
com.opencloud.slee.resources.cgin.map.MAPProcessGroupCallSignallingArg
-
Packages that use MAPProcessGroupCallSignallingArg 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 MAPProcessGroupCallSignallingArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPProcessGroupCallSignallingArg Modifier and Type Method Description MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. clone()Constructs a copy of this object and everything reachable from it.static MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. copyOf(MAPProcessGroupCallSignallingArg 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.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setAdditionalInfo(BitString value)Sets the value of the field additionalInfo.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setEmergencyModeResetCommandFlagPresent(boolean flag)Sets the presence or absence of the optional field emergencyModeResetCommandFlag.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setReleaseGroupCallPresent(boolean flag)Sets the presence or absence of the optional field releaseGroupCall.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setTalkerPriority(MAPTalkerPriority value)Sets the value of the field talkerPriority.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setUplinkReleaseIndicationPresent(boolean flag)Sets the presence or absence of the optional field uplinkReleaseIndication.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setUplinkRequestPresent(boolean flag)Sets the presence or absence of the optional field uplinkRequest.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPProcessGroupCallSignallingArg Modifier and Type Method Description static MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. copyOf(MAPProcessGroupCallSignallingArg 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. sendProcessGroupCallSignalling(MAPProcessGroupCallSignallingArg argument)Issues a processGroupCallSignalling operation request on the dialog. -
Uses of MAPProcessGroupCallSignallingArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPProcessGroupCallSignallingArg Constructor Description MAPProcessGroupCallSignallingRequestEvent(MAPDialog dialog, TcapOperation operation, MAPProcessGroupCallSignallingArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPProcessGroupCallSignallingRequestEvent -
Uses of MAPProcessGroupCallSignallingArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPProcessGroupCallSignallingArg Modifier and Type Field Description static PersistCodec<MAPProcessGroupCallSignallingArg,MAPProcessGroupCallSignallingArg,MAPProto.MAP_GR_DataTypes_ProcessGroupCallSignallingArg>MAPCodecs. MAP_GR_DataTypes_ProcessGroupCallSignallingArgSingleton codec for the ASN.1 type: MAP-GR-DataTypes.ProcessGroupCallSignallingArgstatic PersistCodec<MAPProcessGroupCallSignallingArg,MAPProcessGroupCallSignallingArg,MAPProto.MAP_GR_DataTypes_ProcessGroupCallSignallingArg>MAPCodecs. MAP_GR_DataTypes_ProcessGroupCallSignallingArgSingleton codec for the ASN.1 type: MAP-GR-DataTypes.ProcessGroupCallSignallingArg
-