X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FJGroup.java;h=602473f5ec4f0a8400c3344151afb3e37696effd;hb=5247711ab4a6453614e2a9fb9307e6bae6a7b4a9;hp=284f3c32e9a1011cc86f1a78afd2645e2c8d70a1;hpb=77441185ddcb1e85b0de8336ce513b2130c6b98b;p=jalview.git diff --git a/src/jalview/schemabinding/version2/JGroup.java b/src/jalview/schemabinding/version2/JGroup.java index 284f3c3..602473f 100644 --- a/src/jalview/schemabinding/version2/JGroup.java +++ b/src/jalview/schemabinding/version2/JGroup.java @@ -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) * *