public class AddressStringImpl extends TbcdString implements AddressString
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
address |
protected AddressNature |
addressNature |
protected int |
NATURE_OF_ADD_IND_MASK |
protected int |
NO_EXTENSION_MASK |
protected int |
NUMBERING_PLAN_IND_MASK |
protected NumberingPlan |
numberingPlan |
DIGIT_1_MASK, DIGIT_2_MASK| Constructor and Description |
|---|
AddressStringImpl() |
AddressStringImpl(AddressNature addressNature,
NumberingPlan numberingPlan,
java.lang.String address) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(org.mobicents.protocols.asn.AsnInputStream ansIS,
int tagClass,
boolean isPrimitive,
int tag,
int length) |
void |
encode(org.mobicents.protocols.asn.AsnOutputStream asnOs) |
java.lang.String |
getAddress() |
AddressNature |
getAddressNature() |
NumberingPlan |
getNumberingPlan() |
int |
getTag() |
boolean |
isExtension() |
java.lang.String |
toString() |
decodeNumber, decodeString, encodeNumber, encodeStringdecode, encode, getIsPrimitive, getTagClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdecode, encode, getIsPrimitive, getTagClassprotected int NO_EXTENSION_MASK
protected int NATURE_OF_ADD_IND_MASK
protected int NUMBERING_PLAN_IND_MASK
protected AddressNature addressNature
protected NumberingPlan numberingPlan
protected java.lang.String address
public AddressStringImpl()
public AddressStringImpl(AddressNature addressNature, NumberingPlan numberingPlan, java.lang.String address)
public java.lang.String getAddress()
getAddress in interface AddressStringpublic AddressNature getAddressNature()
getAddressNature in interface AddressStringpublic NumberingPlan getNumberingPlan()
getNumberingPlan in interface AddressStringpublic boolean isExtension()
public int getTag()
throws MAPException
getTag in interface MAPPrimitivegetTag in class MAPPrimitiveBaseMAPExceptionpublic void decode(org.mobicents.protocols.asn.AsnInputStream ansIS,
int tagClass,
boolean isPrimitive,
int tag,
int length)
throws MAPParsingComponentException
decode in interface MAPPrimitivedecode in class MAPPrimitiveBaseMAPParsingComponentExceptionpublic void encode(org.mobicents.protocols.asn.AsnOutputStream asnOs)
throws MAPException
encode in interface MAPPrimitiveencode in class MAPPrimitiveBaseMAPExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2011. All Rights Reserved.