Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.LegType
-
Packages that use LegType 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 LegType in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return LegType Modifier and Type Method Description LegType
CCLegID. getReceivingSideID()
Gets the value of the receivingSideID choice.LegType
CCLegID. getSendingSideID()
Gets the value of the sendingSideID choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type LegType Modifier and Type Method Description CCLegID
CCLegID. setReceivingSideID(LegType value)
Sets the value of the receivingSideID choice.CCLegID
CCLegID. setSendingSideID(LegType value)
Sets the value of the sendingSideID choice. -
Uses of LegType in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as LegType Modifier and Type Field Description static LegType
LegType. CALLED_PARTY
Constant for called party.static LegType
LegType. CALLING_PARTY
Constant for calling party.Methods in com.opencloud.slee.resources.in.datatypes.cc that return LegType Modifier and Type Method Description LegType
LegType. clone()
Constructs a copy of this object and everything reachable from it.static LegType
LegType. copyOf(LegType 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.static LegType
LegType. decodeLegType(Integer encoded)
Helper method to decode Ericsson LegType fields encoded as ASN.1 integers.LegType
LegType. setEncodedValue(LegType.EncodedValue value)
Sets the value of the leg type value.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type LegType Modifier and Type Method Description static LegType
LegType. copyOf(LegType 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.static Integer
LegType. encodeLegType(LegType legType)
Helper method to encode Ericsson LegType fields as ASN.1 integers.
-