
/*
 *
 * Autogenerated
 *
 */

package org.inb.biomoby.shared.ontology;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import java.util.List;
import org.inb.biomoby.shared.datatypes.*;
import org.inb.biomoby.shared.message.MobyObject;

  
@XmlRootElement(name="BlocksAnnotatedAASequence")
@XmlType(name="BlocksAnnotatedAASequence")
public class BlocksAnnotatedAASequence extends AnnotatedAASequence implements Serializable
{

    public List<? extends FamilyBLOCKAnnotation> getAnnotations()
    {
        return getAttributes("Annotations");
    }

    public void addAnnotations(FamilyBLOCKAnnotation annotations)
    {
        putAttribute("Annotations", annotations);
    }

}
