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 CallingPartyNumberCCInitialDPArg. 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 CCInitialDPArgCCInitialDPArg. 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 CAP1InitialDPArgCAP1InitialDPArg. 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 CAP2InitialDPArgCAP2InitialDPArg. 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 CAP3InitialDPArgCAP3InitialDPArg. 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 CallingPartyNumberCAP4EstablishTemporaryConnectionArg. getCallingPartyNumber()Gets the value of the field callingPartyNumber.CallingPartyNumberCAP4InitiateCallAttemptArg. 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 CAP4EstablishTemporaryConnectionArgCAP4EstablishTemporaryConnectionArg. setCallingPartyNumber(CallingPartyNumber value)Sets the value of the field callingPartyNumber.CAP4InitialDPArgCAP4InitialDPArg. setCallingPartyNumber(CallingPartyNumber value)Sets the value of the field callingPartyNumber.CAP4InitiateCallAttemptArgCAP4InitiateCallAttemptArg. 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 CallingPartyNumberCS1ConnectArg. getCallingPartyNumber()Gets the value of the field callingPartyNumber.CallingPartyNumberCS1InitiateCallAttemptArg. 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 CS1ConnectArgCS1ConnectArg. setCallingPartyNumber(CallingPartyNumber value)Sets the value of the field callingPartyNumber.CS1InitialDPArgCS1InitialDPArg. setCallingPartyNumber(CallingPartyNumber value)Sets the value of the field callingPartyNumber.CS1InitiateCallAttemptArgCS1InitiateCallAttemptArg. 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_CODECBCD string codec for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc that return CallingPartyNumber Modifier and Type Method Description CallingPartyNumberCallingPartyNumber. clone()Constructs a copy of this object and everything reachable from it.static CallingPartyNumberCallingPartyNumber. 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.CallingPartyNumberCallingPartyNumber. setAddress(String value)Sets the value of the number digits.CallingPartyNumberCallingPartyNumber. setAddress(String value, StringCodec<CallingPartyNumber> codec)Sets the value of the number digits using the given codec.CallingPartyNumberCallingPartyNumber. setAddressEncoded(EncodedStringWithIndicators encoded)Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.CallingPartyNumberCallingPartyNumber. setNature(CallingPartyNumber.Nature value)Sets the value of the nature of address.CallingPartyNumberCallingPartyNumber. setNumberIncomplete(boolean value)Sets the value of the number incomplete indicator.CallingPartyNumberCallingPartyNumber. setNumberIncompletePresent(boolean flag)Sets the presence or absence of the field NumberIncomplete.CallingPartyNumberCallingPartyNumber. setNumberingPlan(CallingPartyNumber.NumberingPlan value)Sets the value of the numbering plan indicator.CallingPartyNumberCallingPartyNumber. setPresentation(CallingPartyNumber.Presentation value)Sets the value of the address presentation restricted indicator.CallingPartyNumberCallingPartyNumber. 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 CallingPartyNumberCallingPartyNumber. 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 StringCallingPartyNumber. getAddress(StringCodec<CallingPartyNumber> codec)Gets the value of the number digits using the given codec.CallingPartyNumberCallingPartyNumber. 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.
-