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 |
---|---|
CCInbandInfo |
CCInbandInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCInbandInfo |
CCInbandInfo.copyOf(CCInbandInfo 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.
|
CCInbandInfo |
CCInformationToSend.getInbandInfo()
Gets the value of the inbandInfo choice.
|
CCInbandInfo |
CCInbandInfo.setDuration(int value)
Sets the value of the field duration and marks the field as present.
|
CCInbandInfo |
CCInbandInfo.setDurationPresent(boolean flag)
Sets the presence or absence of the optional field duration.
|
CCInbandInfo |
CCInbandInfo.setInterval(int value)
Sets the value of the field interval and marks the field as present.
|
CCInbandInfo |
CCInbandInfo.setIntervalPresent(boolean flag)
Sets the presence or absence of the optional field interval.
|
CCInbandInfo |
CCInbandInfo.setMessageID(CCMessageID value)
Sets the value of the field messageID.
|
CCInbandInfo |
CCInbandInfo.setNumberOfRepetitions(int value)
Sets the value of the field numberOfRepetitions and marks the field as present.
|
CCInbandInfo |
CCInbandInfo.setNumberOfRepetitionsPresent(boolean flag)
Sets the presence or absence of the optional field numberOfRepetitions.
|
Modifier and Type | Method and Description |
---|---|
static CCInbandInfo |
CCInbandInfo.copyOf(CCInbandInfo 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.
|
CCInformationToSend |
CCInformationToSend.setInbandInfo(CCInbandInfo value)
Sets the value of the inbandInfo choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCInbandInfo,CCInbandInfo,CCProto.CC_DataTypes_InbandInfo> |
CCCodecs.CC_DataTypes_InbandInfo
Singleton codec for the ASN.1 type: CC-DataTypes.InbandInfo
|
static PersistCodec<CCInbandInfo,CCInbandInfo,CCProto.CC_DataTypes_InbandInfo> |
CCCodecs.CC_DataTypes_InbandInfo
Singleton codec for the ASN.1 type: CC-DataTypes.InbandInfo
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCInbandInfo,CCInbandInfo,CAP2Proto.CAP_DataTypes_InbandInfo> |
CAP2Codecs.CAP_DataTypes_InbandInfo
Singleton codec for the ASN.1 type: CAP-DataTypes.InbandInfo
|
static PersistCodec<CCInbandInfo,CCInbandInfo,CAP2Proto.CAP_DataTypes_InbandInfo> |
CAP2Codecs.CAP_DataTypes_InbandInfo
Singleton codec for the ASN.1 type: CAP-DataTypes.InbandInfo
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCInbandInfo,CCInbandInfo,CAP3Proto.CAP_datatypes_InbandInfo> |
CAP3Codecs.CAP_datatypes_InbandInfo
Singleton codec for the ASN.1 type: CAP-datatypes.InbandInfo
|
static PersistCodec<CCInbandInfo,CCInbandInfo,CAP3Proto.CAP_datatypes_InbandInfo> |
CAP3Codecs.CAP_datatypes_InbandInfo
Singleton codec for the ASN.1 type: CAP-datatypes.InbandInfo
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCInbandInfo,CCInbandInfo,CAP4Proto.CAP_datatypes_InbandInfo> |
CAP4Codecs.CAP_datatypes_InbandInfo
Singleton codec for the ASN.1 type: CAP-datatypes.InbandInfo
|
static PersistCodec<CCInbandInfo,CCInbandInfo,CAP4Proto.CAP_datatypes_InbandInfo> |
CAP4Codecs.CAP_datatypes_InbandInfo
Singleton codec for the ASN.1 type: CAP-datatypes.InbandInfo
|
Modifier and Type | Method and Description |
---|---|
CS1InformationToSend |
CS1InformationToSend.setInbandInfo(CCInbandInfo value)
Sets the value of the inbandinfo choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCInbandInfo,CCInbandInfo,CS1Proto.Core_INAP_CS1_DataTypes_InbandInfo> |
CS1Codecs.Core_INAP_CS1_DataTypes_InbandInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.InbandInfo
|
static PersistCodec<CCInbandInfo,CCInbandInfo,CS1Proto.Core_INAP_CS1_DataTypes_InbandInfo> |
CS1Codecs.Core_INAP_CS1_DataTypes_InbandInfo
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.InbandInfo
|