
/*
 *
 * 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="text-plain")
@XmlType(name="text-plain")
public class Text__plain extends MobyObject implements Serializable
{

    public MobyString getContent()
    {
        return getAttribute("content");
    }

    public void setContent(MobyString content)
    {
        putAttribute("content", content);
    }

}
