Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
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.
|
com.opencloud.slee.resources.in.datatypes.map |
Defines classes to represent some MAP types
for which their ASN.1 specifications say merely OCTET STRING,
that are not used by other protocols,
and for which standards define the layout of bit-fields within the octet strings.
|
com.opencloud.slee.resources.in.datatypes.map.nsap |
Defines classes to represent Network Service Access Point (NSAP) types
for which their ASN.1 specifications say merely OCTET STRING,
and for which standards define the layout of bit-fields within the octet strings.
|
com.opencloud.slee.resources.in.datatypes.sms |
Defines classes to represent some short message service (SMS) types
for which their ASN.1 specifications say merely OCTET STRING,
and for which standards define the layout of bit-fields within the octet strings.
|
Modifier and Type | Method and Description |
---|---|
EncodedStringWithIndicators |
EncodedStringWithIndicators.clone()
Constructs a copy of this object and everything reachable from it.
|
static EncodedStringWithIndicators |
EncodedStringWithIndicators.copyOf(EncodedStringWithIndicators 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.
|
EncodedStringWithIndicators |
EncodedStringWithIndicators.setData(byte[] value)
Sets the value of the encoded octet string.
|
EncodedStringWithIndicators |
EncodedStringWithIndicators.setIndicators(StringIndicators value)
Sets the value of the indicators.
|
Modifier and Type | Method and Description |
---|---|
static EncodedStringWithIndicators |
EncodedStringWithIndicators.copyOf(EncodedStringWithIndicators 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 | Field and Description |
---|---|
protected EncodedStringWithIndicators |
RedirectingPartyNumber.Address_value
Encoded form of field Address.
|
protected EncodedStringWithIndicators |
OriginalCalledNumber.Address_value
Encoded form of field Address.
|
protected EncodedStringWithIndicators |
LocationNumber.Address_value
Encoded form of field Address.
|
protected EncodedStringWithIndicators |
GenericNumber.Address_value
Encoded form of field Address.
|
protected EncodedStringWithIndicators |
GenericDigits.Address_value
Encoded form of field Address.
|
protected EncodedStringWithIndicators |
CallingPartyNumber.Address_value
Encoded form of field Address.
|
Modifier and Type | Method and Description |
---|---|
EncodedStringWithIndicators |
RedirectingPartyNumber.getAddressEncoded()
Gets a clone of the encoded value of the number digits.
|
EncodedStringWithIndicators |
OriginalCalledNumber.getAddressEncoded()
Gets a clone of the encoded value of the number digits.
|
EncodedStringWithIndicators |
LocationNumber.getAddressEncoded()
Gets a clone of the encoded value of the number digits.
|
EncodedStringWithIndicators |
GenericNumber.getAddressEncoded()
Gets a clone of the encoded value of the number digits.
|
EncodedStringWithIndicators |
GenericDigits.getAddressEncoded()
Gets a clone of the encoded value of the address.
|
EncodedStringWithIndicators |
CallingPartyNumber.getAddressEncoded()
Gets a clone of the encoded value of the number digits.
|
EncodedStringWithIndicators |
CalledPartyNumber.getAddressEncoded()
Gets a clone of the encoded value of the number digits.
|
Modifier and Type | Method and Description |
---|---|
RedirectingPartyNumber |
RedirectingPartyNumber.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
OriginalCalledNumber |
OriginalCalledNumber.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
LocationNumber |
LocationNumber.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
GenericNumberWithB |
GenericNumberWithB.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
GenericNumber |
GenericNumber.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
GenericDigitsWithStarHash |
GenericDigitsWithStarHash.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the address to a clone of the given EncodedStringIndicators.
|
GenericDigits |
GenericDigits.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the address to a clone of the given EncodedStringIndicators.
|
CallingPartyNumber |
CallingPartyNumber.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
CalledPartyNumber |
CalledPartyNumber.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
Modifier and Type | Method and Description |
---|---|
EncodedStringWithIndicators |
ISDNSubaddress.getUserEncoded()
Gets a clone of the encoded value of the number digits.
|
Modifier and Type | Method and Description |
---|---|
ISDNSubaddress |
ISDNSubaddress.setUserEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators.
|
Modifier and Type | Method and Description |
---|---|
EncodedStringWithIndicators |
NSAPAddress.getAuthorityAndFormatIdEncoded()
Gets a clone of the encoded value of Authority and format identifier.
|
EncodedStringWithIndicators |
NSAPAddress.getInitialDomainIdEncoded()
Gets a clone of the encoded value of Initial domain identifier.
|
Modifier and Type | Method and Description |
---|---|
NSAPAddress |
NSAPAddress.setAuthorityAndFormatIdEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of Authority and format identifier to a clone of the given EncodedStringIndicators.
|
NSAPAddress |
NSAPAddress.setInitialDomainIdEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of Initial domain identifier to a clone of the given EncodedStringIndicators.
|
Modifier and Type | Method and Description |
---|---|
EncodedStringWithIndicators |
SMSAddress.getAddressEncoded()
Gets a clone of the encoded value of the address.
|
Modifier and Type | Method and Description |
---|---|
SMSAddress |
SMSAddress.setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the address to a clone of the given EncodedStringIndicators.
|