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