X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Funiprot%2FReferenceType.java;fp=src%2Fjalview%2Fxml%2Fbinding%2Funiprot%2FReferenceType.java;h=729acaead72e830d289c14e12a5dfed4ff509066;hb=5e20c0116864d77705d951e35c41a13197791156;hp=75fb044ad2b8e490c0971d51513c8b25844e1c0c;hpb=1bad3c3f74b2e204e0d7ba93a745f5ec775c8a3e;p=jalview.git diff --git a/src/jalview/xml/binding/uniprot/ReferenceType.java b/src/jalview/xml/binding/uniprot/ReferenceType.java index 75fb044..729acae 100644 --- a/src/jalview/xml/binding/uniprot/ReferenceType.java +++ b/src/jalview/xml/binding/uniprot/ReferenceType.java @@ -5,7 +5,6 @@ // Generated on: 2019.04.05 at 08:01:44 AM BST // - package jalview.xml.binding.uniprot; import java.util.ArrayList; @@ -16,14 +15,16 @@ import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; - /** - * Describes a citation and a summary of its content. - * Equivalent to the flat file RN-, RP-, RC-, RX-, RG-, RA-, RT- and RL-lines. + * Describes a citation and a summary of its content. Equivalent to the flat + * file RN-, RP-, RC-, RX-, RG-, RA-, RT- and RL-lines. * - *

Java class for referenceType complex type. + *

+ * Java class for referenceType complex type. * - *

The following schema fragment specifies the expected content contained within this class. + *

+ * The following schema fragment specifies the expected content contained within + * this class. * *

  * <complexType name="referenceType">
@@ -43,151 +44,156 @@ import javax.xml.bind.annotation.XmlType;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "referenceType", propOrder = {
-    "citation",
-    "scope",
-    "source"
-})
-public class ReferenceType {
-
-    @XmlElement(required = true)
-    protected CitationType citation;
-    @XmlElement(required = true)
-    protected List scope;
-    protected SourceDataType source;
-    @XmlAttribute(name = "evidence")
-    protected List evidence;
-    @XmlAttribute(name = "key", required = true)
-    protected String key;
-
-    /**
-     * Gets the value of the citation property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link CitationType }
-     *     
-     */
-    public CitationType getCitation() {
-        return citation;
-    }
+@XmlType(
+  name = "referenceType",
+  propOrder =
+  { "citation", "scope", "source" })
+public class ReferenceType
+{
 
-    /**
-     * Sets the value of the citation property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link CitationType }
-     *     
-     */
-    public void setCitation(CitationType value) {
-        this.citation = value;
-    }
+  @XmlElement(required = true)
+  protected CitationType citation;
 
-    /**
-     * Gets the value of the scope 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 scope property. - * - *

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

-     *    getScope().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getScope() { - if (scope == null) { - scope = new ArrayList(); - } - return this.scope; - } + @XmlElement(required = true) + protected List scope; - /** - * Gets the value of the source property. - * - * @return - * possible object is - * {@link SourceDataType } - * - */ - public SourceDataType getSource() { - return source; - } + protected SourceDataType source; - /** - * Sets the value of the source property. - * - * @param value - * allowed object is - * {@link SourceDataType } - * - */ - public void setSource(SourceDataType value) { - this.source = value; - } + @XmlAttribute(name = "evidence") + protected List evidence; - /** - * Gets the value of the evidence 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 evidence property. - * - *

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

-     *    getEvidence().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Integer } - * - * - */ - public List getEvidence() { - if (evidence == null) { - evidence = new ArrayList(); - } - return this.evidence; - } + @XmlAttribute(name = "key", required = true) + protected String key; + + /** + * Gets the value of the citation property. + * + * @return possible object is {@link CitationType } + * + */ + public CitationType getCitation() + { + return citation; + } - /** - * Gets the value of the key property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getKey() { - return key; + /** + * Sets the value of the citation property. + * + * @param value + * allowed object is {@link CitationType } + * + */ + public void setCitation(CitationType value) + { + this.citation = value; + } + + /** + * Gets the value of the scope 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 scope property. + * + *

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

+   * getScope().add(newItem);
+   * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list {@link String } + * + * + */ + public List getScope() + { + if (scope == null) + { + scope = new ArrayList(); } + return this.scope; + } + + /** + * Gets the value of the source property. + * + * @return possible object is {@link SourceDataType } + * + */ + public SourceDataType getSource() + { + return source; + } - /** - * Sets the value of the key property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setKey(String value) { - this.key = value; + /** + * Sets the value of the source property. + * + * @param value + * allowed object is {@link SourceDataType } + * + */ + public void setSource(SourceDataType value) + { + this.source = value; + } + + /** + * Gets the value of the evidence 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 evidence property. + * + *

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

+   * getEvidence().add(newItem);
+   * 
+ * + * + *

+ * Objects of the following type(s) are allowed in the list {@link Integer } + * + * + */ + public List getEvidence() + { + if (evidence == null) + { + evidence = new ArrayList(); } + return this.evidence; + } + + /** + * Gets the value of the key property. + * + * @return possible object is {@link String } + * + */ + public String getKey() + { + return key; + } + + /** + * Sets the value of the key property. + * + * @param value + * allowed object is {@link String } + * + */ + public void setKey(String value) + { + this.key = value; + } }