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