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