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

    public MobyFloat getMolWeight()
    {
        return getAttribute("MolWeight");
    }

    public void setMolWeight(MobyFloat molWeight)
    {
        putAttribute("MolWeight", molWeight);
    }

}
