Uses of Class
com.opencloud.slee.resources.cgin.EncodedStringWithIndicators
-
Packages that use EncodedStringWithIndicators 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. -
-
Uses of EncodedStringWithIndicators in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return EncodedStringWithIndicators Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin with parameters of type EncodedStringWithIndicators Modifier and Type Method 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. -
Uses of EncodedStringWithIndicators in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as EncodedStringWithIndicators Modifier and Type Field Description protected EncodedStringWithIndicators
CallingPartyNumber. Address_value
Encoded form of field Address.protected EncodedStringWithIndicators
GenericDigits. Address_value
Encoded form of field Address.protected EncodedStringWithIndicators
GenericNumber. Address_value
Encoded form of field Address.protected EncodedStringWithIndicators
LocationNumber. Address_value
Encoded form of field Address.protected EncodedStringWithIndicators
OriginalCalledNumber. Address_value
Encoded form of field Address.protected EncodedStringWithIndicators
RedirectingPartyNumber. Address_value
Encoded form of field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc that return EncodedStringWithIndicators Modifier and Type Method Description EncodedStringWithIndicators
CalledPartyNumber. getAddressEncoded()
Gets a clone of the encoded value of the number digits.EncodedStringWithIndicators
CallingPartyNumber. 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
GenericNumber. 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
OriginalCalledNumber. getAddressEncoded()
Gets a clone of the encoded value of the number digits.EncodedStringWithIndicators
RedirectingPartyNumber. getAddressEncoded()
Gets a clone of the encoded value of the number digits.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type EncodedStringWithIndicators Modifier and Type Method Description CalledPartyNumber
CalledPartyNumber. setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits 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.GenericDigits
GenericDigits. setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the address 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.GenericNumber
GenericNumber. 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.LocationNumber
LocationNumber. 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.RedirectingPartyNumber
RedirectingPartyNumber. setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators. -
Uses of EncodedStringWithIndicators in com.opencloud.slee.resources.in.datatypes.map
Methods in com.opencloud.slee.resources.in.datatypes.map that return EncodedStringWithIndicators Modifier and Type Method Description EncodedStringWithIndicators
ISDNSubaddress. getUserEncoded()
Gets a clone of the encoded value of the number digits.Methods in com.opencloud.slee.resources.in.datatypes.map with parameters of type EncodedStringWithIndicators Modifier and Type Method Description ISDNSubaddress
ISDNSubaddress. setUserEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the number digits to a clone of the given EncodedStringIndicators. -
Uses of EncodedStringWithIndicators in com.opencloud.slee.resources.in.datatypes.map.nsap
Methods in com.opencloud.slee.resources.in.datatypes.map.nsap that return EncodedStringWithIndicators Modifier and Type Method 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.Methods in com.opencloud.slee.resources.in.datatypes.map.nsap with parameters of type EncodedStringWithIndicators Modifier and Type Method 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. -
Uses of EncodedStringWithIndicators in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return EncodedStringWithIndicators Modifier and Type Method Description EncodedStringWithIndicators
SMSAddress. getAddressEncoded()
Gets a clone of the encoded value of the address.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type EncodedStringWithIndicators Modifier and Type Method Description SMSAddress
SMSAddress. setAddressEncoded(EncodedStringWithIndicators encoded)
Sets the encoded value of the address to a clone of the given EncodedStringIndicators.
-