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.
|
Modifier and Type | Method and Description |
---|---|
CCCollectedDigits |
CCCollectedDigits.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCCollectedDigits |
CCCollectedDigits.copyOf(CCCollectedDigits 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.
|
CCCollectedDigits |
CCCollectedInfo.getCollectedDigits()
Gets the value of the collectedDigits choice.
|
CCCollectedDigits |
CCCollectedDigits.setCancelDigit(AddressDelimiter value)
Sets the value of the field cancelDigit.
|
CCCollectedDigits |
CCCollectedDigits.setEndOfReplyDigit(AddressDelimiter value)
Sets the value of the field endOfReplyDigit.
|
CCCollectedDigits |
CCCollectedDigits.setErrortreatment(CCErrorTreatment value)
Sets the value of the field errortreatment.
|
CCCollectedDigits |
CCCollectedDigits.setFirstDigitTimeOut(int value)
Sets the value of the field firstDigitTimeOut and marks the field as present.
|
CCCollectedDigits |
CCCollectedDigits.setFirstDigitTimeOutPresent(boolean flag)
Sets the presence or absence of the optional field firstDigitTimeOut.
|
CCCollectedDigits |
CCCollectedDigits.setInterDigitTimeOut(int value)
Sets the value of the field interDigitTimeOut and marks the field as present.
|
CCCollectedDigits |
CCCollectedDigits.setInterDigitTimeOutPresent(boolean flag)
Sets the presence or absence of the optional field interDigitTimeOut.
|
CCCollectedDigits |
CCCollectedDigits.setInterruptableAnnInd(boolean value)
Sets the value of the field interruptableAnnInd and marks the field as present.
|
CCCollectedDigits |
CCCollectedDigits.setInterruptableAnnIndPresent(boolean flag)
Sets the presence or absence of the optional field interruptableAnnInd.
|
CCCollectedDigits |
CCCollectedDigits.setMaximumNbOfDigits(int value)
Sets the value of the field maximumNbOfDigits and marks the field as present.
|
CCCollectedDigits |
CCCollectedDigits.setMinimumNbOfDigits(int value)
Sets the value of the field minimumNbOfDigits and marks the field as present.
|
CCCollectedDigits |
CCCollectedDigits.setMinimumNbOfDigitsPresent(boolean flag)
Sets the presence or absence of the optional field minimumNbOfDigits.
|
CCCollectedDigits |
CCCollectedDigits.setStartDigit(AddressDelimiter value)
Sets the value of the field startDigit.
|
CCCollectedDigits |
CCCollectedDigits.setVoiceBack(boolean value)
Sets the value of the field voiceBack and marks the field as present.
|
CCCollectedDigits |
CCCollectedDigits.setVoiceBackPresent(boolean flag)
Sets the presence or absence of the optional field voiceBack.
|
CCCollectedDigits |
CCCollectedDigits.setVoiceInformation(boolean value)
Sets the value of the field voiceInformation and marks the field as present.
|
CCCollectedDigits |
CCCollectedDigits.setVoiceInformationPresent(boolean flag)
Sets the presence or absence of the optional field voiceInformation.
|
Modifier and Type | Method and Description |
---|---|
static CCCollectedDigits |
CCCollectedDigits.copyOf(CCCollectedDigits 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.
|
CCCollectedInfo |
CCCollectedInfo.setCollectedDigits(CCCollectedDigits value)
Sets the value of the collectedDigits choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CCProto.CC_DataTypes_CollectedDigits> |
CCCodecs.CC_DataTypes_CollectedDigits
Singleton codec for the ASN.1 type: CC-DataTypes.CollectedDigits
|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CCProto.CC_DataTypes_CollectedDigits> |
CCCodecs.CC_DataTypes_CollectedDigits
Singleton codec for the ASN.1 type: CC-DataTypes.CollectedDigits
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CAP2Proto.CAP_DataTypes_CollectedDigits> |
CAP2Codecs.CAP_DataTypes_CollectedDigits
Singleton codec for the ASN.1 type: CAP-DataTypes.CollectedDigits
|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CAP2Proto.CAP_DataTypes_CollectedDigits> |
CAP2Codecs.CAP_DataTypes_CollectedDigits
Singleton codec for the ASN.1 type: CAP-DataTypes.CollectedDigits
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CAP3Proto.CAP_datatypes_CollectedDigits> |
CAP3Codecs.CAP_datatypes_CollectedDigits
Singleton codec for the ASN.1 type: CAP-datatypes.CollectedDigits
|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CAP3Proto.CAP_datatypes_CollectedDigits> |
CAP3Codecs.CAP_datatypes_CollectedDigits
Singleton codec for the ASN.1 type: CAP-datatypes.CollectedDigits
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CAP4Proto.CAP_datatypes_CollectedDigits> |
CAP4Codecs.CAP_datatypes_CollectedDigits
Singleton codec for the ASN.1 type: CAP-datatypes.CollectedDigits
|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CAP4Proto.CAP_datatypes_CollectedDigits> |
CAP4Codecs.CAP_datatypes_CollectedDigits
Singleton codec for the ASN.1 type: CAP-datatypes.CollectedDigits
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CS1Proto.Core_INAP_CS1_DataTypes_CollectedDigits> |
CS1Codecs.Core_INAP_CS1_DataTypes_CollectedDigits
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.CollectedDigits
|
static PersistCodec<CCCollectedDigits,CCCollectedDigits,CS1Proto.Core_INAP_CS1_DataTypes_CollectedDigits> |
CS1Codecs.Core_INAP_CS1_DataTypes_CollectedDigits
Singleton codec for the ASN.1 type: Core-INAP-CS1-DataTypes.CollectedDigits
|