Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.GenericDigits
-
Packages that use GenericDigits 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.cap_v2 Provides an API for the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of GenericDigits in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return GenericDigits Modifier and Type Method Description GenericDigits
CCEstablishTemporaryConnectionArg. getCginAssistingDialogCorrelationID()
Gets the value of the field cginAssistingDialogCorrelationID.GenericDigits
CCEstablishTemporaryConnectionArg. getCorrelationID()
Gets the value of the field correlationID.GenericDigits
CCReceivedInformationArg. getDigitsResponse()
Gets the value of the digitsResponse choice.GenericDigits
CCVariablePart. getNumber()
Gets the value of the number choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type GenericDigits Modifier and Type Method Description CCEstablishTemporaryConnectionArg
CCEstablishTemporaryConnectionArg. setCginAssistingDialogCorrelationID(GenericDigits value)
Sets the value of the field cginAssistingDialogCorrelationID.CCEstablishTemporaryConnectionArg
CCEstablishTemporaryConnectionArg. setCorrelationID(GenericDigits value)
Sets the value of the field correlationID.CCReceivedInformationArg
CCReceivedInformationArg. setDigitsResponse(GenericDigits value)
Sets the value of the digitsResponse choice.CCVariablePart
CCVariablePart. setNumber(GenericDigits value)
Sets the value of the number choice. -
Uses of GenericDigits in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type GenericDigits Modifier and Type Method Description CAP2EstablishTemporaryConnectionArg
CAP2EstablishTemporaryConnectionArg. setCorrelationID(GenericDigits value)
Sets the value of the field correlationID. -
Uses of GenericDigits in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type GenericDigits Modifier and Type Method Description CAP3EstablishTemporaryConnectionArg
CAP3EstablishTemporaryConnectionArg. setCorrelationID(GenericDigits value)
Sets the value of the field correlationID. -
Uses of GenericDigits in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return GenericDigits Modifier and Type Method Description GenericDigits
CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents. getDTMFDigitsCompleted()
Gets the value of the dTMFDigitsCompleted choice.GenericDigits
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents. getDTMFDigitsCompleted()
Gets the value of the dTMFDigitsCompleted choice.GenericDigits
CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents. getDTMFDigitsTimeOut()
Gets the value of the dTMFDigitsTimeOut choice.GenericDigits
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents. getDTMFDigitsTimeOut()
Gets the value of the dTMFDigitsTimeOut choice.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type GenericDigits Modifier and Type Method Description CAP4EstablishTemporaryConnectionArg
CAP4EstablishTemporaryConnectionArg. setCorrelationID(GenericDigits value)
Sets the value of the field correlationID.CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents
CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents. setDTMFDigitsCompleted(GenericDigits value)
Sets the value of the dTMFDigitsCompleted choice.CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents. setDTMFDigitsCompleted(GenericDigits value)
Sets the value of the dTMFDigitsCompleted choice.CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents
CAP4EventSpecificInformationBCSM.OMidCallSpecificInfo.MidCallEvents. setDTMFDigitsTimeOut(GenericDigits value)
Sets the value of the dTMFDigitsTimeOut choice.CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents
CAP4EventSpecificInformationBCSM.TMidCallSpecificInfo.MidCallEvents. setDTMFDigitsTimeOut(GenericDigits value)
Sets the value of the dTMFDigitsTimeOut choice. -
Uses of GenericDigits in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return GenericDigits Modifier and Type Method Description GenericDigits
CS1ConnectArg. getCorrelationID()
Gets the value of the field correlationID.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type GenericDigits Modifier and Type Method Description CS1ConnectArg
CS1ConnectArg. setCorrelationID(GenericDigits value)
Sets the value of the field correlationID.CS1EstablishTemporaryConnectionArg
CS1EstablishTemporaryConnectionArg. setCorrelationID(GenericDigits value)
Sets the value of the field correlationID. -
Uses of GenericDigits in com.opencloud.slee.resources.in.datatypes.cc
Subclasses of GenericDigits in com.opencloud.slee.resources.in.datatypes.cc Modifier and Type Class Description class
GenericDigitsWithStarHash
Class GenericDigitsWithStarHash represents a GenericDigits in which additional characters '*' and '#' are permitted in the decoded form of the encoding schemes BCD_ODD and BCD_EVEN, encoding to 0xB and 0xC respectively.Fields in com.opencloud.slee.resources.in.datatypes.cc with type parameters of type GenericDigits Modifier and Type Field Description static BCDStringCodec<GenericDigits>
GenericDigits. ADDRESS_CODEC_BCD
BCD string codec for field Address.static BCDStringCodec<GenericDigits>
GenericDigitsWithStarHash. ADDRESS_CODEC_BCD
BCD string codec for field Address.static BinaryStringCodec<GenericDigits>
GenericDigits. ADDRESS_CODEC_BINARY
Binary string codec for field Address.static BinaryStringCodec<GenericDigits>
GenericDigitsWithStarHash. ADDRESS_CODEC_BINARY
Binary string codec for field Address.static IA5StringCodec<GenericDigits>
GenericDigits. ADDRESS_CODEC_IA5
ASCII/ISO646-US string codec for field Address.static IA5StringCodec<GenericDigits>
GenericDigitsWithStarHash. ADDRESS_CODEC_IA5
ASCII/ISO646-US string codec for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc that return GenericDigits Modifier and Type Method Description GenericDigits
GenericDigits. clone()
Constructs a copy of this object and everything reachable from it.static GenericDigits
GenericDigits. copyOf(GenericDigits 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.GenericDigits
GenericDigits. setAddress(String value)
Sets the value of the address.GenericDigits
GenericDigits. setAddress(String value, StringCodec<GenericDigits> codec)
Sets the value of the address using the given codec.GenericDigits
GenericDigits. setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the address to a clone of the given EncodedStringIndicators.GenericDigits
GenericDigits. setEncodingScheme(GenericDigits.EncodingScheme value)
Sets the value of the encoding scheme.GenericDigits
GenericDigits. setTypeOfDigits(GenericDigits.TypeOfDigits value)
Sets the value of the type of digits.Methods in com.opencloud.slee.resources.in.datatypes.cc that return types with arguments of type GenericDigits Modifier and Type Method Description StringCodec<GenericDigits>
GenericDigits. getAddressCodec()
Gets the codec used for field Address.StringCodec<GenericDigits>
GenericDigitsWithStarHash. getAddressCodec()
Gets the codec used for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type GenericDigits Modifier and Type Method Description static GenericDigits
GenericDigits. copyOf(GenericDigits 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.static GenericDigitsWithStarHash
GenericDigitsWithStarHash. copyOf(GenericDigits 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.Method parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type GenericDigits Modifier and Type Method Description String
GenericDigits. getAddress(StringCodec<GenericDigits> codec)
Gets the value of the address using the given codec.GenericDigits
GenericDigits. setAddress(String value, StringCodec<GenericDigits> codec)
Sets the value of the address using the given codec.GenericDigitsWithStarHash
GenericDigitsWithStarHash. setAddress(String value, StringCodec<GenericDigits> codec)
Sets the value of the address using the given codec.Constructor parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type GenericDigits Constructor Description GenericDigits(GenericDigits.EncodingScheme encodingScheme, GenericDigits.TypeOfDigits typeOfDigits, String address, StringCodec<GenericDigits> Address_codec)
Constructs a new GenericDigits object from given arguments, using the given codecs for encoding fields of type String.GenericDigitsWithStarHash(GenericDigits.EncodingScheme encodingScheme, GenericDigits.TypeOfDigits typeOfDigits, String address, StringCodec<GenericDigits> Address_codec)
Constructs a new GenericDigitsWithStarHash object from given arguments, using the given codecs for encoding fields of type String.
-