JAL-2843 save/restore colour feature by attribute, and feature filters, to Jalview...
[jalview.git] / src / jalview / schemabinding / version2 / Colour.java
index 8f709d7..d1c7297 100644 (file)
@@ -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;
   }