Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.AddressDelimiter
-
Packages that use AddressDelimiter 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_v4 Provides an API for the CAP v4 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 AddressDelimiter in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return AddressDelimiter Modifier and Type Method Description AddressDelimiter
CCCollectedDigits. getCancelDigit()
Gets the value of the field cancelDigit.AddressDelimiter
CCCollectedDigits. getEndOfReplyDigit()
Gets the value of the field endOfReplyDigit.AddressDelimiter
CCCollectedDigits. getStartDigit()
Gets the value of the field startDigit.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type AddressDelimiter Modifier and Type Method Description 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. setStartDigit(AddressDelimiter value)
Sets the value of the field startDigit. -
Uses of AddressDelimiter in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return AddressDelimiter Modifier and Type Method Description AddressDelimiter
CAP4MidCallControlInfo. getCancelDigit()
Gets the value of the field cancelDigit.AddressDelimiter
CAP4MidCallControlInfo. getEndOfReplyDigit()
Gets the value of the field endOfReplyDigit.AddressDelimiter
CAP4MidCallControlInfo. getStartDigit()
Gets the value of the field startDigit.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type AddressDelimiter Modifier and Type Method Description CAP4MidCallControlInfo
CAP4MidCallControlInfo. setCancelDigit(AddressDelimiter value)
Sets the value of the field cancelDigit.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setEndOfReplyDigit(AddressDelimiter value)
Sets the value of the field endOfReplyDigit.CAP4MidCallControlInfo
CAP4MidCallControlInfo. setStartDigit(AddressDelimiter value)
Sets the value of the field startDigit. -
Uses of AddressDelimiter in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc with type parameters of type AddressDelimiter Modifier and Type Field Description static BCDStringCodec<AddressDelimiter>
AddressDelimiter. DELIMITER_CODEC
BCD string codec for field Delimiter.Methods in com.opencloud.slee.resources.in.datatypes.cc that return AddressDelimiter Modifier and Type Method Description AddressDelimiter
AddressDelimiter. clone()
Constructs a copy of this object and everything reachable from it.static AddressDelimiter
AddressDelimiter. copyOf(AddressDelimiter 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.AddressDelimiter
AddressDelimiter. setDelimiter(String value)
Sets the value of the digits.AddressDelimiter
AddressDelimiter. setDelimiter(String value, StringCodec<AddressDelimiter> codec)
Sets the value of the digits using the given codec.AddressDelimiter
AddressDelimiter. setDelimiterEncoded(byte[] encoded)
Sets the encoded value of the digits to a clone of the given byte array.Methods in com.opencloud.slee.resources.in.datatypes.cc that return types with arguments of type AddressDelimiter Modifier and Type Method Description StringCodec<AddressDelimiter>
AddressDelimiter. getDelimiterCodec()
Gets the codec used for field Delimiter.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type AddressDelimiter Modifier and Type Method Description static AddressDelimiter
AddressDelimiter. copyOf(AddressDelimiter 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 AddressDelimiter Modifier and Type Method Description String
AddressDelimiter. getDelimiter(StringCodec<AddressDelimiter> codec)
Gets the value of the digits using the given codec.AddressDelimiter
AddressDelimiter. setDelimiter(String value, StringCodec<AddressDelimiter> codec)
Sets the value of the digits using the given codec.Constructor parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type AddressDelimiter Constructor Description AddressDelimiter(String delimiter, StringCodec<AddressDelimiter> Delimiter_codec)
Constructs a new AddressDelimiter object from given arguments, using the given codecs for encoding fields of type String.
-