public class LocationNumberMapImpl extends OctetStringBase implements LocationNumberMap
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<LocationNumberMapImpl> |
LOCATION_NUMBER_MAP_XML
XML Serialization/Deserialization
|
_PrimitiveName, data, maxLength, minLength| Constructor and Description |
|---|
LocationNumberMapImpl() |
LocationNumberMapImpl(byte[] data) |
LocationNumberMapImpl(LocationNumber locationNumber) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
LocationNumber |
getLocationNumber() |
void |
setLocationNumber(LocationNumber locationNumber) |
String |
toString() |
_decode, decodeAll, decodeData, encodeAll, encodeAll, encodeData, equals, getIsPrimitive, getTag, getTagClass, hashCode, printDataArrprotected static final javolution.xml.XMLFormat<LocationNumberMapImpl> LOCATION_NUMBER_MAP_XML
public LocationNumberMapImpl()
public LocationNumberMapImpl(byte[] data)
public LocationNumberMapImpl(LocationNumber locationNumber) throws MAPException
MAPExceptionpublic void setLocationNumber(LocationNumber locationNumber) throws MAPException
MAPExceptionpublic byte[] getData()
getData in interface LocationNumberMappublic LocationNumber getLocationNumber() throws MAPException
getLocationNumber in interface LocationNumberMapMAPExceptionpublic String toString()
toString in class OctetStringBaseCopyright © 2016. All Rights Reserved.