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 |
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.
|
Modifier and Type | Method and Description |
---|---|
CCRequestedInformationValue |
CCRequestedInformationValue.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCRequestedInformationValue |
CCRequestedInformationValue.copyOf(CCRequestedInformationValue 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.
|
CCRequestedInformationValue |
CCRequestedInformation.getRequestedInformationValue()
Gets the value of the field requestedInformationValue.
|
CCRequestedInformationValue |
CCRequestedInformationValue.setCallAttemptElapsedTimeValue(int value)
Sets the value of the callAttemptElapsedTimeValue choice.
|
CCRequestedInformationValue |
CCRequestedInformationValue.setCallConnectedElapsedTimeValue(int value)
Sets the value of the callConnectedElapsedTimeValue choice.
|
CCRequestedInformationValue |
CCRequestedInformationValue.setCallStopTimeValue(DateAndTime value)
Sets the value of the callStopTimeValue choice.
|
CCRequestedInformationValue |
CCRequestedInformationValue.setReleaseCauseValue(Cause value)
Sets the value of the releaseCauseValue choice.
|
Modifier and Type | Method and Description |
---|---|
static CCRequestedInformationValue |
CCRequestedInformationValue.copyOf(CCRequestedInformationValue 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.
|
CCRequestedInformation |
CCRequestedInformation.setRequestedInformationValue(CCRequestedInformationValue value)
Sets the value of the field requestedInformationValue.
|
Constructor and Description |
---|
CCRequestedInformation(CCRequestedInformationType RequestedInformationType_param,
CCRequestedInformationValue RequestedInformationValue_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformationValue,CCRequestedInformationValue,CCProto.CC_DataTypes_RequestedInformationValue> |
CCCodecs.CC_DataTypes_RequestedInformationValue
Singleton codec for the ASN.1 type: CC-DataTypes.RequestedInformationValue
|
static PersistCodec<CCRequestedInformationValue,CCRequestedInformationValue,CCProto.CC_DataTypes_RequestedInformationValue> |
CCCodecs.CC_DataTypes_RequestedInformationValue
Singleton codec for the ASN.1 type: CC-DataTypes.RequestedInformationValue
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformationValue,CCRequestedInformationValue,CAP2Proto.CAP_DataTypes_RequestedInformationValue> |
CAP2Codecs.CAP_DataTypes_RequestedInformationValue
Singleton codec for the ASN.1 type: CAP-DataTypes.RequestedInformationValue
|
static PersistCodec<CCRequestedInformationValue,CCRequestedInformationValue,CAP2Proto.CAP_DataTypes_RequestedInformationValue> |
CAP2Codecs.CAP_DataTypes_RequestedInformationValue
Singleton codec for the ASN.1 type: CAP-DataTypes.RequestedInformationValue
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformationValue,CCRequestedInformationValue,CAP3Proto.CAP_datatypes_RequestedInformationValue> |
CAP3Codecs.CAP_datatypes_RequestedInformationValue
Singleton codec for the ASN.1 type: CAP-datatypes.RequestedInformationValue
|
static PersistCodec<CCRequestedInformationValue,CCRequestedInformationValue,CAP3Proto.CAP_datatypes_RequestedInformationValue> |
CAP3Codecs.CAP_datatypes_RequestedInformationValue
Singleton codec for the ASN.1 type: CAP-datatypes.RequestedInformationValue
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformationValue,CCRequestedInformationValue,CAP4Proto.CAP_datatypes_RequestedInformationValue> |
CAP4Codecs.CAP_datatypes_RequestedInformationValue
Singleton codec for the ASN.1 type: CAP-datatypes.RequestedInformationValue
|
static PersistCodec<CCRequestedInformationValue,CCRequestedInformationValue,CAP4Proto.CAP_datatypes_RequestedInformationValue> |
CAP4Codecs.CAP_datatypes_RequestedInformationValue
Singleton codec for the ASN.1 type: CAP-datatypes.RequestedInformationValue
|
Modifier and Type | Class and Description |
---|---|
class |
CS1RequestedInformationValue
API for Core-INAP-CS1-DataTypes.RequestedInformationValue.
|
Modifier and Type | Method and Description |
---|---|
static CS1RequestedInformationValue |
CS1RequestedInformationValue.copyOf(CCRequestedInformationValue 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.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCRequestedInformationValue,CS1RequestedInformationValue,CS1Proto.Core_INAP_CS1_DataTypes_RequestedInformationValue> |
CS1Codecs.Core_INAP_CS1_DataTypes_RequestedInformationValue
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.RequestedInformationValue
|