X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fembl%2FEntrySetType.java;fp=src%2Fjalview%2Fxml%2Fbinding%2Fembl%2FEntrySetType.java;h=6e73e7bd5db061d78f1c59b6267fbfaf8294334c;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=09947ec49a6515b9900e0714a84e0045052eecaf;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;p=jalview.git diff --git a/src/jalview/xml/binding/embl/EntrySetType.java b/src/jalview/xml/binding/embl/EntrySetType.java index 09947ec..6e73e7b 100644 --- a/src/jalview/xml/binding/embl/EntrySetType.java +++ b/src/jalview/xml/binding/embl/EntrySetType.java @@ -5,7 +5,6 @@ // Generated on: 2018.09.14 at 02:46:00 PM BST // - 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; + } }