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

    public MobyString getChain()
    {
        return getAttribute("Chain");
    }

    public void setChain(MobyString chain)
    {
        putAttribute("Chain", chain);
    }

}
