Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.OriginalCalledNumber
-
Packages that use OriginalCalledNumber 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_v1 Provides an API for the CAP v1 protocol.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 OriginalCalledNumber in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return OriginalCalledNumber Modifier and Type Method Description OriginalCalledNumber
CCConnectArg. getOriginalCalledPartyID()
Gets the value of the field originalCalledPartyID.OriginalCalledNumber
CCInitialDPArg. getOriginalCalledPartyID()
Gets the value of the field originalCalledPartyID.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type OriginalCalledNumber Modifier and Type Method Description CCConnectArg
CCConnectArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CCInitialDPArg
CCInitialDPArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID. -
Uses of OriginalCalledNumber in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type OriginalCalledNumber Modifier and Type Method Description CAP1ConnectArg
CAP1ConnectArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CAP1InitialDPArg
CAP1InitialDPArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID. -
Uses of OriginalCalledNumber in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type OriginalCalledNumber Modifier and Type Method Description CAP2ConnectArg
CAP2ConnectArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CAP2InitialDPArg
CAP2InitialDPArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID. -
Uses of OriginalCalledNumber in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type OriginalCalledNumber Modifier and Type Method Description CAP3ConnectArg
CAP3ConnectArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CAP3InitialDPArg
CAP3InitialDPArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID. -
Uses of OriginalCalledNumber in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return OriginalCalledNumber Modifier and Type Method Description OriginalCalledNumber
CAP4EstablishTemporaryConnectionArg. getOriginalCalledPartyID()
Gets the value of the field originalCalledPartyID.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type OriginalCalledNumber Modifier and Type Method Description CAP4ConnectArg
CAP4ConnectArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CAP4EstablishTemporaryConnectionArg
CAP4EstablishTemporaryConnectionArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CAP4InitialDPArg
CAP4InitialDPArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID. -
Uses of OriginalCalledNumber in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type OriginalCalledNumber Modifier and Type Method Description CS1ConnectArg
CS1ConnectArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.CS1InitialDPArg
CS1InitialDPArg. setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID. -
Uses of OriginalCalledNumber in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc with type parameters of type OriginalCalledNumber Modifier and Type Field Description static BCDStringCodec<OriginalCalledNumber>
OriginalCalledNumber. ADDRESS_CODEC
BCD string codec for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc that return OriginalCalledNumber Modifier and Type Method Description OriginalCalledNumber
OriginalCalledNumber. clone()
Constructs a copy of this object and everything reachable from it.static OriginalCalledNumber
OriginalCalledNumber. copyOf(OriginalCalledNumber 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.OriginalCalledNumber
OriginalCalledNumber. setAddress(String value)
Sets the value of the number digits.OriginalCalledNumber
OriginalCalledNumber. setAddress(String value, StringCodec<OriginalCalledNumber> codec)
Sets the value of the number digits using the given codec.OriginalCalledNumber
OriginalCalledNumber. setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.OriginalCalledNumber
OriginalCalledNumber. setNature(OriginalCalledNumber.Nature value)
Sets the value of the nature of address indicator.OriginalCalledNumber
OriginalCalledNumber. setNumberingPlan(OriginalCalledNumber.NumberingPlan value)
Sets the value of the numbering plan indicator.OriginalCalledNumber
OriginalCalledNumber. setPresentation(OriginalCalledNumber.Presentation value)
Sets the value of the address presentation restricted indicator.Methods in com.opencloud.slee.resources.in.datatypes.cc that return types with arguments of type OriginalCalledNumber Modifier and Type Method Description StringCodec<OriginalCalledNumber>
OriginalCalledNumber. getAddressCodec()
Gets the codec used for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type OriginalCalledNumber Modifier and Type Method Description static OriginalCalledNumber
OriginalCalledNumber. copyOf(OriginalCalledNumber 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 OriginalCalledNumber Modifier and Type Method Description String
OriginalCalledNumber. getAddress(StringCodec<OriginalCalledNumber> codec)
Gets the value of the number digits using the given codec.OriginalCalledNumber
OriginalCalledNumber. setAddress(String value, StringCodec<OriginalCalledNumber> codec)
Sets the value of the number digits using the given codec.Constructor parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type OriginalCalledNumber Constructor Description OriginalCalledNumber(OriginalCalledNumber.Nature nature, OriginalCalledNumber.NumberingPlan numberingPlan, OriginalCalledNumber.Presentation presentation, String address, StringCodec<OriginalCalledNumber> Address_codec)
Constructs a new OriginalCalledNumber object from given arguments, using the given codecs for encoding fields of type String.
-