public class ISDNAddressStringImpl extends AddressStringImpl implements ISDNAddressString
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<ISDNAddressStringImpl> |
ISDN_ADDRESS_STRING_XML
XML Serialization/Deserialization
|
address, ADDRESS_STRING_XML, addressNature, NATURE_OF_ADD_IND_MASK, NO_EXTENSION_MASK, NUMBERING_PLAN_IND_MASK, numberingPlan| Constructor and Description |
|---|
ISDNAddressStringImpl() |
ISDNAddressStringImpl(AddressNature addressNature,
NumberingPlan numberingPlan,
String address) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_testLengthDecode(int length) |
protected void |
_testLengthEncode() |
String |
toString() |
_decode, decodeAll, decodeData, encodeAll, encodeAll, encodeData, equals, getAddress, getAddressNature, getIsPrimitive, getNumberingPlan, getTag, getTagClass, hashCode, isExtensionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAddress, getAddressNature, getNumberingPlanprotected static final javolution.xml.XMLFormat<ISDNAddressStringImpl> ISDN_ADDRESS_STRING_XML
public ISDNAddressStringImpl()
public ISDNAddressStringImpl(AddressNature addressNature, NumberingPlan numberingPlan, String address)
protected void _testLengthDecode(int length)
throws MAPParsingComponentException
_testLengthDecode in class AddressStringImplMAPParsingComponentExceptionprotected void _testLengthEncode()
throws MAPException
_testLengthEncode in class AddressStringImplMAPExceptionpublic String toString()
toString in class AddressStringImplCopyright © 2016. All Rights Reserved.