public class AddressFieldImpl extends Object implements AddressField
| Constructor and Description |
|---|
AddressFieldImpl(TypeOfNumber typeOfNumber,
NumberingPlanIdentification numberingPlanIdentification,
String addressValue) |
| Modifier and Type | Method and Description |
|---|---|
static AddressFieldImpl |
createMessage(InputStream stm) |
void |
encodeData(OutputStream stm) |
String |
getAddressValue() |
NumberingPlanIdentification |
getNumberingPlanIdentification() |
TypeOfNumber |
getTypeOfNumber() |
String |
toString() |
public AddressFieldImpl(TypeOfNumber typeOfNumber, NumberingPlanIdentification numberingPlanIdentification, String addressValue)
public static AddressFieldImpl createMessage(InputStream stm) throws MAPException
MAPExceptionpublic TypeOfNumber getTypeOfNumber()
getTypeOfNumber in interface AddressFieldpublic NumberingPlanIdentification getNumberingPlanIdentification()
getNumberingPlanIdentification in interface AddressFieldpublic String getAddressValue()
getAddressValue in interface AddressFieldpublic void encodeData(OutputStream stm) throws MAPException
encodeData in interface AddressFieldMAPExceptionCopyright © 2016. All Rights Reserved.