Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.CallingPartyNumber
-
Packages that use CallingPartyNumber 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 CallingPartyNumber in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return CallingPartyNumber Modifier and Type Method Description CallingPartyNumber
CCInitialDPArg. getCallingPartyNumber()
Gets the value of the field callingPartyNumber.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type CallingPartyNumber Modifier and Type Method Description CCInitialDPArg
CCInitialDPArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber. -
Uses of CallingPartyNumber in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type CallingPartyNumber Modifier and Type Method Description CAP1InitialDPArg
CAP1InitialDPArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber. -
Uses of CallingPartyNumber in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CallingPartyNumber Modifier and Type Method Description CAP2InitialDPArg
CAP2InitialDPArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber. -
Uses of CallingPartyNumber in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CallingPartyNumber Modifier and Type Method Description CAP3InitialDPArg
CAP3InitialDPArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber. -
Uses of CallingPartyNumber in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CallingPartyNumber Modifier and Type Method Description CallingPartyNumber
CAP4EstablishTemporaryConnectionArg. getCallingPartyNumber()
Gets the value of the field callingPartyNumber.CallingPartyNumber
CAP4InitiateCallAttemptArg. getCallingPartyNumber()
Gets the value of the field callingPartyNumber.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CallingPartyNumber Modifier and Type Method Description CAP4EstablishTemporaryConnectionArg
CAP4EstablishTemporaryConnectionArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.CAP4InitialDPArg
CAP4InitialDPArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.CAP4InitiateCallAttemptArg
CAP4InitiateCallAttemptArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber. -
Uses of CallingPartyNumber in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CallingPartyNumber Modifier and Type Method Description CallingPartyNumber
CS1ConnectArg. getCallingPartyNumber()
Gets the value of the field callingPartyNumber.CallingPartyNumber
CS1InitiateCallAttemptArg. getCallingPartyNumber()
Gets the value of the field callingPartyNumber.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CallingPartyNumber Modifier and Type Method Description CS1ConnectArg
CS1ConnectArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.CS1InitialDPArg
CS1InitialDPArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.CS1InitiateCallAttemptArg
CS1InitiateCallAttemptArg. setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber. -
Uses of CallingPartyNumber in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc with type parameters of type CallingPartyNumber Modifier and Type Field Description static BCDStringCodec<CallingPartyNumber>
CallingPartyNumber. ADDRESS_CODEC
BCD string codec for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc that return CallingPartyNumber Modifier and Type Method Description CallingPartyNumber
CallingPartyNumber. clone()
Constructs a copy of this object and everything reachable from it.static CallingPartyNumber
CallingPartyNumber. copyOf(CallingPartyNumber 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.CallingPartyNumber
CallingPartyNumber. setAddress(String value)
Sets the value of the number digits.CallingPartyNumber
CallingPartyNumber. setAddress(String value, StringCodec<CallingPartyNumber> codec)
Sets the value of the number digits using the given codec.CallingPartyNumber
CallingPartyNumber. setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.CallingPartyNumber
CallingPartyNumber. setNature(CallingPartyNumber.Nature value)
Sets the value of the nature of address.CallingPartyNumber
CallingPartyNumber. setNumberIncomplete(boolean value)
Sets the value of the number incomplete indicator.CallingPartyNumber
CallingPartyNumber. setNumberIncompletePresent(boolean flag)
Sets the presence or absence of the field NumberIncomplete.CallingPartyNumber
CallingPartyNumber. setNumberingPlan(CallingPartyNumber.NumberingPlan value)
Sets the value of the numbering plan indicator.CallingPartyNumber
CallingPartyNumber. setPresentation(CallingPartyNumber.Presentation value)
Sets the value of the address presentation restricted indicator.CallingPartyNumber
CallingPartyNumber. setScreening(CallingPartyNumber.Screening value)
Sets the value of the screening indicator.Methods in com.opencloud.slee.resources.in.datatypes.cc that return types with arguments of type CallingPartyNumber Modifier and Type Method Description StringCodec<CallingPartyNumber>
CallingPartyNumber. getAddressCodec()
Gets the codec used for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CallingPartyNumber Modifier and Type Method Description static CallingPartyNumber
CallingPartyNumber. copyOf(CallingPartyNumber 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 CallingPartyNumber Modifier and Type Method Description String
CallingPartyNumber. getAddress(StringCodec<CallingPartyNumber> codec)
Gets the value of the number digits using the given codec.CallingPartyNumber
CallingPartyNumber. setAddress(String value, StringCodec<CallingPartyNumber> 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 CallingPartyNumber Constructor Description CallingPartyNumber(CallingPartyNumber.Nature nature, boolean numberIncomplete, CallingPartyNumber.NumberingPlan numberingPlan, CallingPartyNumber.Presentation presentation, CallingPartyNumber.Screening screening, String address, StringCodec<CallingPartyNumber> Address_codec)
Constructs a new CallingPartyNumber object from given arguments, using the given codecs for encoding fields of type String.
-