sync for cvs wierdness
[jalview.git] / src / jalview / schemabinding / version2 / Tree.java
index 3bbc231..7cba5b2 100755 (executable)
@@ -1,10 +1,21 @@
 /*\r
- * This class was automatically generated with \r
- * <a href="http://www.castor.org">Castor 1.1</a>, using an XML\r
- * Schema.\r
- * $Id$\r
+ * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1)\r
+ * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * \r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * \r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ * \r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this program; if not, write to the Free Software\r
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\r
  */\r
-\r
 package jalview.schemabinding.version2;\r
 \r
   //---------------------------------/\r
@@ -152,6 +163,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 +337,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 +722,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