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.
|
Modifier and Type | Method and Description |
---|---|
CallingPartyNumber |
CCInitialDPArg.getCallingPartyNumber()
Gets the value of the field callingPartyNumber.
|
Modifier and Type | Method and Description |
---|---|
CCInitialDPArg |
CCInitialDPArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
Modifier and Type | Method and Description |
---|---|
CAP1InitialDPArg |
CAP1InitialDPArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
Modifier and Type | Method and Description |
---|---|
CAP2InitialDPArg |
CAP2InitialDPArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
Modifier and Type | Method and Description |
---|---|
CAP3InitialDPArg |
CAP3InitialDPArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
Modifier and Type | Method and Description |
---|---|
CallingPartyNumber |
CAP4InitiateCallAttemptArg.getCallingPartyNumber()
Gets the value of the field callingPartyNumber.
|
CallingPartyNumber |
CAP4EstablishTemporaryConnectionArg.getCallingPartyNumber()
Gets the value of the field callingPartyNumber.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitiateCallAttemptArg |
CAP4InitiateCallAttemptArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
CAP4InitialDPArg |
CAP4InitialDPArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
CAP4EstablishTemporaryConnectionArg |
CAP4EstablishTemporaryConnectionArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
Modifier and Type | Method and Description |
---|---|
CallingPartyNumber |
CS1InitiateCallAttemptArg.getCallingPartyNumber()
Gets the value of the field callingPartyNumber.
|
CallingPartyNumber |
CS1ConnectArg.getCallingPartyNumber()
Gets the value of the field callingPartyNumber.
|
Modifier and Type | Method and Description |
---|---|
CS1InitiateCallAttemptArg |
CS1InitiateCallAttemptArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
CS1InitialDPArg |
CS1InitialDPArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
CS1ConnectArg |
CS1ConnectArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
Modifier and Type | Field and Description |
---|---|
static BCDStringCodec<CallingPartyNumber> |
CallingPartyNumber.ADDRESS_CODEC
BCD string codec for field Address.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
StringCodec<CallingPartyNumber> |
CallingPartyNumber.getAddressCodec()
Gets the codec used for field Address.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 and 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.
|