renamed base class for all vamsas document objects (now org.vamsas.client.Vobject)
[vamsas.git] / src / org / vamsas / objects / core / AlignmentAnnotations.java
index 7b262d2..92626ab 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$
  */
@@ -28,7 +28,7 @@ import org.xml.sax.ContentHandler;
  * 
  * @version $Revision$ $Date$
  */
-public class AlignmentAnnotations extends org.vamsas.client.object 
+public class AlignmentAnnotations extends org.vamsas.client.Vobject 
 implements java.io.Serializable
 {
 
@@ -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'.