Package gov.nasa.worldwind.util.xml.xal
Class XALAddressDetails
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.AbstractXMLEventParser
-
- gov.nasa.worldwind.ogc.kml.KMLAbstractObject
-
- gov.nasa.worldwind.util.xml.xal.XALAddressDetails
-
- All Implemented Interfaces:
MessageListener,XMLEventParser
public class XALAddressDetails extends KMLAbstractObject
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwind.ogc.kml.KMLAbstractObject
MSG_BOX_CHANGED, MSG_GEOMETRY_CHANGED, MSG_LINK_CHANGED, MSG_STYLE_CHANGED, MSG_TIME_CHANGED, MSG_VIEW_CHANGED
-
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI, parent
-
-
Constructor Summary
Constructors Constructor Description XALAddressDetails(java.lang.String namespaceURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddress()java.lang.StringgetAddressDetailsKey()XALAddressLinesgetAddressLines()java.lang.StringgetAddressType()XALAdministrativeAreagetAdministrativeArea()java.lang.StringgetCode()XALCountrygetCountry()java.lang.StringgetCurrentStatus()XALLocalitygetLocality()XALPostalServiceElementsgetPostalServiceElements()XALThoroughfaregetThoroughfare()java.lang.StringgetUsage()java.lang.StringgetValidFromDate()java.lang.StringgetValidToDate()-
Methods inherited from class gov.nasa.worldwind.ogc.kml.KMLAbstractObject
applyChange, getId, getRoot, getTargetId, onChange, onMessage
-
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
-
-
-
-
Method Detail
-
getAddressType
public java.lang.String getAddressType()
-
getCurrentStatus
public java.lang.String getCurrentStatus()
-
getValidFromDate
public java.lang.String getValidFromDate()
-
getValidToDate
public java.lang.String getValidToDate()
-
getUsage
public java.lang.String getUsage()
-
getCode
public java.lang.String getCode()
-
getAddressDetailsKey
public java.lang.String getAddressDetailsKey()
-
getAddress
public java.lang.String getAddress()
-
getAddressLines
public XALAddressLines getAddressLines()
-
getCountry
public XALCountry getCountry()
-
getAdministrativeArea
public XALAdministrativeArea getAdministrativeArea()
-
getLocality
public XALLocality getLocality()
-
getThoroughfare
public XALThoroughfare getThoroughfare()
-
getPostalServiceElements
public XALPostalServiceElements getPostalServiceElements()
-
-