
/*
 *
 * Autogenerated
 *
 */

package org.inb.biomoby.shared.ontology;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;

import org.inb.biomoby.shared.datatypes.*;
import org.inb.biomoby.shared.message.MobyObject;

  
@XmlRootElement(name="Domain")
@XmlType(name="Domain")
public class Domain extends MobyObject implements Serializable
{

    public MobyString getMethod()
    {
        return getAttribute("Method");
    }

    public void setMethod(MobyString method)
    {
        putAttribute("Method", method);
    }

    public MobyString getDomain_ID()
    {
        return getAttribute("Domain_ID");
    }

    public void setDomain_ID(MobyString domain_ID)
    {
        putAttribute("Domain_ID", domain_ID);
    }

    public MobyString getDomain_acc()
    {
        return getAttribute("Domain_acc");
    }

    public void setDomain_acc(MobyString domain_acc)
    {
        putAttribute("Domain_acc", domain_acc);
    }

    public MobyString getDescription()
    {
        return getAttribute("Description");
    }

    public void setDescription(MobyString description)
    {
        putAttribute("Description", description);
    }

    public MobyInteger getStart()
    {
        return getAttribute("Start");
    }

    public void setStart(MobyInteger start)
    {
        putAttribute("Start", start);
    }

    public MobyInteger getEnd()
    {
        return getAttribute("End");
    }

    public void setEnd(MobyInteger end)
    {
        putAttribute("End", end);
    }

    public MobyFloat getScore()
    {
        return getAttribute("Score");
    }

    public void setScore(MobyFloat score)
    {
        putAttribute("Score", score);
    }

    public MobyFloat getEvalue()
    {
        return getAttribute("Evalue");
    }

    public void setEvalue(MobyFloat evalue)
    {
        putAttribute("Evalue", evalue);
    }

}
