Save graph threshold and annotation colours
[jalview.git] / src / jalview / schemabinding / version2 / Annotation.java
index 54811be..6003b86 100755 (executable)
@@ -70,6 +70,11 @@ public class Annotation implements java.io.Serializable {
      */\r
     private java.lang.String _description;\r
 \r
+    /**\r
+     * Field _thresholdLine\r
+     */\r
+    private jalview.schemabinding.version2.ThresholdLine _thresholdLine;\r
+\r
 \r
       //----------------/\r
      //- Constructors -/\r
@@ -235,6 +240,17 @@ public class Annotation implements java.io.Serializable {
     } //-- java.lang.String getLabel() \r
 \r
     /**\r
+     * Returns the value of field 'thresholdLine'.\r
+     * \r
+     * @return ThresholdLine\r
+     * @return the value of field 'thresholdLine'.\r
+     */\r
+    public jalview.schemabinding.version2.ThresholdLine getThresholdLine()\r
+    {\r
+        return this._thresholdLine;\r
+    } //-- jalview.schemabinding.version2.ThresholdLine getThresholdLine() \r
+\r
+    /**\r
      * Method hasGraph\r
      * \r
      * \r
@@ -405,6 +421,16 @@ public class Annotation implements java.io.Serializable {
     } //-- void setLabel(java.lang.String) \r
 \r
     /**\r
+     * Sets the value of field 'thresholdLine'.\r
+     * \r
+     * @param thresholdLine the value of field 'thresholdLine'.\r
+     */\r
+    public void setThresholdLine(jalview.schemabinding.version2.ThresholdLine thresholdLine)\r
+    {\r
+        this._thresholdLine = thresholdLine;\r
+    } //-- void setThresholdLine(jalview.schemabinding.version2.ThresholdLine) \r
+\r
+    /**\r
      * Method unmarshal\r
      * \r
      * \r