public class Parameter extends SBase
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter"> <complexContent> <extension base="{http://www.sbml.org/sbml/level2/version4}SBase"> <attribute name="id" use="required" type="{http://www.sbml.org/sbml/level2/version4}SId" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="units" type="{http://www.sbml.org/sbml/level2/version4}SId" /> <attribute name="constant" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
SBase.Notes
Modifier and Type | Field and Description |
---|---|
protected Boolean |
constant |
protected String |
id |
protected String |
name |
protected String |
units |
protected Double |
value |
Constructor and Description |
---|
Parameter() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUnits()
Gets the value of the units property.
|
Double |
getValue()
Gets the value of the value property.
|
boolean |
isConstant()
Gets the value of the constant property.
|
void |
setConstant(Boolean value)
Sets the value of the constant property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
void |
setValue(Double value)
Sets the value of the value property.
|
protected String id
protected String name
protected Double value
protected String units
protected Boolean constant
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Double getValue()
Double
public void setValue(Double value)
value
- allowed object is
Double
public String getUnits()
String
public void setUnits(String value)
value
- allowed object is
String
public boolean isConstant()
Boolean
Copyright © 2018. All rights reserved.