/* * This class was automatically generated with * Castor 0.9.6, using an XML * Schema. * $Id$ */ /* * Jalview - A Sequence Alignment Editor and Viewer * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ package jalview.binding; import org.exolab.castor.xml.Marshaller; import org.exolab.castor.xml.Unmarshaller; //---------------------------------/ //- Imported classes and packages -/ //---------------------------------/ import java.io.Serializable; /** * Class JalviewUserColoursItem. * * @version $Revision$ $Date$ */ public class JalviewUserColoursItem implements java.io.Serializable { //--------------------------/ //- Class/Member Variables -/ //--------------------------/ /** * Field _colour */ private jalview.binding.Colour _colour; //----------------/ //- Constructors -/ //----------------/ public JalviewUserColoursItem() { super(); } //-- jalview.binding.JalviewUserColoursItem() //-----------/ public jalview.binding.Colour getColour() { return this._colour; } //-- jalview.binding.Colour getColour() /** * Sets the value of field 'colour'. * * @param colour the value of field 'colour'. */ public void setColour(jalview.binding.Colour colour) { this._colour = colour; } //-- void setColour(jalview.binding.Colour) }