eu.etaxonomy.cdm.io.dwca.jaxb
Class Extension
java.lang.Object
eu.etaxonomy.cdm.io.dwca.jaxb.ArchiveEntryBase
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>
| 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 |
VERNACULAR_NAME
public static final String VERNACULAR_NAME
- See Also:
- Constant Field Values
coreid
protected Coreid coreid
Extension
public Extension()
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.