eu.etaxonomy.cdm.io.dwca.jaxb
Class Archive

java.lang.Object
  extended by eu.etaxonomy.cdm.io.dwca.jaxb.Archive

public class Archive
extends 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 ref="{http://rs.tdwg.org/dwc/text/}core"/>
         <element ref="{http://rs.tdwg.org/dwc/text/}extension" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Core core
           
protected  List<Extension> extension
           
 
Constructor Summary
Archive()
           
 
Method Summary
 Core getCore()
          Gets the value of the core property.
 List<Extension> getExtension()
          Gets the value of the extension property.
 void setCore(Core value)
          Sets the value of the core property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

core

protected Core core

extension

protected List<Extension> extension
Constructor Detail

Archive

public Archive()
Method Detail

getCore

public Core getCore()
Gets the value of the core property.

Returns:
possible object is Core

setCore

public void setCore(Core value)
Sets the value of the core property.

Parameters:
value - allowed object is Core

getExtension

public List<Extension> getExtension()
Gets the value of the extension 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 extension property.

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

    getExtension().add(newItem);
 

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



Copyright © 2007-2013 EDIT. All Rights Reserved.