Uses of Class
com.opencloud.slee.resources.cgin.callcontrol.CCVariablePart
-
Packages that use CCVariablePart 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.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.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.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.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.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CCVariablePart in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CCVariablePart Modifier and Type Method Description CCVariablePart
CCVariablePart. clone()
Constructs a copy of this object and everything reachable from it.static CCVariablePart
CCVariablePart. copyOf(CCVariablePart 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.CCVariablePart[]
CCMessageID.VariableMessage. getVariableParts()
Gets the value of the field variableParts.CCVariablePart
CCVariablePart. setDate(YearMonthDay value)
Sets the value of the date choice.CCVariablePart
CCVariablePart. setInteger(int value)
Sets the value of the integer choice.CCVariablePart
CCVariablePart. setNumber(GenericDigits value)
Sets the value of the number choice.CCVariablePart
CCVariablePart. setPrice(PriceInHundredthsOfUnits value)
Sets the value of the price choice.CCVariablePart
CCVariablePart. setTime(HourMinute value)
Sets the value of the time choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCVariablePart Modifier and Type Method Description static CCVariablePart
CCVariablePart. copyOf(CCVariablePart 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.CCMessageID.VariableMessage
CCMessageID.VariableMessage. setVariableParts(CCVariablePart[] value)
Sets the value of the field variableParts.Constructors in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CCVariablePart Constructor Description VariableMessage(int ElementaryMessageID_param, CCVariablePart[] VariableParts_param)
Constructs an object from given values for all fields. -
Uses of CCVariablePart in com.opencloud.slee.resources.cgin.callcontrol.persist
Fields in com.opencloud.slee.resources.cgin.callcontrol.persist with type parameters of type CCVariablePart Modifier and Type Field Description static PersistCodec<CCVariablePart,CCVariablePart,CCProto.CC_DataTypes_VariablePart>
CCCodecs. CC_DataTypes_VariablePart
Singleton codec for the ASN.1 type: CC-DataTypes.VariablePartstatic PersistCodec<CCVariablePart,CCVariablePart,CCProto.CC_DataTypes_VariablePart>
CCCodecs. CC_DataTypes_VariablePart
Singleton codec for the ASN.1 type: CC-DataTypes.VariablePart -
Uses of CCVariablePart in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CCVariablePart Modifier and Type Field Description static PersistCodec<CCVariablePart,CCVariablePart,CAP2Proto.CAP_DataTypes_VariablePart>
CAP2Codecs. CAP_DataTypes_VariablePart
Singleton codec for the ASN.1 type: CAP-DataTypes.VariablePartstatic PersistCodec<CCVariablePart,CCVariablePart,CAP2Proto.CAP_DataTypes_VariablePart>
CAP2Codecs. CAP_DataTypes_VariablePart
Singleton codec for the ASN.1 type: CAP-DataTypes.VariablePart -
Uses of CCVariablePart in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CCVariablePart Modifier and Type Field Description static PersistCodec<CCVariablePart,CCVariablePart,CAP3Proto.CAP_datatypes_VariablePart>
CAP3Codecs. CAP_datatypes_VariablePart
Singleton codec for the ASN.1 type: CAP-datatypes.VariablePartstatic PersistCodec<CCVariablePart,CCVariablePart,CAP3Proto.CAP_datatypes_VariablePart>
CAP3Codecs. CAP_datatypes_VariablePart
Singleton codec for the ASN.1 type: CAP-datatypes.VariablePart -
Uses of CCVariablePart in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CCVariablePart Modifier and Type Field Description static PersistCodec<CCVariablePart,CCVariablePart,CAP4Proto.CAP_datatypes_VariablePart>
CAP4Codecs. CAP_datatypes_VariablePart
Singleton codec for the ASN.1 type: CAP-datatypes.VariablePartstatic PersistCodec<CCVariablePart,CCVariablePart,CAP4Proto.CAP_datatypes_VariablePart>
CAP4Codecs. CAP_datatypes_VariablePart
Singleton codec for the ASN.1 type: CAP-datatypes.VariablePart -
Uses of CCVariablePart 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 CCVariablePart Modifier and Type Field Description static PersistCodec<CCVariablePart,CCVariablePart,CS1Proto.Core_INAP_CS1_DataTypes_VariablePart>
CS1Codecs. Core_INAP_CS1_DataTypes_VariablePart
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.VariablePartstatic PersistCodec<CCVariablePart,CCVariablePart,CS1Proto.Core_INAP_CS1_DataTypes_VariablePart>
CS1Codecs. Core_INAP_CS1_DataTypes_VariablePart
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.VariablePart
-