Package gov.nasa.worldwind.util.xml.xal
Class XALCountry
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.AbstractXMLEventParser
-
- gov.nasa.worldwind.util.xml.xal.XALAbstractObject
-
- gov.nasa.worldwind.util.xml.xal.XALCountry
-
- All Implemented Interfaces:
XMLEventParser
public class XALCountry extends XALAbstractObject
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<XALAddressLine>addressLinesprotected java.util.List<XALCountryNameCode>countryNameCodesprotected java.util.List<XALCountryName>countryNames-
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI, parent
-
-
Constructor Summary
Constructors Constructor Description XALCountry(java.lang.String namespaceURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddAddressLine(XALAddressLine o)protected voidaddCountryName(XALCountryName o)protected voidaddCountryNameCode(XALCountryNameCode o)protected voiddoAddEventContent(java.lang.Object o, XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args)java.util.List<XALAddressLine>getAddressLines()XALAdministrativeAreagetAdministrativeArea()java.util.List<XALCountryNameCode>getCountryNameCodes()java.util.List<XALCountryName>getCountryNames()XALLocalitygetLocality()XALThoroughfaregetThoroughfare()-
Methods inherited from class gov.nasa.worldwind.util.xml.xal.XALAbstractObject
getCode, getType
-
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
allocate, doAddCharacters, doAddEventAttribute, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
-
-
-
-
Field Detail
-
addressLines
protected java.util.List<XALAddressLine> addressLines
-
countryNameCodes
protected java.util.List<XALCountryNameCode> countryNameCodes
-
countryNames
protected java.util.List<XALCountryName> countryNames
-
-
Method Detail
-
doAddEventContent
protected void doAddEventContent(java.lang.Object o, XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args) throws javax.xml.stream.XMLStreamException- Overrides:
doAddEventContentin classAbstractXMLEventParser- Throws:
javax.xml.stream.XMLStreamException
-
getAddressLines
public java.util.List<XALAddressLine> getAddressLines()
-
addAddressLine
protected void addAddressLine(XALAddressLine o)
-
getCountryNameCodes
public java.util.List<XALCountryNameCode> getCountryNameCodes()
-
addCountryNameCode
protected void addCountryNameCode(XALCountryNameCode o)
-
getCountryNames
public java.util.List<XALCountryName> getCountryNames()
-
addCountryName
protected void addCountryName(XALCountryName o)
-
getAdministrativeArea
public XALAdministrativeArea getAdministrativeArea()
-
getLocality
public XALLocality getLocality()
-
getThoroughfare
public XALThoroughfare getThoroughfare()
-
-