ae96562fb32f5113a0486c6ab7a98d1213217add
[jalview.git] / src / jalview / binding / JalviewUserColoursItem.java
1 /*\r
2  * This class was automatically generated with\r
3  * <a href="http://www.castor.org">Castor 0.9.6</a>, using an XML\r
4  * Schema.\r
5  * $Id$\r
6  */\r
7 /*\r
8 * Jalview - A Sequence Alignment Editor and Viewer\r
9 * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
10 *\r
11 * This program is free software; you can redistribute it and/or\r
12 * modify it under the terms of the GNU General Public License\r
13 * as published by the Free Software Foundation; either version 2\r
14 * of the License, or (at your option) any later version.\r
15 *\r
16 * This program is distributed in the hope that it will be useful,\r
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
19 * GNU General Public License for more details.\r
20 *\r
21 * You should have received a copy of the GNU General Public License\r
22 * along with this program; if not, write to the Free Software\r
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\r
24 */\r
25 package jalview.binding;\r
26 \r
27 import org.exolab.castor.xml.Marshaller;\r
28 import org.exolab.castor.xml.Unmarshaller;\r
29 \r
30 //---------------------------------/\r
31 //- Imported classes and packages -/\r
32 //---------------------------------/\r
33 import java.io.Serializable;\r
34 \r
35 \r
36 /**\r
37  * Class JalviewUserColoursItem.\r
38  *\r
39  * @version $Revision$ $Date$\r
40  */\r
41 public class JalviewUserColoursItem implements java.io.Serializable {\r
42     //--------------------------/\r
43     //- Class/Member Variables -/\r
44     //--------------------------/\r
45 \r
46     /**\r
47      * Field _colour\r
48      */\r
49     private jalview.binding.Colour _colour;\r
50 \r
51     //----------------/\r
52     //- Constructors -/\r
53     //----------------/\r
54     public JalviewUserColoursItem() {\r
55         super();\r
56     }\r
57      //-- jalview.binding.JalviewUserColoursItem()\r
58  //-----------/\r
59 \r
60     public jalview.binding.Colour getColour() {\r
61         return this._colour;\r
62     }\r
63      //-- jalview.binding.Colour getColour()\r
64 \r
65     /**\r
66      * Sets the value of field 'colour'.\r
67      *\r
68      * @param colour the value of field 'colour'.\r
69      */\r
70     public void setColour(jalview.binding.Colour colour) {\r
71         this._colour = colour;\r
72     }\r
73      //-- void setColour(jalview.binding.Colour)\r
74 }\r