Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.BearerCapability
-
Packages that use BearerCapability 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.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 BearerCapability in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return BearerCapability Modifier and Type Method Description BearerCapability
CCBearerCapability. getBearerCap()
Gets the value of the bearerCap choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type BearerCapability Modifier and Type Method Description CCBearerCapability
CCBearerCapability. setBearerCap(BearerCapability value)
Sets the value of the bearerCap choice. -
Uses of BearerCapability in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return BearerCapability Modifier and Type Method Description BearerCapability
BearerCapability. clone()
Constructs a copy of this object and everything reachable from it.static BearerCapability
BearerCapability. copyOf(BearerCapability 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.BearerCapability
BearerCapability. setISO_IEC(byte[] value)
Sets the value of the ISO_IEC coding standard.BearerCapability
BearerCapability. setITU_T(BearerCapability.ITU_T value)
Sets the value of the ITU_T coding standard.BearerCapability
BearerCapability. setNational(byte[] value)
Sets the value of the National coding standard.BearerCapability
BearerCapability. setNetwork(byte[] value)
Sets the value of the Network coding standard.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type BearerCapability Modifier and Type Method Description static BearerCapability
BearerCapability. copyOf(BearerCapability 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.
-