X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbinding%2FJalviewUserColoursItem.java;fp=src%2Fjalview%2Fbinding%2FJalviewUserColoursItem.java;h=b7abdc500c1c7f26873308ad8fe430f19658e12b;hb=99c58ee0ae2a848f982552e53feaf6d5cb9925e5;hp=ce6919c36a1f004f8a5c0d1293e50ae398317f93;hpb=5711da5558bce5aa7c96837fd6cb9b49a914c231;p=jalview.git diff --git a/src/jalview/binding/JalviewUserColoursItem.java b/src/jalview/binding/JalviewUserColoursItem.java index ce6919c..b7abdc5 100755 --- a/src/jalview/binding/JalviewUserColoursItem.java +++ b/src/jalview/binding/JalviewUserColoursItem.java @@ -1,10 +1,29 @@ /* - * This class was automatically generated with + * 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; //---------------------------------/ @@ -17,7 +36,7 @@ import org.exolab.castor.xml.Unmarshaller; /** * Class JalviewUserColoursItem. - * + * * @version $Revision$ $Date$ */ public class JalviewUserColoursItem implements java.io.Serializable { @@ -48,23 +67,23 @@ public class JalviewUserColoursItem implements java.io.Serializable { /** * Returns the value of field 'colour'. - * + * * @return Colour * @return the value of field 'colour'. */ public jalview.binding.Colour getColour() { return this._colour; - } //-- jalview.binding.Colour getColour() + } //-- 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) + } //-- void setColour(jalview.binding.Colour) }