public class XALCountry extends XALAbstractObject
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<XALAddressLine> |
addressLines |
protected java.util.List<XALCountryNameCode> |
countryNameCodes |
protected java.util.List<XALCountryName> |
countryNames |
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
XALCountry(java.lang.String namespaceURI) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAddressLine(XALAddressLine o) |
protected void |
addCountryName(XALCountryName o) |
protected void |
addCountryNameCode(XALCountryNameCode o) |
protected void |
doAddEventContent(java.lang.Object o,
XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args) |
java.util.List<XALAddressLine> |
getAddressLines() |
XALAdministrativeArea |
getAdministrativeArea() |
java.util.List<XALCountryNameCode> |
getCountryNameCodes() |
java.util.List<XALCountryName> |
getCountryNames() |
XALLocality |
getLocality() |
XALThoroughfare |
getThoroughfare() |
getCode, getTypeallocate, 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, setParentprotected java.util.List<XALAddressLine> addressLines
protected java.util.List<XALCountryNameCode> countryNameCodes
protected java.util.List<XALCountryName> countryNames
protected void addAddressLine(XALAddressLine o)
protected void addCountryName(XALCountryName o)
protected void addCountryNameCode(XALCountryNameCode o)
protected void doAddEventContent(java.lang.Object o,
XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args)
throws javax.xml.stream.XMLStreamException
doAddEventContent in class AbstractXMLEventParserjavax.xml.stream.XMLStreamExceptionpublic java.util.List<XALAddressLine> getAddressLines()
public XALAdministrativeArea getAdministrativeArea()
public java.util.List<XALCountryNameCode> getCountryNameCodes()
public java.util.List<XALCountryName> getCountryNames()
public XALLocality getLocality()
public XALThoroughfare getThoroughfare()