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

    public MobyInteger getMax_score_pos()
    {
        return getAttribute("Max_score_pos");
    }

    public void setMax_score_pos(MobyInteger max_score_pos)
    {
        putAttribute("Max_score_pos", max_score_pos);
    }

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

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

}
