org.mobicents.protocols.ss7.map.dialog
public class AddressStringImpl extends java.lang.Object implements AddressString
| Modifier and Type | Field and Description |
|---|---|
protected int |
NATURE_OF_ADD_IND_MASK |
protected int |
NO_EXTENSION_MASK |
protected int |
NUMBERING_PLAN_IND_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) |
void |
encode(org.mobicents.protocols.asn.AsnOutputStream asnOs) |
java.lang.String |
getAddress() |
AddressNature |
getAddressNature() |
NumberingPlan |
getNumberingPlan() |
boolean |
isExtension() |
protected int NO_EXTENSION_MASK
protected int NATURE_OF_ADD_IND_MASK
protected int NUMBERING_PLAN_IND_MASK
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 void decode(org.mobicents.protocols.asn.AsnInputStream ansIS) throws MAPException, java.io.IOException
MAPExceptionjava.io.IOExceptionpublic void encode(org.mobicents.protocols.asn.AsnOutputStream asnOs) throws MAPException
MAPExceptionCopyright © 2011. All Rights Reserved.