public class OriginalSpeciesReference extends SimpleSpeciesReference
Java class for SpeciesReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpeciesReference">
<complexContent>
<extension base="{http://www.sbml.org/sbml/level2/version4}SimpleSpeciesReference">
<sequence>
<element name="stoichiometryMath" type="{http://www.sbml.org/sbml/level2/version4}StoichiometryMath" minOccurs="0"/>
</sequence>
<attribute name="stoichiometry" type="{http://www.w3.org/2001/XMLSchema}double" default="1" />
</extension>
</complexContent>
</complexType>
SBase.Notes| Modifier and Type | Field and Description |
|---|---|
protected Double |
stoichiometry |
protected StoichiometryMath |
stoichiometryMath |
species| Constructor and Description |
|---|
OriginalSpeciesReference() |
| Modifier and Type | Method and Description |
|---|---|
double |
getStoichiometry()
Gets the value of the stoichiometry property.
|
StoichiometryMath |
getStoichiometryMath()
Gets the value of the stoichiometryMath property.
|
void |
setStoichiometry(Double value)
Sets the value of the stoichiometry property.
|
void |
setStoichiometryMath(StoichiometryMath value)
Sets the value of the stoichiometryMath property.
|
getSpecies, setSpeciesprotected StoichiometryMath stoichiometryMath
protected Double stoichiometry
public StoichiometryMath getStoichiometryMath()
StoichiometryMathpublic void setStoichiometryMath(StoichiometryMath value)
value - allowed object is
StoichiometryMathpublic double getStoichiometry()
DoubleCopyright © 2018. All rights reserved.