X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FColour.java;h=d1c729749b4c6fed9ccac88be8074075c45fbbc0;hb=aa4e99f8937ce22963cf32f1e92f174ee52ad7ee;hp=8f709d792d03ad656db713c8dcc2ed4d090812e5;hpb=805fc960e7c2d92e1c5222a303c2d65817b04957;p=jalview.git diff --git a/src/jalview/schemabinding/version2/Colour.java b/src/jalview/schemabinding/version2/Colour.java index 8f709d7..d1c7297 100644 --- a/src/jalview/schemabinding/version2/Colour.java +++ b/src/jalview/schemabinding/version2/Colour.java @@ -43,9 +43,9 @@ public class Colour implements java.io.Serializable private java.lang.String _minRGB; /** - * Colour if no attribute or score value + * Field _noValueColour. */ - private jalview.schemabinding.version2.types.ColourNoValueColourType _noValueColour = jalview.schemabinding.version2.types.ColourNoValueColourType + private jalview.schemabinding.version2.types.NoValueColour _noValueColour = jalview.schemabinding.version2.types.NoValueColour .valueOf("Min"); /** @@ -115,9 +115,8 @@ public class Colour implements java.io.Serializable public Colour() { super(); - setNoValueColour( - jalview.schemabinding.version2.types.ColourNoValueColourType - .valueOf("Min")); + setNoValueColour(jalview.schemabinding.version2.types.NoValueColour + .valueOf("Min")); this._attributeNameList = new java.util.Vector(); } @@ -322,12 +321,11 @@ public class Colour implements java.io.Serializable } /** - * Returns the value of field 'noValueColour'. The field 'noValueColour' has - * the following description: Colour if no attribute or score value + * Returns the value of field 'noValueColour'. * * @return the value of field 'NoValueColour'. */ - public jalview.schemabinding.version2.types.ColourNoValueColourType getNoValueColour() + public jalview.schemabinding.version2.types.NoValueColour getNoValueColour() { return this._noValueColour; } @@ -629,14 +627,13 @@ public class Colour implements java.io.Serializable } /** - * Sets the value of field 'noValueColour'. The field 'noValueColour' has the - * following description: Colour if no attribute or score value + * Sets the value of field 'noValueColour'. * * @param noValueColour * the value of field 'noValueColour'. */ public void setNoValueColour( - final jalview.schemabinding.version2.types.ColourNoValueColourType noValueColour) + final jalview.schemabinding.version2.types.NoValueColour noValueColour) { this._noValueColour = noValueColour; }