JAL-1764 add structure view type attribute to project schema
[jalview.git] / src / jalview / schemabinding / version2 / JGroup.java
index 284f3c3..86d789e 100644 (file)
@@ -209,6 +209,11 @@ public class JGroup implements java.io.Serializable {
      */
     private java.util.Vector _seqList;
 
+    /**
+     * Field _annotationColours.
+     */
+    private jalview.schemabinding.version2.AnnotationColours _annotationColours;
+
 
       //----------------/
      //- Constructors -/
@@ -375,6 +380,16 @@ public class JGroup implements java.io.Serializable {
     }
 
     /**
+     * Returns the value of field 'annotationColours'.
+     * 
+     * @return the value of field 'AnnotationColours'.
+     */
+    public jalview.schemabinding.version2.AnnotationColours getAnnotationColours(
+    ) {
+        return this._annotationColours;
+    }
+
+    /**
      * Returns the value of field 'colour'.
      * 
      * @return the value of field 'Colour'.
@@ -934,6 +949,17 @@ public class JGroup implements java.io.Serializable {
     }
 
     /**
+     * Sets the value of field 'annotationColours'.
+     * 
+     * @param annotationColours the value of field
+     * 'annotationColours'.
+     */
+    public void setAnnotationColours(
+            final jalview.schemabinding.version2.AnnotationColours annotationColours) {
+        this._annotationColours = annotationColours;
+    }
+
+    /**
      * Sets the value of field 'colour'.
      * 
      * @param colour the value of field 'colour'.