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_v3 |
Provides an API for the CAP v3 protocol.
|
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 |
---|---|
CCGapCriteria |
CCGapCriteria.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCGapCriteria |
CCGapCriteria.copyOf(CCGapCriteria 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.
|
CCGapCriteria |
CCCallGapArg.getGapCriteria()
Gets the value of the field gapCriteria.
|
CCGapCriteria |
CCGapCriteria.setBasicGapCriteria(CCBasicGapCriteria value)
Sets the value of the basicGapCriteria choice.
|
Modifier and Type | Method and Description |
---|---|
static CCGapCriteria |
CCGapCriteria.copyOf(CCGapCriteria 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.
|
CCCallGapArg |
CCCallGapArg.setGapCriteria(CCGapCriteria value)
Sets the value of the field gapCriteria.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCGapCriteria,CCGapCriteria,CCProto.CC_DataTypes_GapCriteria> |
CCCodecs.CC_DataTypes_GapCriteria
Singleton codec for the ASN.1 type: CC-DataTypes.GapCriteria
|
static PersistCodec<CCGapCriteria,CCGapCriteria,CCProto.CC_DataTypes_GapCriteria> |
CCCodecs.CC_DataTypes_GapCriteria
Singleton codec for the ASN.1 type: CC-DataTypes.GapCriteria
|
Modifier and Type | Class and Description |
---|---|
class |
CAP3GapCriteria
API for CAP-datatypes.GapCriteria.
|
Modifier and Type | Method and Description |
---|---|
static CAP3GapCriteria |
CAP3GapCriteria.copyOf(CCGapCriteria 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<CCGapCriteria,CAP3GapCriteria,CAP3Proto.CAP_datatypes_GapCriteria> |
CAP3Codecs.CAP_datatypes_GapCriteria
Singleton codec for the ASN.1 type: CAP-datatypes.GapCriteria
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCGapCriteria,CAP3GapCriteria,CAP4Proto.CAP_datatypes_GapCriteria> |
CAP4Codecs.CAP_datatypes_GapCriteria
Singleton codec for the ASN.1 type: CAP-datatypes.GapCriteria
|
Modifier and Type | Method and Description |
---|---|
CS1CallGapArg |
CS1CallGapArg.setGapCriteria(CCGapCriteria value)
Sets the value of the field gapCriteria.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCGapCriteria,CCGapCriteria,CS1Proto.Core_INAP_CS1_DataTypes_GapCriteria> |
CS1Codecs.Core_INAP_CS1_DataTypes_GapCriteria
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.GapCriteria
|
static PersistCodec<CCGapCriteria,CCGapCriteria,CS1Proto.Core_INAP_CS1_DataTypes_GapCriteria> |
CS1Codecs.Core_INAP_CS1_DataTypes_GapCriteria
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.GapCriteria
|