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

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

public class Core
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/}id"/>
         <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.tdwg.org/dwc/terms/Taxon"/>
           </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  Id id
           
 
Fields inherited from class eu.etaxonomy.cdm.io.dwca.jaxb.ArchiveEntryBase
encoding, field, fieldsEnclosedBy, fieldsTerminatedBy, files, ignoreHeaderLines, linesTerminatedBy, rowType
 
Constructor Summary
Core()
           
 
Method Summary
 Id getId()
          Gets the value of the id property.
 void setId(Id value)
          Sets the value of the id 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

id

protected Id id
Constructor Detail

Core

public Core()
Method Detail

getId

public Id getId()
Gets the value of the id property.

Returns:
possible object is Id

setId

public void setId(Id value)
Sets the value of the id property.

Parameters:
value - allowed object is Id


Copyright © 2007-2013 EDIT. All Rights Reserved.