X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fvamsas%2Fobjects%2Fcore%2FSequenceSet.java;h=f41fdc06bfcf0936f438760cdb75ab9db110c30d;hb=a54f7d71affe4e9cd7a7b0f6137e44f5b82b7a9d;hp=1402e02d76187ca3445741caa4c5b0639e8ff21b;hpb=3af890bd709e15615c0b98b2e23a090c21a8eccf;p=vamsas.git diff --git a/src/org/vamsas/objects/core/SequenceSet.java b/src/org/vamsas/objects/core/SequenceSet.java index 1402e02..f41fdc0 100644 --- a/src/org/vamsas/objects/core/SequenceSet.java +++ b/src/org/vamsas/objects/core/SequenceSet.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$ */ @@ -53,6 +53,11 @@ implements java.io.Serializable private boolean _has_aligned; /** + * Field _id + */ + private java.lang.String _id; + + /** * Field _sequenceList */ private java.util.Vector _sequenceList; @@ -249,6 +254,13 @@ implements java.io.Serializable return false; if (this._has_aligned != temp._has_aligned) 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._sequenceList != null) { if (temp._sequenceList == null) return false; else if (!(this._sequenceList.equals(temp._sequenceList))) @@ -360,6 +372,17 @@ implements java.io.Serializable } //-- java.lang.String getGapChar() /** + * 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 'provenance'. * * @return Provenance @@ -663,6 +686,16 @@ implements java.io.Serializable } //-- void setGapChar(java.lang.String) /** + * 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 'provenance'. * * @param provenance the value of field 'provenance'.