Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.CallingPartysCategory
-
Packages that use CallingPartysCategory 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.cap_v1 Provides an API for the CAP v1 protocol.com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of CallingPartysCategory in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CallingPartysCategory Modifier and Type Method Description CallingPartysCategory
CCConnectArg. getCallingPartysCategory()
Gets the value of the field callingPartysCategory.CallingPartysCategory
CCInitialDPArg. getCallingPartysCategory()
Gets the value of the field callingPartysCategory.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CallingPartysCategory Modifier and Type Method Description CCConnectArg
CCConnectArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CCInitialDPArg
CCInitialDPArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory. -
Uses of CallingPartysCategory in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type CallingPartysCategory Modifier and Type Method Description CAP1ConnectArg
CAP1ConnectArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CAP1InitialDPArg
CAP1InitialDPArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory. -
Uses of CallingPartysCategory in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CallingPartysCategory Modifier and Type Method Description CAP2ConnectArg
CAP2ConnectArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CAP2InitialDPArg
CAP2InitialDPArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory. -
Uses of CallingPartysCategory in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CallingPartysCategory Modifier and Type Method Description CallingPartysCategory
CAP3ContinueWithArgumentArg. getCallingPartysCategory()
Gets the value of the field callingPartysCategory.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CallingPartysCategory Modifier and Type Method Description CAP3ConnectArg
CAP3ConnectArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CAP3ContinueWithArgumentArg
CAP3ContinueWithArgumentArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CAP3InitialDPArg
CAP3InitialDPArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory. -
Uses of CallingPartysCategory in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CallingPartysCategory Modifier and Type Method Description CAP4ConnectArg
CAP4ConnectArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CAP4ContinueWithArgumentArg
CAP4ContinueWithArgumentArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CAP4InitialDPArg
CAP4InitialDPArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory. -
Uses of CallingPartysCategory in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CallingPartysCategory Modifier and Type Method Description CS1ConnectArg
CS1ConnectArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.CS1InitialDPArg
CS1InitialDPArg. setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory. -
Uses of CallingPartysCategory in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return CallingPartysCategory Modifier and Type Method Description CallingPartysCategory
CallingPartysCategory. clone()
Constructs a copy of this object and everything reachable from it.static CallingPartysCategory
CallingPartysCategory. copyOf(CallingPartysCategory 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.CallingPartysCategory
CallingPartysCategory. setCategory(CallingPartysCategory.Category value)
Sets the value of the calling party's category value.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CallingPartysCategory Modifier and Type Method Description static CallingPartysCategory
CallingPartysCategory. copyOf(CallingPartysCategory 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.
-