Not used in Jalview
[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 package jalview.binding;\r
9 \r
10   //---------------------------------/\r
11  //- Imported classes and packages -/\r
12 //---------------------------------/\r
13 \r
14 import java.io.Serializable;\r
15 import org.exolab.castor.xml.Marshaller;\r
16 import org.exolab.castor.xml.Unmarshaller;\r
17 \r
18 /**\r
19  * Class JalviewUserColoursItem.\r
20  * \r
21  * @version $Revision$ $Date$\r
22  */\r
23 public class JalviewUserColoursItem implements java.io.Serializable {\r
24 \r
25 \r
26       //--------------------------/\r
27      //- Class/Member Variables -/\r
28     //--------------------------/\r
29 \r
30     /**\r
31      * Field _colour\r
32      */\r
33     private jalview.binding.Colour _colour;\r
34 \r
35 \r
36       //----------------/\r
37      //- Constructors -/\r
38     //----------------/\r
39 \r
40     public JalviewUserColoursItem() {\r
41         super();\r
42     } //-- jalview.binding.JalviewUserColoursItem()\r
43 \r
44 \r
45       //-----------/\r
46      //- Methods -/\r
47     //-----------/\r
48 \r
49     /**\r
50      * Returns the value of field 'colour'.\r
51      * \r
52      * @return Colour\r
53      * @return the value of field 'colour'.\r
54      */\r
55     public jalview.binding.Colour getColour()\r
56     {\r
57         return this._colour;\r
58     } //-- jalview.binding.Colour getColour() \r
59 \r
60     /**\r
61      * Sets the value of field 'colour'.\r
62      * \r
63      * @param colour the value of field 'colour'.\r
64      */\r
65     public void setColour(jalview.binding.Colour colour)\r
66     {\r
67         this._colour = colour;\r
68     } //-- void setColour(jalview.binding.Colour) \r
69 \r
70 }\r