Merge branch 'develop' into spike/JAL-4047/JAL-4048_columns_in_sequenceID
[jalview.git] / src / jalview / xml / binding / uniprot / Entry.java
index 21963a8..72de883 100644 (file)
@@ -2,10 +2,9 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
 // Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2023.03.17 at 05:31:46 PM GMT 
+// Generated on: 2023.05.13 at 06:58:42 PM BST 
 //
 
-
 package jalview.xml.binding.uniprot;
 
 import java.util.ArrayList;
@@ -19,11 +18,13 @@ import javax.xml.bind.annotation.XmlSchemaType;
 import javax.xml.bind.annotation.XmlType;
 import javax.xml.datatype.XMLGregorianCalendar;
 
-
 /**
- * <p>Java class for anonymous complex type.
+ * <p>
+ * Java class for anonymous complex type.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within
+ * this class.
  * 
  * <pre>
  * &lt;complexType>
@@ -65,561 +66,594 @@ import javax.xml.datatype.XMLGregorianCalendar;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-    "accession",
-    "name",
-    "protein",
-    "gene",
-    "organism",
-    "organismHost",
-    "geneLocation",
-    "reference",
-    "comment",
-    "dbReference",
-    "proteinExistence",
-    "keyword",
-    "feature",
-    "evidence",
-    "sequence"
-})
+@XmlType(
+  name = "",
+  propOrder =
+  { "accession", "name", "protein", "gene", "organism", "organismHost",
+      "geneLocation", "reference", "comment", "dbReference",
+      "proteinExistence", "keyword", "feature", "evidence", "sequence" })
 @XmlRootElement(name = "entry")
-public class Entry {
-
-    @XmlElement(required = true)
-    protected List<String> accession;
-    @XmlElement(required = true)
-    protected List<String> name;
-    @XmlElement(required = true)
-    protected ProteinType protein;
-    protected List<GeneType> gene;
-    @XmlElement(required = true)
-    protected OrganismType organism;
-    protected List<OrganismType> organismHost;
-    protected List<GeneLocationType> geneLocation;
-    @XmlElement(required = true)
-    protected List<ReferenceType> reference;
-    @XmlElement(nillable = true)
-    protected List<CommentType> comment;
-    protected List<DbReferenceType> dbReference;
-    @XmlElement(required = true)
-    protected ProteinExistenceType proteinExistence;
-    protected List<KeywordType> keyword;
-    protected List<FeatureType> feature;
-    protected List<EvidenceType> evidence;
-    @XmlElement(required = true)
-    protected SequenceType sequence;
-    @XmlAttribute(name = "dataset", required = true)
-    protected String dataset;
-    @XmlAttribute(name = "created", required = true)
-    @XmlSchemaType(name = "date")
-    protected XMLGregorianCalendar created;
-    @XmlAttribute(name = "modified", required = true)
-    @XmlSchemaType(name = "date")
-    protected XMLGregorianCalendar modified;
-    @XmlAttribute(name = "version", required = true)
-    protected int version;
-
-    /**
-     * Gets the value of the accession property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the accession property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getAccession().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link String }
-     * 
-     * 
-     */
-    public List<String> getAccession() {
-        if (accession == null) {
-            accession = new ArrayList<String>();
-        }
-        return this.accession;
-    }
+public class Entry
+{
 
-    /**
-     * Gets the value of the name property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the name property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getName().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link String }
-     * 
-     * 
-     */
-    public List<String> getName() {
-        if (name == null) {
-            name = new ArrayList<String>();
-        }
-        return this.name;
-    }
+  @XmlElement(required = true)
+  protected List<String> accession;
 
-    /**
-     * Gets the value of the protein property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link ProteinType }
-     *     
-     */
-    public ProteinType getProtein() {
-        return protein;
-    }
+  @XmlElement(required = true)
+  protected List<String> name;
 
-    /**
-     * Sets the value of the protein property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link ProteinType }
-     *     
-     */
-    public void setProtein(ProteinType value) {
-        this.protein = value;
-    }
+  @XmlElement(required = true)
+  protected ProteinType protein;
 
-    /**
-     * Gets the value of the gene property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the gene property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getGene().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link GeneType }
-     * 
-     * 
-     */
-    public List<GeneType> getGene() {
-        if (gene == null) {
-            gene = new ArrayList<GeneType>();
-        }
-        return this.gene;
-    }
+  protected List<GeneType> gene;
 
-    /**
-     * Gets the value of the organism property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link OrganismType }
-     *     
-     */
-    public OrganismType getOrganism() {
-        return organism;
-    }
+  @XmlElement(required = true)
+  protected OrganismType organism;
 
-    /**
-     * Sets the value of the organism property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link OrganismType }
-     *     
-     */
-    public void setOrganism(OrganismType value) {
-        this.organism = value;
-    }
+  protected List<OrganismType> organismHost;
 
-    /**
-     * Gets the value of the organismHost property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the organismHost property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getOrganismHost().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link OrganismType }
-     * 
-     * 
-     */
-    public List<OrganismType> getOrganismHost() {
-        if (organismHost == null) {
-            organismHost = new ArrayList<OrganismType>();
-        }
-        return this.organismHost;
-    }
+  protected List<GeneLocationType> geneLocation;
 
-    /**
-     * Gets the value of the geneLocation property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the geneLocation property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getGeneLocation().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link GeneLocationType }
-     * 
-     * 
-     */
-    public List<GeneLocationType> getGeneLocation() {
-        if (geneLocation == null) {
-            geneLocation = new ArrayList<GeneLocationType>();
-        }
-        return this.geneLocation;
-    }
+  @XmlElement(required = true)
+  protected List<ReferenceType> reference;
 
-    /**
-     * Gets the value of the reference property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the reference property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getReference().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link ReferenceType }
-     * 
-     * 
-     */
-    public List<ReferenceType> getReference() {
-        if (reference == null) {
-            reference = new ArrayList<ReferenceType>();
-        }
-        return this.reference;
-    }
+  @XmlElement(nillable = true)
+  protected List<CommentType> comment;
 
-    /**
-     * Gets the value of the comment property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the comment property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getComment().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link CommentType }
-     * 
-     * 
-     */
-    public List<CommentType> getComment() {
-        if (comment == null) {
-            comment = new ArrayList<CommentType>();
-        }
-        return this.comment;
-    }
+  protected List<DbReferenceType> dbReference;
 
-    /**
-     * Gets the value of the dbReference property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the dbReference property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getDbReference().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link DbReferenceType }
-     * 
-     * 
-     */
-    public List<DbReferenceType> getDbReference() {
-        if (dbReference == null) {
-            dbReference = new ArrayList<DbReferenceType>();
-        }
-        return this.dbReference;
-    }
+  @XmlElement(required = true)
+  protected ProteinExistenceType proteinExistence;
 
-    /**
-     * Gets the value of the proteinExistence property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link ProteinExistenceType }
-     *     
-     */
-    public ProteinExistenceType getProteinExistence() {
-        return proteinExistence;
-    }
+  protected List<KeywordType> keyword;
 
-    /**
-     * Sets the value of the proteinExistence property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link ProteinExistenceType }
-     *     
-     */
-    public void setProteinExistence(ProteinExistenceType value) {
-        this.proteinExistence = value;
-    }
+  protected List<FeatureType> feature;
 
-    /**
-     * Gets the value of the keyword property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the keyword property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getKeyword().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link KeywordType }
-     * 
-     * 
-     */
-    public List<KeywordType> getKeyword() {
-        if (keyword == null) {
-            keyword = new ArrayList<KeywordType>();
-        }
-        return this.keyword;
-    }
+  protected List<EvidenceType> evidence;
 
-    /**
-     * Gets the value of the feature property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the feature property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getFeature().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link FeatureType }
-     * 
-     * 
-     */
-    public List<FeatureType> getFeature() {
-        if (feature == null) {
-            feature = new ArrayList<FeatureType>();
-        }
-        return this.feature;
-    }
+  @XmlElement(required = true)
+  protected SequenceType sequence;
 
-    /**
-     * Gets the value of the evidence property.
-     * 
-     * <p>
-     * 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 <CODE>set</CODE> method for the evidence property.
-     * 
-     * <p>
-     * For example, to add a new item, do as follows:
-     * <pre>
-     *    getEvidence().add(newItem);
-     * </pre>
-     * 
-     * 
-     * <p>
-     * Objects of the following type(s) are allowed in the list
-     * {@link EvidenceType }
-     * 
-     * 
-     */
-    public List<EvidenceType> getEvidence() {
-        if (evidence == null) {
-            evidence = new ArrayList<EvidenceType>();
-        }
-        return this.evidence;
-    }
+  @XmlAttribute(name = "dataset", required = true)
+  protected String dataset;
 
-    /**
-     * Gets the value of the sequence property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link SequenceType }
-     *     
-     */
-    public SequenceType getSequence() {
-        return sequence;
-    }
+  @XmlAttribute(name = "created", required = true)
+  @XmlSchemaType(name = "date")
+  protected XMLGregorianCalendar created;
 
-    /**
-     * Sets the value of the sequence property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link SequenceType }
-     *     
-     */
-    public void setSequence(SequenceType value) {
-        this.sequence = value;
-    }
+  @XmlAttribute(name = "modified", required = true)
+  @XmlSchemaType(name = "date")
+  protected XMLGregorianCalendar modified;
 
-    /**
-     * Gets the value of the dataset property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getDataset() {
-        return dataset;
-    }
+  @XmlAttribute(name = "version", required = true)
+  protected int version;
 
-    /**
-     * Sets the value of the dataset property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setDataset(String value) {
-        this.dataset = value;
+  /**
+   * Gets the value of the accession property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the accession property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getAccession().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list {@link String }
+   * 
+   * 
+   */
+  public List<String> getAccession()
+  {
+    if (accession == null)
+    {
+      accession = new ArrayList<String>();
     }
-
-    /**
-     * Gets the value of the created property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getCreated() {
-        return created;
+    return this.accession;
+  }
+
+  /**
+   * Gets the value of the name property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the name property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getName().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list {@link String }
+   * 
+   * 
+   */
+  public List<String> getName()
+  {
+    if (name == null)
+    {
+      name = new ArrayList<String>();
     }
-
-    /**
-     * Sets the value of the created property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public void setCreated(XMLGregorianCalendar value) {
-        this.created = value;
+    return this.name;
+  }
+
+  /**
+   * Gets the value of the protein property.
+   * 
+   * @return possible object is {@link ProteinType }
+   * 
+   */
+  public ProteinType getProtein()
+  {
+    return protein;
+  }
+
+  /**
+   * Sets the value of the protein property.
+   * 
+   * @param value
+   *          allowed object is {@link ProteinType }
+   * 
+   */
+  public void setProtein(ProteinType value)
+  {
+    this.protein = value;
+  }
+
+  /**
+   * Gets the value of the gene property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the gene property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getGene().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list {@link GeneType }
+   * 
+   * 
+   */
+  public List<GeneType> getGene()
+  {
+    if (gene == null)
+    {
+      gene = new ArrayList<GeneType>();
     }
-
-    /**
-     * Gets the value of the modified property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public XMLGregorianCalendar getModified() {
-        return modified;
+    return this.gene;
+  }
+
+  /**
+   * Gets the value of the organism property.
+   * 
+   * @return possible object is {@link OrganismType }
+   * 
+   */
+  public OrganismType getOrganism()
+  {
+    return organism;
+  }
+
+  /**
+   * Sets the value of the organism property.
+   * 
+   * @param value
+   *          allowed object is {@link OrganismType }
+   * 
+   */
+  public void setOrganism(OrganismType value)
+  {
+    this.organism = value;
+  }
+
+  /**
+   * Gets the value of the organismHost property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the organismHost property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getOrganismHost().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list
+   * {@link OrganismType }
+   * 
+   * 
+   */
+  public List<OrganismType> getOrganismHost()
+  {
+    if (organismHost == null)
+    {
+      organismHost = new ArrayList<OrganismType>();
     }
-
-    /**
-     * Sets the value of the modified property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link XMLGregorianCalendar }
-     *     
-     */
-    public void setModified(XMLGregorianCalendar value) {
-        this.modified = value;
+    return this.organismHost;
+  }
+
+  /**
+   * Gets the value of the geneLocation property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the geneLocation property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getGeneLocation().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list
+   * {@link GeneLocationType }
+   * 
+   * 
+   */
+  public List<GeneLocationType> getGeneLocation()
+  {
+    if (geneLocation == null)
+    {
+      geneLocation = new ArrayList<GeneLocationType>();
     }
-
-    /**
-     * Gets the value of the version property.
-     * 
-     */
-    public int getVersion() {
-        return version;
+    return this.geneLocation;
+  }
+
+  /**
+   * Gets the value of the reference property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the reference property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getReference().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list
+   * {@link ReferenceType }
+   * 
+   * 
+   */
+  public List<ReferenceType> getReference()
+  {
+    if (reference == null)
+    {
+      reference = new ArrayList<ReferenceType>();
     }
-
-    /**
-     * Sets the value of the version property.
-     * 
-     */
-    public void setVersion(int value) {
-        this.version = value;
+    return this.reference;
+  }
+
+  /**
+   * Gets the value of the comment property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the comment property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getComment().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list {@link CommentType
+   * }
+   * 
+   * 
+   */
+  public List<CommentType> getComment()
+  {
+    if (comment == null)
+    {
+      comment = new ArrayList<CommentType>();
+    }
+    return this.comment;
+  }
+
+  /**
+   * Gets the value of the dbReference property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the dbReference property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getDbReference().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list
+   * {@link DbReferenceType }
+   * 
+   * 
+   */
+  public List<DbReferenceType> getDbReference()
+  {
+    if (dbReference == null)
+    {
+      dbReference = new ArrayList<DbReferenceType>();
+    }
+    return this.dbReference;
+  }
+
+  /**
+   * Gets the value of the proteinExistence property.
+   * 
+   * @return possible object is {@link ProteinExistenceType }
+   * 
+   */
+  public ProteinExistenceType getProteinExistence()
+  {
+    return proteinExistence;
+  }
+
+  /**
+   * Sets the value of the proteinExistence property.
+   * 
+   * @param value
+   *          allowed object is {@link ProteinExistenceType }
+   * 
+   */
+  public void setProteinExistence(ProteinExistenceType value)
+  {
+    this.proteinExistence = value;
+  }
+
+  /**
+   * Gets the value of the keyword property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the keyword property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getKeyword().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list {@link KeywordType
+   * }
+   * 
+   * 
+   */
+  public List<KeywordType> getKeyword()
+  {
+    if (keyword == null)
+    {
+      keyword = new ArrayList<KeywordType>();
+    }
+    return this.keyword;
+  }
+
+  /**
+   * Gets the value of the feature property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the feature property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getFeature().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list {@link FeatureType
+   * }
+   * 
+   * 
+   */
+  public List<FeatureType> getFeature()
+  {
+    if (feature == null)
+    {
+      feature = new ArrayList<FeatureType>();
+    }
+    return this.feature;
+  }
+
+  /**
+   * Gets the value of the evidence property.
+   * 
+   * <p>
+   * 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 <CODE>set</CODE> method
+   * for the evidence property.
+   * 
+   * <p>
+   * For example, to add a new item, do as follows:
+   * 
+   * <pre>
+   * getEvidence().add(newItem);
+   * </pre>
+   * 
+   * 
+   * <p>
+   * Objects of the following type(s) are allowed in the list
+   * {@link EvidenceType }
+   * 
+   * 
+   */
+  public List<EvidenceType> getEvidence()
+  {
+    if (evidence == null)
+    {
+      evidence = new ArrayList<EvidenceType>();
     }
+    return this.evidence;
+  }
+
+  /**
+   * Gets the value of the sequence property.
+   * 
+   * @return possible object is {@link SequenceType }
+   * 
+   */
+  public SequenceType getSequence()
+  {
+    return sequence;
+  }
+
+  /**
+   * Sets the value of the sequence property.
+   * 
+   * @param value
+   *          allowed object is {@link SequenceType }
+   * 
+   */
+  public void setSequence(SequenceType value)
+  {
+    this.sequence = value;
+  }
+
+  /**
+   * Gets the value of the dataset property.
+   * 
+   * @return possible object is {@link String }
+   * 
+   */
+  public String getDataset()
+  {
+    return dataset;
+  }
+
+  /**
+   * Sets the value of the dataset property.
+   * 
+   * @param value
+   *          allowed object is {@link String }
+   * 
+   */
+  public void setDataset(String value)
+  {
+    this.dataset = value;
+  }
+
+  /**
+   * Gets the value of the created property.
+   * 
+   * @return possible object is {@link XMLGregorianCalendar }
+   * 
+   */
+  public XMLGregorianCalendar getCreated()
+  {
+    return created;
+  }
+
+  /**
+   * Sets the value of the created property.
+   * 
+   * @param value
+   *          allowed object is {@link XMLGregorianCalendar }
+   * 
+   */
+  public void setCreated(XMLGregorianCalendar value)
+  {
+    this.created = value;
+  }
+
+  /**
+   * Gets the value of the modified property.
+   * 
+   * @return possible object is {@link XMLGregorianCalendar }
+   * 
+   */
+  public XMLGregorianCalendar getModified()
+  {
+    return modified;
+  }
+
+  /**
+   * Sets the value of the modified property.
+   * 
+   * @param value
+   *          allowed object is {@link XMLGregorianCalendar }
+   * 
+   */
+  public void setModified(XMLGregorianCalendar value)
+  {
+    this.modified = value;
+  }
+
+  /**
+   * Gets the value of the version property.
+   * 
+   */
+  public int getVersion()
+  {
+    return version;
+  }
+
+  /**
+   * Sets the value of the version property.
+   * 
+   */
+  public void setVersion(int value)
+  {
+    this.version = value;
+  }
 
 }