X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fjalview%2Fxml%2Fbinding%2Fembl%2FROOT.java;fp=src%2Fjalview%2Fxml%2Fbinding%2Fembl%2FROOT.java;h=6b8b2ea4ad6e8fbbfc2fee24c7be0595ad4b587d;hb=3659ecfe7bb17dd25a0a6b5c94a7d9dab4525136;hp=6a09d794f92d26866670b775ba00eb3436e3044d;hpb=dbdd2bd3493e0aef8aa3c0fe054c6bceedc31316;p=jalview.git diff --git a/src/jalview/xml/binding/embl/ROOT.java b/src/jalview/xml/binding/embl/ROOT.java index 6a09d79..6b8b2ea 100644 --- a/src/jalview/xml/binding/embl/ROOT.java +++ b/src/jalview/xml/binding/embl/ROOT.java @@ -2,9 +2,10 @@ // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2018.09.14 at 02:46:00 PM BST +// Generated on: 2023.01.31 at 04:07:09 PM GMT // + package jalview.xml.binding.embl; import javax.xml.bind.annotation.XmlAccessType; @@ -12,13 +13,11 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; + /** - *

- * Java class for anonymous complex type. + *

Java class for anonymous 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>
@@ -36,59 +35,62 @@ import javax.xml.bind.annotation.XmlType;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = { "entrySet", "entry" })
+@XmlType(name = "", propOrder = {
+    "entrySet",
+    "entry"
+})
 @XmlRootElement(name = "ROOT")
-public class ROOT
-{
-
-  protected EntrySetType entrySet;
+public class ROOT {
 
-  protected EntryType entry;
+    protected EntrySetType entrySet;
+    protected EntryType entry;
 
-  /**
-   * Gets the value of the entrySet property.
-   * 
-   * @return possible object is {@link EntrySetType }
-   * 
-   */
-  public EntrySetType getEntrySet()
-  {
-    return entrySet;
-  }
+    /**
+     * Gets the value of the entrySet property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link EntrySetType }
+     *     
+     */
+    public EntrySetType getEntrySet() {
+        return entrySet;
+    }
 
-  /**
-   * Sets the value of the entrySet property.
-   * 
-   * @param value
-   *          allowed object is {@link EntrySetType }
-   * 
-   */
-  public void setEntrySet(EntrySetType value)
-  {
-    this.entrySet = value;
-  }
+    /**
+     * Sets the value of the entrySet property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link EntrySetType }
+     *     
+     */
+    public void setEntrySet(EntrySetType value) {
+        this.entrySet = value;
+    }
 
-  /**
-   * Gets the value of the entry property.
-   * 
-   * @return possible object is {@link EntryType }
-   * 
-   */
-  public EntryType getEntry()
-  {
-    return entry;
-  }
+    /**
+     * Gets the value of the entry property.
+     * 
+     * @return
+     *     possible object is
+     *     {@link EntryType }
+     *     
+     */
+    public EntryType getEntry() {
+        return entry;
+    }
 
-  /**
-   * Sets the value of the entry property.
-   * 
-   * @param value
-   *          allowed object is {@link EntryType }
-   * 
-   */
-  public void setEntry(EntryType value)
-  {
-    this.entry = value;
-  }
+    /**
+     * Sets the value of the entry property.
+     * 
+     * @param value
+     *     allowed object is
+     *     {@link EntryType }
+     *     
+     */
+    public void setEntry(EntryType value) {
+        this.entry = value;
+    }
 
 }