Merge branch 'features/JAL-1759jmolUpdate' into develop
[jalview.git] / src / jalview / schemabinding / version2 / JGroup.java
index 284f3c3..602473f 100644 (file)
@@ -198,7 +198,8 @@ public class JGroup implements java.io.Serializable {
 
     /**
      * Optional sequence group ID (only
-     *  needs to be unique for this
+     *  needs to be
+     *  unique for this
      *  alignment)
      *  
      */
@@ -209,6 +210,11 @@ public class JGroup implements java.io.Serializable {
      */
     private java.util.Vector _seqList;
 
+    /**
+     * Field _annotationColours.
+     */
+    private jalview.schemabinding.version2.AnnotationColours _annotationColours;
+
 
       //----------------/
      //- Constructors -/
@@ -375,6 +381,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'.
@@ -437,7 +453,8 @@ public class JGroup implements java.io.Serializable {
     /**
      * Returns the value of field 'id'. The field 'id' has the
      * following description: Optional sequence group ID (only
-     *  needs to be unique for this
+     *  needs to be
+     *  unique for this
      *  alignment)
      *  
      * 
@@ -934,6 +951,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'.
@@ -1001,7 +1029,8 @@ public class JGroup implements java.io.Serializable {
     /**
      * Sets the value of field 'id'. The field 'id' has the
      * following description: Optional sequence group ID (only
-     *  needs to be unique for this
+     *  needs to be
+     *  unique for this
      *  alignment)
      *  
      *