X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Funiprot%2FNameListType.java;fp=src%2Fjalview%2Fxml%2Fbinding%2Funiprot%2FNameListType.java;h=89496ecdad2c02280e4a856f7d196e96a07131ee;hb=80b889f0cca49103e1b20ed806755a0719789906;hp=c68a0dddb57a9b2d70cb7a168740ecc15907cb04;hpb=8288438dd58cfc2d1fe18a060afda0d647b85c32;p=jalview.git diff --git a/src/jalview/xml/binding/uniprot/NameListType.java b/src/jalview/xml/binding/uniprot/NameListType.java index c68a0dd..89496ec 100644 --- a/src/jalview/xml/binding/uniprot/NameListType.java +++ b/src/jalview/xml/binding/uniprot/NameListType.java @@ -5,7 +5,6 @@ // Generated on: 2023.05.13 at 06:58:42 PM BST // - package jalview.xml.binding.uniprot; import java.util.ArrayList; @@ -16,11 +15,13 @@ import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElements; import javax.xml.bind.annotation.XmlType; - /** - *

Java class for nameListType complex type. + *

+ * Java class for nameListType 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="nameListType">
@@ -38,45 +39,45 @@ import javax.xml.bind.annotation.XmlType;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "nameListType", propOrder = {
-    "consortiumOrPerson"
-})
-public class NameListType {
+@XmlType(name = "nameListType", propOrder = { "consortiumOrPerson" })
+public class NameListType
+{
 
-    @XmlElements({
-        @XmlElement(name = "consortium", type = ConsortiumType.class),
-        @XmlElement(name = "person", type = PersonType.class)
-    })
-    protected List consortiumOrPerson;
+  @XmlElements({
+      @XmlElement(name = "consortium", type = ConsortiumType.class),
+      @XmlElement(name = "person", type = PersonType.class) })
+  protected List consortiumOrPerson;
 
-    /**
-     * Gets the value of the consortiumOrPerson 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 consortiumOrPerson property. - * - *

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

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

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

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

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

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