org.archiviststoolkit.structure.MODS
Class HierarchicalGeographicType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.HierarchicalGeographicType

public class HierarchicalGeographicType
extends java.lang.Object

752

Java class for hierarchicalGeographicType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="hierarchicalGeographicType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="continent" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="province" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="region" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="territory" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="county" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="island" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="area" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> continentOrCountryOrProvince
           
 
Constructor Summary
HierarchicalGeographicType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> getContinentOrCountryOrProvince()
          Gets the value of the continentOrCountryOrProvince property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

continentOrCountryOrProvince

protected java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> continentOrCountryOrProvince
Constructor Detail

HierarchicalGeographicType

public HierarchicalGeographicType()
Method Detail

getContinentOrCountryOrProvince

public java.util.List<javax.xml.bind.JAXBElement<java.lang.String>> getContinentOrCountryOrProvince()
Gets the value of the continentOrCountryOrProvince property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the continentOrCountryOrProvince property.

For example, to add a new item, do as follows:

    getContinentOrCountryOrProvince().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String>