
/*
 *
 * 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="EquicktandemAnnotation")
@XmlType(name="EquicktandemAnnotation")
public class EquicktandemAnnotation extends Annotation implements Serializable
{

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

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

    public MobyInteger getSize()
    {
        return getAttribute("Size");
    }

    public void setSize(MobyInteger size)
    {
        putAttribute("Size", size);
    }

    public MobyInteger getCount()
    {
        return getAttribute("Count");
    }

    public void setCount(MobyInteger count)
    {
        putAttribute("Count", count);
    }

}
