added showUnconserved property to group and view attributes
[jalview.git] / src / jalview / schemabinding / version2 / Tree.java
index 3bbc231..c73cb12 100755 (executable)
@@ -152,6 +152,12 @@ public class Tree implements java.io.Serializable {
     private boolean _has_currentTree;\r
 \r
     /**\r
+     * Tree ID added for binding tree visualization settings to\r
+     * vamsas document trees in jalview 2.4.1\r
+     */\r
+    private java.lang.String _id;\r
+\r
+    /**\r
      * Field _title.\r
      */\r
     private java.lang.String _title;\r
@@ -320,6 +326,19 @@ public class Tree implements java.io.Serializable {
     }\r
 \r
     /**\r
+     * Returns the value of field 'id'. The field 'id' has the\r
+     * following description: Tree ID added for binding tree\r
+     * visualization settings to vamsas document trees in jalview\r
+     * 2.4.1\r
+     * \r
+     * @return the value of field 'Id'.\r
+     */\r
+    public java.lang.String getId(\r
+    ) {\r
+        return this._id;\r
+    }\r
+\r
+    /**\r
      * Returns the value of field 'markUnlinked'.\r
      * \r
      * @return the value of field 'MarkUnlinked'.\r
@@ -692,6 +711,19 @@ public class Tree implements java.io.Serializable {
     }\r
 \r
     /**\r
+     * Sets the value of field 'id'. The field 'id' has the\r
+     * following description: Tree ID added for binding tree\r
+     * visualization settings to vamsas document trees in jalview\r
+     * 2.4.1\r
+     * \r
+     * @param id the value of field 'id'.\r
+     */\r
+    public void setId(\r
+            final java.lang.String id) {\r
+        this._id = id;\r
+    }\r
+\r
+    /**\r
      * Sets the value of field 'markUnlinked'.\r
      * \r
      * @param markUnlinked the value of field 'markUnlinked'.\r