removed after schema modification,
[vamsas.git] / src / org / vamsas / objects / core / AlignmentSequence.java
index df55b39..6761934 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$
  */
@@ -38,7 +38,12 @@ implements java.io.Serializable
     /**
      * Field _id
      */
-    private java.lang.Object _id;
+    private java.lang.String _id;
+
+    /**
+     * Field _refid
+     */
+    private java.lang.Object _refid;
 
 
       //----------------/
@@ -79,6 +84,13 @@ implements java.io.Serializable
             }
             else if (temp._id != null)
                 return false;
+            if (this._refid != null) {
+                if (temp._refid == null) return false;
+                else if (!(this._refid.equals(temp._refid))) 
+                    return false;
+            }
+            else if (temp._refid != null)
+                return false;
             return true;
         }
         return false;
@@ -87,13 +99,24 @@ implements java.io.Serializable
     /**
      * Returns the value of field 'id'.
      * 
-     * @return Object
+     * @return String
      * @return the value of field 'id'.
      */
-    public java.lang.Object getId()
+    public java.lang.String getId()
     {
         return this._id;
-    } //-- java.lang.Object getId() 
+    } //-- java.lang.String getId() 
+
+    /**
+     * Returns the value of field 'refid'.
+     * 
+     * @return Object
+     * @return the value of field 'refid'.
+     */
+    public java.lang.Object getRefid()
+    {
+        return this._refid;
+    } //-- java.lang.Object getRefid() 
 
     /**
      * Method isValid
@@ -146,10 +169,20 @@ implements java.io.Serializable
      * 
      * @param id the value of field 'id'.
      */
-    public void setId(java.lang.Object id)
+    public void setId(java.lang.String id)
     {
         this._id = id;
-    } //-- void setId(java.lang.Object) 
+    } //-- void setId(java.lang.String) 
+
+    /**
+     * Sets the value of field 'refid'.
+     * 
+     * @param refid the value of field 'refid'.
+     */
+    public void setRefid(java.lang.Object refid)
+    {
+        this._refid = refid;
+    } //-- void setRefid(java.lang.Object) 
 
     /**
      * Method unmarshal