X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemabinding%2Fversion2%2FAnnotation.java;h=61f9413a153e7c9ab093c96c69667a36386ef573;hb=dd74fc4938723fe5ec48d4e5fdcfbe58ac42a48d;hp=e6c8e5a3274a861ae6300d4889be2d057d5a9d51;hpb=a2a842580f86bd847b07cd2f75b26c74ec752fd7;p=jalview.git diff --git a/src/jalview/schemabinding/version2/Annotation.java b/src/jalview/schemabinding/version2/Annotation.java index e6c8e5a..61f9413 100755 --- a/src/jalview/schemabinding/version2/Annotation.java +++ b/src/jalview/schemabinding/version2/Annotation.java @@ -61,6 +61,31 @@ public class Annotation implements java.io.Serializable { private java.lang.String _sequenceRef; /** + * Field _graphColour + */ + private int _graphColour; + + /** + * keeps track of state for field: _graphColour + */ + private boolean _has_graphColour; + + /** + * Field _graphGroup + */ + private int _graphGroup; + + /** + * keeps track of state for field: _graphGroup + */ + private boolean _has_graphGroup; + + /** + * Field _id + */ + private java.lang.String _id; + + /** * Field _annotationElementList */ private java.util.Vector _annotationElementList; @@ -132,6 +157,24 @@ public class Annotation implements java.io.Serializable { } //-- void deleteGraph() /** + * Method deleteGraphColour + * + */ + public void deleteGraphColour() + { + this._has_graphColour= false; + } //-- void deleteGraphColour() + + /** + * Method deleteGraphGroup + * + */ + public void deleteGraphGroup() + { + this._has_graphGroup= false; + } //-- void deleteGraphGroup() + + /** * Method deleteGraphType * */ @@ -223,6 +266,28 @@ public class Annotation implements java.io.Serializable { } //-- boolean getGraph() /** + * Returns the value of field 'graphColour'. + * + * @return int + * @return the value of field 'graphColour'. + */ + public int getGraphColour() + { + return this._graphColour; + } //-- int getGraphColour() + + /** + * Returns the value of field 'graphGroup'. + * + * @return int + * @return the value of field 'graphGroup'. + */ + public int getGraphGroup() + { + return this._graphGroup; + } //-- int getGraphGroup() + + /** * Returns the value of field 'graphType'. * * @return int @@ -234,6 +299,17 @@ public class Annotation implements java.io.Serializable { } //-- int getGraphType() /** + * Returns the value of field 'id'. + * + * @return String + * @return the value of field 'id'. + */ + public java.lang.String getId() + { + return this._id; + } //-- java.lang.String getId() + + /** * Returns the value of field 'label'. * * @return String @@ -279,6 +355,30 @@ public class Annotation implements java.io.Serializable { } //-- boolean hasGraph() /** + * Method hasGraphColour + * + * + * + * @return boolean + */ + public boolean hasGraphColour() + { + return this._has_graphColour; + } //-- boolean hasGraphColour() + + /** + * Method hasGraphGroup + * + * + * + * @return boolean + */ + public boolean hasGraphGroup() + { + return this._has_graphGroup; + } //-- boolean hasGraphGroup() + + /** * Method hasGraphType * * @@ -416,6 +516,28 @@ public class Annotation implements java.io.Serializable { } //-- void setGraph(boolean) /** + * Sets the value of field 'graphColour'. + * + * @param graphColour the value of field 'graphColour'. + */ + public void setGraphColour(int graphColour) + { + this._graphColour = graphColour; + this._has_graphColour = true; + } //-- void setGraphColour(int) + + /** + * Sets the value of field 'graphGroup'. + * + * @param graphGroup the value of field 'graphGroup'. + */ + public void setGraphGroup(int graphGroup) + { + this._graphGroup = graphGroup; + this._has_graphGroup = true; + } //-- void setGraphGroup(int) + + /** * Sets the value of field 'graphType'. * * @param graphType the value of field 'graphType'. @@ -427,6 +549,16 @@ public class Annotation implements java.io.Serializable { } //-- void setGraphType(int) /** + * Sets the value of field 'id'. + * + * @param id the value of field 'id'. + */ + public void setId(java.lang.String id) + { + this._id = id; + } //-- void setId(java.lang.String) + + /** * Sets the value of field 'label'. * * @param label the value of field 'label'.