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

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

public class Extension
extends ArchiveEntryBase

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/}files"/>
         <element ref="{http://rs.tdwg.org/dwc/text/}coreid"/>
         <element ref="{http://rs.tdwg.org/dwc/text/}field" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="rowType" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
             <enumeration value="http://rs.gbif.org/terms/1.0/Description"/>
             <enumeration value="http://rs.gbif.org/terms/1.0/VernacularName"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="linesTerminatedBy" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="\r\n"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="ignoreHeaderLines" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}byte">
             <enumeration value="1"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="fieldsTerminatedBy" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value=","/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="fieldsEnclosedBy" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="""/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="encoding" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="UTF-8"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Coreid coreid
           
static String VERNACULAR_NAME
           
 
Fields inherited from class eu.etaxonomy.cdm.io.dwca.jaxb.ArchiveEntryBase
encoding, field, fieldsEnclosedBy, fieldsTerminatedBy, files, ignoreHeaderLines, linesTerminatedBy, rowType
 
Constructor Summary
Extension()
           
 
Method Summary
 Coreid getCoreid()
          Gets the value of the coreid property.
 void setCoreid(Coreid value)
          Sets the value of the coreid property.
 
Methods inherited from class eu.etaxonomy.cdm.io.dwca.jaxb.ArchiveEntryBase
getEncoding, getField, getFieldsEnclosedBy, getFieldsTerminatedBy, getFiles, getIgnoreHeaderLines, getLinesTerminatedBy, getRowType, setEncoding, setFieldsEnclosedBy, setFieldsTerminatedBy, setFiles, setIgnoreHeaderLines, setLinesTerminatedBy, setRowType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERNACULAR_NAME

public static final String VERNACULAR_NAME
See Also:
Constant Field Values

coreid

protected Coreid coreid
Constructor Detail

Extension

public Extension()
Method Detail

getCoreid

public Coreid getCoreid()
Gets the value of the coreid property.

Returns:
possible object is Coreid

setCoreid

public void setCoreid(Coreid value)
Sets the value of the coreid property.

Parameters:
value - allowed object is Coreid


Copyright © 2007-2013 EDIT. All Rights Reserved.