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

    public MobyString getStrand()
    {
        return getAttribute("Strand");
    }

    public void setStrand(MobyString strand)
    {
        putAttribute("Strand", strand);
    }

    public MobyString getType()
    {
        return getAttribute("Type");
    }

    public void setType(MobyString type)
    {
        putAttribute("Type", type);
    }

}
