org.archiviststoolkit.structure.MODS
Class PlaceType

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

public class PlaceType
extends java.lang.Object

Java class for placeType complex type.

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

 <complexType name="placeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="placeTerm" type="{http://www.loc.gov/mods/v3}placeTermType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<PlaceTermType> placeTerm
           
 
Constructor Summary
PlaceType()
           
 
Method Summary
 java.util.List<PlaceTermType> getPlaceTerm()
          Gets the value of the placeTerm property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

placeTerm

protected java.util.List<PlaceTermType> placeTerm
Constructor Detail

PlaceType

public PlaceType()
Method Detail

getPlaceTerm

public java.util.List<PlaceTermType> getPlaceTerm()
Gets the value of the placeTerm 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 placeTerm property.

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

    getPlaceTerm().add(newItem);
 

Objects of the following type(s) are allowed in the list PlaceTermType