Saves trees
[jalview.git] / src / jalview / binding / JalviewUserColoursItem.java
index ae96562..ce6919c 100755 (executable)
@@ -1,46 +1,30 @@
 /*\r
- * This class was automatically generated with\r
+ * This class was automatically generated with \r
  * <a href="http://www.castor.org">Castor 0.9.6</a>, using an XML\r
  * Schema.\r
  * $Id$\r
  */\r
-/*\r
-* Jalview - A Sequence Alignment Editor and Viewer\r
-* Copyright (C) 2005 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
-package jalview.binding;\r
 \r
-import org.exolab.castor.xml.Marshaller;\r
-import org.exolab.castor.xml.Unmarshaller;\r
+package jalview.binding;\r
 \r
+  //---------------------------------/\r
+ //- Imported classes and packages -/\r
 //---------------------------------/\r
-//- Imported classes and packages -/\r
-//---------------------------------/\r
-import java.io.Serializable;\r
 \r
+import java.io.Serializable;\r
+import org.exolab.castor.xml.Marshaller;\r
+import org.exolab.castor.xml.Unmarshaller;\r
 \r
 /**\r
  * Class JalviewUserColoursItem.\r
- *\r
+ * \r
  * @version $Revision$ $Date$\r
  */\r
 public class JalviewUserColoursItem implements java.io.Serializable {\r
-    //--------------------------/\r
-    //- Class/Member Variables -/\r
+\r
+\r
+      //--------------------------/\r
+     //- Class/Member Variables -/\r
     //--------------------------/\r
 \r
     /**\r
@@ -48,27 +32,39 @@ public class JalviewUserColoursItem implements java.io.Serializable {
      */\r
     private jalview.binding.Colour _colour;\r
 \r
+\r
+      //----------------/\r
+     //- Constructors -/\r
     //----------------/\r
-    //- Constructors -/\r
-    //----------------/\r
+\r
     public JalviewUserColoursItem() {\r
         super();\r
-    }\r
-     //-- jalview.binding.JalviewUserColoursItem()\r
- //-----------/\r
+    } //-- jalview.binding.JalviewUserColoursItem()\r
 \r
-    public jalview.binding.Colour getColour() {\r
+\r
+      //-----------/\r
+     //- Methods -/\r
+    //-----------/\r
+\r
+    /**\r
+     * Returns the value of field 'colour'.\r
+     * \r
+     * @return Colour\r
+     * @return the value of field 'colour'.\r
+     */\r
+    public jalview.binding.Colour getColour()\r
+    {\r
         return this._colour;\r
-    }\r
-     //-- jalview.binding.Colour getColour()\r
+    } //-- jalview.binding.Colour getColour() \r
 \r
     /**\r
      * Sets the value of field 'colour'.\r
-     *\r
+     * \r
      * @param colour the value of field 'colour'.\r
      */\r
-    public void setColour(jalview.binding.Colour colour) {\r
+    public void setColour(jalview.binding.Colour colour)\r
+    {\r
         this._colour = colour;\r
-    }\r
-     //-- void setColour(jalview.binding.Colour)\r
+    } //-- void setColour(jalview.binding.Colour) \r
+\r
 }\r