JAL-1713 update from Jalview 2.11.3 develop
[jalview.git] / src / jalview / xml / binding / embl / ROOT.java
index 6a09d79..6b8b2ea 100644 (file)
@@ -2,9 +2,10 @@
 // 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: 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;
 
+
 /**
- * <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>
@@ -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;
+    }
 
 }