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

    public MobyString getModelFormat()
    {
        return getAttribute("modelFormat");
    }

    public void setModelFormat(MobyString modelFormat)
    {
        putAttribute("modelFormat", modelFormat);
    }

    public MobyString getIntegrationMethod()
    {
        return getAttribute("integrationMethod");
    }

    public void setIntegrationMethod(MobyString integrationMethod)
    {
        putAttribute("integrationMethod", integrationMethod);
    }

    public MobyFloat getTime()
    {
        return getAttribute("time");
    }

    public void setTime(MobyFloat time)
    {
        putAttribute("time", time);
    }

    public MobyFloat getTimestep()
    {
        return getAttribute("timestep");
    }

    public void setTimestep(MobyFloat timestep)
    {
        putAttribute("timestep", timestep);
    }

    public MobyString getRunningType()
    {
        return getAttribute("runningType");
    }

    public void setRunningType(MobyString runningType)
    {
        putAttribute("runningType", runningType);
    }

}
