X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fembl%2FEntrySetType.java;h=43689d3921d136b4c6e9d848fe2189fb066f87e3;hb=4b7d3640209c4434d569c746672cf9eed4250ace;hp=5e1b3eae1f1197241ab24a570b3c1f242a3de9ba;hpb=a81e74154d35e10958b58c3c9411aa9ee21880a6;p=jalview.git diff --git a/src/jalview/xml/binding/embl/EntrySetType.java b/src/jalview/xml/binding/embl/EntrySetType.java index 5e1b3ea..43689d3 100644 --- a/src/jalview/xml/binding/embl/EntrySetType.java +++ b/src/jalview/xml/binding/embl/EntrySetType.java @@ -2,10 +2,9 @@ // 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: 2023.03.09 at 07:45:03 AM GMT +// Generated on: 2023.03.17 at 05:31:45 PM GMT // - package jalview.xml.binding.embl; import java.util.ArrayList; @@ -15,11 +14,13 @@ import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; - /** - *

Java class for EntrySetType complex type. + *

+ * Java class for EntrySetType 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="EntrySetType">
@@ -36,41 +37,42 @@ import javax.xml.bind.annotation.XmlType;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "EntrySetType", propOrder = {
-    "entry"
-})
-public class EntrySetType {
+@XmlType(name = "EntrySetType", propOrder = { "entry" })
+public class EntrySetType
+{
 
-    @XmlElement(required = true)
-    protected List entry;
+  @XmlElement(required = true)
+  protected List entry;
 
-    /**
-     * Gets the value of the entry 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 entry property. - * - *

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

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

- * Objects of the following type(s) are allowed in the list - * {@link EntryType } - * - * - */ - public List getEntry() { - if (entry == null) { - entry = new ArrayList(); - } - return this.entry; + /** + * Gets the value of the entry 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 entry property. + * + *

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

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

+ * Objects of the following type(s) are allowed in the list {@link EntryType } + * + * + */ + public List getEntry() + { + if (entry == null) + { + entry = new ArrayList(); } + return this.entry; + } }