Uses of Class
com.opencloud.slee.resources.cgin.map.MAPForwardGroupCallSignallingArg
-
Packages that use MAPForwardGroupCallSignallingArg 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 MAPForwardGroupCallSignallingArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPForwardGroupCallSignallingArg Modifier and Type Method Description MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. clone()Constructs a copy of this object and everything reachable from it.static MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. copyOf(MAPForwardGroupCallSignallingArg 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.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setAdditionalInfo(BitString value)Sets the value of the field additionalInfo.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setEmergencyModeResetCommandFlagPresent(boolean flag)Sets the presence or absence of the optional field emergencyModeResetCommandFlag.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setImsi(IMSIAddress value)Sets the value of the field imsi.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setSm_RP_UI(byte[] value)Sets the value of the field sm-RP-UI.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setStateAttributes(MAPStateAttributes value)Sets the value of the field stateAttributes.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setTalkerPriority(MAPTalkerPriority value)Sets the value of the field talkerPriority.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setUplinkRejectCommandPresent(boolean flag)Sets the presence or absence of the optional field uplinkRejectCommand.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setUplinkReleaseCommandPresent(boolean flag)Sets the presence or absence of the optional field uplinkReleaseCommand.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setUplinkReleaseIndicationPresent(boolean flag)Sets the presence or absence of the optional field uplinkReleaseIndication.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setUplinkRequestAckPresent(boolean flag)Sets the presence or absence of the optional field uplinkRequestAck.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setUplinkSeizedCommandPresent(boolean flag)Sets the presence or absence of the optional field uplinkSeizedCommand.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPForwardGroupCallSignallingArg Modifier and Type Method Description static MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. copyOf(MAPForwardGroupCallSignallingArg 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. sendForwardGroupCallSignalling(MAPForwardGroupCallSignallingArg argument)Issues a forwardGroupCallSignalling operation request on the dialog. -
Uses of MAPForwardGroupCallSignallingArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPForwardGroupCallSignallingArg Constructor Description MAPForwardGroupCallSignallingRequestEvent(MAPDialog dialog, TcapOperation operation, MAPForwardGroupCallSignallingArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPForwardGroupCallSignallingRequestEvent -
Uses of MAPForwardGroupCallSignallingArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPForwardGroupCallSignallingArg Modifier and Type Field Description static PersistCodec<MAPForwardGroupCallSignallingArg,MAPForwardGroupCallSignallingArg,MAPProto.MAP_GR_DataTypes_ForwardGroupCallSignallingArg>MAPCodecs. MAP_GR_DataTypes_ForwardGroupCallSignallingArgSingleton codec for the ASN.1 type: MAP-GR-DataTypes.ForwardGroupCallSignallingArgstatic PersistCodec<MAPForwardGroupCallSignallingArg,MAPForwardGroupCallSignallingArg,MAPProto.MAP_GR_DataTypes_ForwardGroupCallSignallingArg>MAPCodecs. MAP_GR_DataTypes_ForwardGroupCallSignallingArgSingleton codec for the ASN.1 type: MAP-GR-DataTypes.ForwardGroupCallSignallingArg
-