Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCInitialDPArg
-
Packages that use CCInitialDPArg Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols.com.opencloud.slee.resources.cgin.callcontrol.events Provides event wrapper classes for the callcontrol pseudo-protocol.com.opencloud.slee.resources.cgin.callcontrol.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v1 Provides an API for the CAP v1 protocol.com.opencloud.slee.resources.cgin.cap_v1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v2.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v3.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCInitialDPArg Modifier and Type Method Description CCInitialDPArg
CCInitialDPArg. clone()
Constructs a copy of this object and everything reachable from it.static CCInitialDPArg
CCInitialDPArg. copyOf(CCInitialDPArg 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.CCInitialDPArg
CCInitialDPArg. setAdditionalCallingPartyNumber(GenericNumber value)
Sets the value of the field additionalCallingPartyNumber.CCInitialDPArg
CCInitialDPArg. setBearerCapability(CCBearerCapability value)
Sets the value of the field bearerCapability.CCInitialDPArg
CCInitialDPArg. setCalledPartyNumber(CalledPartyNumber value)
Sets the value of the field calledPartyNumber.CCInitialDPArg
CCInitialDPArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.CCInitialDPArg
CCInitialDPArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CCInitialDPArg
CCInitialDPArg. setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.CCInitialDPArg
CCInitialDPArg. setHighLayerCompatibility(HighLayerCompatibility value)
Sets the value of the field highLayerCompatibility.CCInitialDPArg
CCInitialDPArg. setIPSSPCapabilities(CCIPSSPCapabilities value)
Sets the value of the field iPSSPCapabilities.CCInitialDPArg
CCInitialDPArg. setLocationNumber(LocationNumber value)
Sets the value of the field locationNumber.CCInitialDPArg
CCInitialDPArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CCInitialDPArg
CCInitialDPArg. setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.CCInitialDPArg
CCInitialDPArg. setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.CCInitialDPArg
CCInitialDPArg. setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCInitialDPArg Modifier and Type Method Description static CCInitialDPArg
CCInitialDPArg. copyOf(CCInitialDPArg 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
CCDialog. sendInitialDP(CCInitialDPArg argument)
Issues an initialDP operation request on the dialog. -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.callcontrol.events
Constructors in com.opencloud.slee.resources.cgin.callcontrol.events with parameters of type CCInitialDPArg Constructor Description CCInitialDPRequestEvent(CCDialog dialog, TcapOperation operation, CCInitialDPArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.callcontrol.events.CCInitialDPRequestEvent -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCInitialDPArg Modifier and Type Field Description static PersistCodec<CCInitialDPArg,CCInitialDPArg,CCProto.CC_DataTypes_InitialDPArg>
CCCodecs. CC_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CC-DataTypes.InitialDPArgstatic PersistCodec<CCInitialDPArg,CCInitialDPArg,CCProto.CC_DataTypes_InitialDPArg>
CCCodecs. CC_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CC-DataTypes.InitialDPArg -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v1
Subclasses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v1 Modifier and Type Class Description class
CAP1InitialDPArg
API for CAP-DataTypes.InitialDPArg.Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type CCInitialDPArg Modifier and Type Method Description static CAP1InitialDPArg
CAP1InitialDPArg. copyOf(CCInitialDPArg 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. -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v1.persist
Fields in com.opencloud.slee.resources.cgin.cap_v1.persist with type parameters of type CCInitialDPArg Modifier and Type Field Description static PersistCodec<CCInitialDPArg,CAP1InitialDPArg,CAP1Proto.CAP_DataTypes_InitialDPArg>
CAP1Codecs. CAP_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CAP-DataTypes.InitialDPArg -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v2
Subclasses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v2 Modifier and Type Class Description class
CAP2InitialDPArg
API for CAP-DataTypes.InitialDPArg.Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CCInitialDPArg Modifier and Type Method Description static CAP2InitialDPArg
CAP2InitialDPArg. copyOf(CCInitialDPArg 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. -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CCInitialDPArg Modifier and Type Field Description static PersistCodec<CCInitialDPArg,CAP2InitialDPArg,CAP2Proto.CAP_DataTypes_InitialDPArg>
CAP2Codecs. CAP_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CAP-DataTypes.InitialDPArg -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v3
Subclasses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v3 Modifier and Type Class Description class
CAP3InitialDPArg
API for CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CCInitialDPArg Modifier and Type Method Description static CAP3InitialDPArg
CAP3InitialDPArg. copyOf(CCInitialDPArg 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. -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCInitialDPArg Modifier and Type Field Description static PersistCodec<CCInitialDPArg,CAP3InitialDPArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArg>
CAP3Codecs. CAP_gsmSSF_gsmSCF_ops_args_InitialDPArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4InitialDPArg
API for CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CCInitialDPArg Modifier and Type Method Description static CAP4InitialDPArg
CAP4InitialDPArg. copyOf(CCInitialDPArg 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. -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCInitialDPArg Modifier and Type Field Description static PersistCodec<CCInitialDPArg,CAP4InitialDPArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArg>
CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_InitialDPArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Subclasses of CCInitialDPArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1 Modifier and Type Class Description class
CS1InitialDPArg
API for Core-INAP-CS1-DataTypes.InitialDPArg.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CCInitialDPArg Modifier and Type Method Description static CS1InitialDPArg
CS1InitialDPArg. copyOf(CCInitialDPArg 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. -
Uses of CCInitialDPArg in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist with type parameters of type CCInitialDPArg Modifier and Type Field Description static PersistCodec<CCInitialDPArg,CS1InitialDPArg,CS1Proto.Core_INAP_CS1_DataTypes_InitialDPArg>
CS1Codecs. Core_INAP_CS1_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.InitialDPArg
-