Package jaxb
Class ModelParams
- java.lang.Object
-
- jaxb.ModelParams
-
public class ModelParams extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="sim_dt" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="max_cell_length" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ModelParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Gets the value of the content property.FloatgetMaxCellLength()Gets the value of the maxCellLength property.FloatgetSimDt()Gets the value of the simDt property.voidsetContent(String value)Sets the value of the content property.voidsetMaxCellLength(Float value)Sets the value of the maxCellLength property.voidsetSimDt(Float value)Sets the value of the simDt property.
-
-
-
Method Detail
-
getContent
public String getContent()
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
public void setContent(String value)
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getSimDt
public Float getSimDt()
Gets the value of the simDt property.- Returns:
- possible object is
Float
-
setSimDt
public void setSimDt(Float value)
Sets the value of the simDt property.- Parameters:
value- allowed object isFloat
-
getMaxCellLength
public Float getMaxCellLength()
Gets the value of the maxCellLength property.- Returns:
- possible object is
Float
-
-