updated to castor-0.9.9M2 and added some comments
[vamsas.git] / src / org / vamsas / objects / core / SequenceSet.java
index 1402e02..f41fdc0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This class was automatically generated with 
- * <a href="http://www.castor.org">Castor 0.9.9M1</a>, using an XML
+ * <a href="http://www.castor.org">Castor 0.9.9M2</a>, 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'.