Merge branch 'Jalview-JS/develop' into merge_js_develop
[jalview.git] / src / jalview / xml / binding / jalview / JalviewModel.java
index 0ea2491..e1a7b05 100644 (file)
@@ -2,7 +2,7 @@
 // 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: 2019.06.07 at 02:21:15 PM BST 
+// Generated on: 2019.07.10 at 12:10:00 PM BST 
 //
 
 
@@ -96,6 +96,7 @@ import javax.xml.datatype.XMLGregorianCalendar;
  *                         &lt;/complexContent>
  *                       &lt;/complexType>
  *                     &lt;/element>
+ *                     &lt;element name="hmmerProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
  *                   &lt;/sequence>
  *                   &lt;attribute name="colour" type="{http://www.w3.org/2001/XMLSchema}int" />
  *                   &lt;attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
@@ -1945,6 +1946,7 @@ public class JalviewModel {
      *             &lt;/complexContent>
      *           &lt;/complexType>
      *         &lt;/element>
+     *         &lt;element name="hmmerProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      *       &lt;/sequence>
      *       &lt;attribute name="colour" type="{http://www.w3.org/2001/XMLSchema}int" />
      *       &lt;attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
@@ -1964,7 +1966,8 @@ public class JalviewModel {
         "features",
         "pdbids",
         "hiddenSequences",
-        "rnaViewer"
+        "rnaViewer",
+        "hmmerProfile"
     })
     public static class JSeq {
 
@@ -1976,6 +1979,8 @@ public class JalviewModel {
         protected List<Integer> hiddenSequences;
         @XmlElement(namespace = "www.jalview.org")
         protected List<JalviewModel.JSeq.RnaViewer> rnaViewer;
+        @XmlElement(namespace = "www.jalview.org")
+        protected String hmmerProfile;
         @XmlAttribute(name = "colour")
         protected Integer colour;
         @XmlAttribute(name = "start", required = true)
@@ -2106,6 +2111,30 @@ public class JalviewModel {
         }
 
         /**
+         * Gets the value of the hmmerProfile property.
+         * 
+         * @return
+         *     possible object is
+         *     {@link String }
+         *     
+         */
+        public String getHmmerProfile() {
+            return hmmerProfile;
+        }
+
+        /**
+         * Sets the value of the hmmerProfile property.
+         * 
+         * @param value
+         *     allowed object is
+         *     {@link String }
+         *     
+         */
+        public void setHmmerProfile(String value) {
+            this.hmmerProfile = value;
+        }
+
+        /**
          * Gets the value of the colour property.
          * 
          * @return