// @ESC_DATATYPE@.java
//
// Generated: @DATE@
//            (by @USER_OS@)
//

package org.biomoby.shared.datatypes;

/**
 * <b>Data type name:</b> @DATATYPE@. <br>
 * <b>Authority:</b> @AUTHORITY@ <br>
 * <b>Email contact:</b> @EMAIL_CONTACT@ <p>
 *
 * @DESCRIPTION@ <p>
 *
 * @IMAGESTART@ Here is a picture of this data type in the context of its children and parents: <p> @IMAGEEND@
 * @IMAGESTART@ <img src="doc-files/@ESC_DATATYPE@.png" border=0 alt="Data types graph" usemap="#MobyDataTypes"/> <p> @IMAGEEND@
 * @IMAGESTART@ @IMAGEMAP@ <p> @IMAGEEND@
 *
 * Source code for this object was generated: @DATE@ (by @USER_OS@). <p>
 *
 * @see <a href="http://biomoby.org/" target="_top">Biomoby project</a>
 * @see <a href="http://biomoby.org/moby-live/Java/docs/" target="_top">jMoby: Supporting Biomoby in Java</a>
 * @see <a href="http://biomoby.org/moby-live/Java/docs/Moses.html" target="_top">MoSeS generators</a>
 */

public class @ESC_DATATYPE@
    extends @ESC_PARENT_DATATYPE@ {

    /** A name of this data type. */
    private static final String DATA_TYPE_NAME = "@DATATYPE@";

@MEMBERS@

    /**************************************************************************
     * Default constructor.
     *************************************************************************/
    public @ESC_DATATYPE@() {
	super();
    }

    /**************************************************************************
     *
     *************************************************************************/
    public String toString() {
	StringBuilder buf_I_am_sorry_that_this_produces_a_warning = new StringBuilder();
	buf_I_am_sorry_that_this_produces_a_warning.append (super.toString());
@TO_STRING@
	return new String (buf_I_am_sorry_that_this_produces_a_warning.toString());
    }

    /**************************************************************************
     *
     *************************************************************************/
    public org.jdom.Element toXML() {
	org.jdom.Element elem_I_am_sorry_that_this_produces_a_warning = super.toXML();
	elem_I_am_sorry_that_this_produces_a_warning.setName (DATA_TYPE_NAME);
@TO_XML@
	return elem_I_am_sorry_that_this_produces_a_warning;
    }

@METHODS@

}
