X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fvamsas%2Fobjects%2Fcore%2FAlignmentAnnotations.java;h=4d5f8faff5a2a772b2d17caa21cb0d6dd1bac258;hb=349c4a3b6842fd54d791e0a92728dba294b30488;hp=7b262d229196053404b83a2618656ac343ce8f18;hpb=06aadd1eccd43600c74b6f2dd69581c84e99aee6;p=vamsas.git diff --git a/src/org/vamsas/objects/core/AlignmentAnnotations.java b/src/org/vamsas/objects/core/AlignmentAnnotations.java index 7b262d2..4d5f8fa 100644 --- a/src/org/vamsas/objects/core/AlignmentAnnotations.java +++ b/src/org/vamsas/objects/core/AlignmentAnnotations.java @@ -1,6 +1,6 @@ /* * This class was automatically generated with - * Castor 0.9.9M1, using an XML + * Castor 0.9.9M2, using an XML * Schema. * $Id$ */ @@ -48,6 +48,11 @@ implements java.io.Serializable private boolean _has_graph; /** + * Field _id + */ + private java.lang.String _id; + + /** * Field _annotationElementList */ private java.util.Vector _annotationElementList; @@ -152,6 +157,13 @@ implements java.io.Serializable return false; if (this._has_graph != temp._has_graph) return false; + if (this._id != null) { + if (temp._id == null) return false; + else if (!(this._id.equals(temp._id))) + return false; + } + else if (temp._id != null) + return false; if (this._annotationElementList != null) { if (temp._annotationElementList == null) return false; else if (!(this._annotationElementList.equals(temp._annotationElementList))) @@ -256,6 +268,17 @@ implements java.io.Serializable } //-- boolean getGraph() /** + * 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 @@ -415,6 +438,16 @@ implements java.io.Serializable } //-- void setGraph(boolean) /** + * 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'.