Merge commit 'alpha/update_2_12_for_2_11_2_series_merge^2' into HEAD
[jalview.git] / src / jalview / xml / binding / jalview / JalviewModel.java
index 90819d7..41c3e7b 100644 (file)
@@ -1964,7 +1964,8 @@ public class JalviewModel {
         "features",
         "pdbids",
         "hiddenSequences",
-        "rnaViewer"
+        "rnaViewer",
+        "hmmerProfile"
     })
     public static class JSeq {
 
@@ -1976,6 +1977,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 +2109,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