Uses of Class
com.opencloud.slee.resources.cgin.map.MAPResumeCallHandlingArg
-
Packages that use MAPResumeCallHandlingArg 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 MAPResumeCallHandlingArg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPResumeCallHandlingArg Modifier and Type Method Description MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. clone()
Constructs a copy of this object and everything reachable from it.static MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. copyOf(MAPResumeCallHandlingArg 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.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setAllInformationSentPresent(boolean flag)
Sets the presence or absence of the optional field allInformationSent.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setBasicServiceGroup(MAPExt_BasicServiceCode value)
Sets the value of the field basicServiceGroup.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setBasicServiceGroup2(MAPExt_BasicServiceCode value)
Sets the value of the field basicServiceGroup2.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setCallReferenceNumber(byte[] value)
Sets the value of the field callReferenceNumber.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setCcbs_PossiblePresent(boolean flag)
Sets the presence or absence of the optional field ccbs-Possible.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setCug_CheckInfo(MAPCUG_CheckInfo value)
Sets the value of the field cug-CheckInfo.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setD_csi(MAPD_CSI value)
Sets the value of the field d-csi.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setForwardingData(MAPForwardingData value)
Sets the value of the field forwardingData.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setImsi(IMSIAddress value)
Sets the value of the field imsi.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setMsisdn(AddressString value)
Sets the value of the field msisdn.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setMtRoamingRetryPresent(boolean flag)
Sets the presence or absence of the optional field mtRoamingRetry.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setO_BcsmCamelTDPCriteriaList(MAPO_BcsmCamelTDP_Criteria[] value)
Sets the value of the field o-BcsmCamelTDPCriteriaList.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setO_CSI(MAPO_CSI value)
Sets the value of the field o-CSI.MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. setUu_Data(MAPUU_Data value)
Sets the value of the field uu-Data.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPResumeCallHandlingArg Modifier and Type Method Description static MAPResumeCallHandlingArg
MAPResumeCallHandlingArg. copyOf(MAPResumeCallHandlingArg 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. sendResumeCallHandling(long timeout, MAPResumeCallHandlingArg argument)
Issues a resumeCallHandling operation request on the dialog. -
Uses of MAPResumeCallHandlingArg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPResumeCallHandlingArg Constructor Description MAPResumeCallHandlingRequestEvent(MAPDialog dialog, TcapOperation operation, MAPResumeCallHandlingArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPResumeCallHandlingRequestEvent -
Uses of MAPResumeCallHandlingArg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPResumeCallHandlingArg Modifier and Type Field Description static PersistCodec<MAPResumeCallHandlingArg,MAPResumeCallHandlingArg,MAPProto.MAP_CH_DataTypes_ResumeCallHandlingArg>
MAPCodecs. MAP_CH_DataTypes_ResumeCallHandlingArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ResumeCallHandlingArgstatic PersistCodec<MAPResumeCallHandlingArg,MAPResumeCallHandlingArg,MAPProto.MAP_CH_DataTypes_ResumeCallHandlingArg>
MAPCodecs. MAP_CH_DataTypes_ResumeCallHandlingArg
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ResumeCallHandlingArg
-