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, setSpecies
protected StoichiometryMath stoichiometryMath
protected Double stoichiometry
public StoichiometryMath getStoichiometryMath()
StoichiometryMath
public void setStoichiometryMath(StoichiometryMath value)
value
- allowed object is
StoichiometryMath
public double getStoichiometry()
Double
Copyright © 2018. All rights reserved.