made vamsas a proper root element in schema and added example document.
[vamsas.git] / src / org / vamsas / objects / core / ProvenanceItem.java
diff --git a/src/org/vamsas/objects/core/ProvenanceItem.java b/src/org/vamsas/objects/core/ProvenanceItem.java
deleted file mode 100644 (file)
index 692b53b..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * This class was automatically generated with 
- * <a href="http://www.castor.org">Castor 0.9.9M2</a>, using an XML
- * Schema.
- * $Id$
- */
-
-package org.vamsas.objects.core;
-
-  //---------------------------------/
- //- Imported classes and packages -/
-//---------------------------------/
-
-import java.io.Serializable;
-import org.exolab.castor.xml.Marshaller;
-import org.exolab.castor.xml.Unmarshaller;
-
-/**
- * Class ProvenanceItem.
- * 
- * @version $Revision$ $Date$
- */
-public class ProvenanceItem implements java.io.Serializable {
-
-
-      //--------------------------/
-     //- Class/Member Variables -/
-    //--------------------------/
-
-    /**
-     * Field _entry
-     */
-    private org.vamsas.objects.core.Entry _entry;
-
-
-      //----------------/
-     //- Constructors -/
-    //----------------/
-
-    public ProvenanceItem() 
-     {
-        super();
-    } //-- org.vamsas.objects.core.ProvenanceItem()
-
-
-      //-----------/
-     //- Methods -/
-    //-----------/
-
-    /**
-     * Returns the value of field 'entry'.
-     * 
-     * @return Entry
-     * @return the value of field 'entry'.
-     */
-    public org.vamsas.objects.core.Entry getEntry()
-    {
-        return this._entry;
-    } //-- org.vamsas.objects.core.Entry getEntry() 
-
-    /**
-     * Sets the value of field 'entry'.
-     * 
-     * @param entry the value of field 'entry'.
-     */
-    public void setEntry(org.vamsas.objects.core.Entry entry)
-    {
-        this._entry = entry;
-    } //-- void setEntry(org.vamsas.objects.core.Entry) 
-
-}