org.archiviststoolkit.structure.accessionImport
Class AccessionRecords

java.lang.Object
  extended by org.archiviststoolkit.structure.accessionImport.AccessionRecords

public class AccessionRecords
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="record" type="{}recordType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

record

protected java.util.List<RecordType> record
Constructor Detail

AccessionRecords

public AccessionRecords()
Method Detail

getRecord

public java.util.List<RecordType> getRecord()
Gets the value of the record 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 record property.

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

    getRecord().add(newItem);
 

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