new multiple multiple view associations JAL-777
[jalview.git] / src / jalview / schemabinding / version2 / JalviewUserColours.java
index a0cf9d9..28541e7 100755 (executable)
@@ -1,21 +1,10 @@
 /*\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
+ * 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
  */\r
+\r
 package jalview.schemabinding.version2;\r
 \r
   //---------------------------------/\r
@@ -43,6 +32,12 @@ public class JalviewUserColours implements java.io.Serializable {
     private java.lang.String _schemeName;\r
 \r
     /**\r
+     * Jalview colour scheme document version.\r
+     *  \r
+     */\r
+    private java.lang.String _version;\r
+\r
+    /**\r
      * Field _colourList.\r
      */\r
     private java.util.Vector _colourList;\r
@@ -155,6 +150,19 @@ public class JalviewUserColours implements java.io.Serializable {
     }\r
 \r
     /**\r
+     * Returns the value of field 'version'. The field 'version'\r
+     * has the following description: Jalview colour scheme\r
+     * document version.\r
+     *  \r
+     * \r
+     * @return the value of field 'Version'.\r
+     */\r
+    public java.lang.String getVersion(\r
+    ) {\r
+        return this._version;\r
+    }\r
+\r
+    /**\r
      * Method isValid.\r
      * \r
      * @return true if this object is valid according to the schema\r
@@ -278,6 +286,19 @@ public class JalviewUserColours implements java.io.Serializable {
     }\r
 \r
     /**\r
+     * Sets the value of field 'version'. The field 'version' has\r
+     * the following description: Jalview colour scheme document\r
+     * version.\r
+     *  \r
+     * \r
+     * @param version the value of field 'version'.\r
+     */\r
+    public void setVersion(\r
+            final java.lang.String version) {\r
+        this._version = version;\r
+    }\r
+\r
+    /**\r
      * Method unmarshal.\r
      * \r
      * @param reader\r