public class Species extends Object
Java class for species complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="species"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="notes" type="{http://www.sbml.org/2001/ns/celldesigner}notes" minOccurs="0"/> <element name="annotation"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.sbml.org/2001/ns/celldesigner}positionToCompartment"/> <element ref="{http://www.sbml.org/2001/ns/celldesigner}complexSpecies"/> </choice> <element name="speciesIdentity" type="{http://www.sbml.org/2001/ns/celldesigner}speciesIdentity"/> <element name="listOfCatalyzedReactions" type="{http://www.sbml.org/2001/ns/celldesigner}listOfCatalyzedReactions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" use="required" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="compartment" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> <attribute name="initialAmount" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="initialConcentration" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="substanceUnits" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> <attribute name="spatialSizeUnits" type="{http://www.sbml.org/2001/ns/celldesigner}SId" /> <attribute name="hasOnlySubstanceUnits" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="boundaryCondition" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="charge" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="constant" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Species.Annotation
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Species.Annotation |
annotation |
protected Boolean |
boundaryCondition |
protected BigInteger |
charge |
protected String |
compartment |
protected Boolean |
constant |
protected Boolean |
hasOnlySubstanceUnits |
protected String |
id |
protected Double |
initialAmount |
protected Double |
initialConcentration |
protected String |
name |
protected Notes |
notes |
protected String |
spatialSizeUnits |
protected String |
substanceUnits |
Constructor and Description |
---|
Species() |
Modifier and Type | Method and Description |
---|---|
Species.Annotation |
getAnnotation()
Gets the value of the annotation property.
|
BigInteger |
getCharge()
Gets the value of the charge property.
|
String |
getCompartment()
Gets the value of the compartment property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getInitialAmount()
Gets the value of the initialAmount property.
|
Double |
getInitialConcentration()
Gets the value of the initialConcentration property.
|
String |
getName()
Gets the value of the name property.
|
Notes |
getNotes()
Gets the value of the notes property.
|
String |
getSpatialSizeUnits()
Gets the value of the spatialSizeUnits property.
|
String |
getSubstanceUnits()
Gets the value of the substanceUnits property.
|
boolean |
isBoundaryCondition()
Gets the value of the boundaryCondition property.
|
boolean |
isConstant()
Gets the value of the constant property.
|
boolean |
isHasOnlySubstanceUnits()
Gets the value of the hasOnlySubstanceUnits property.
|
void |
setAnnotation(Species.Annotation value)
Sets the value of the annotation property.
|
void |
setBoundaryCondition(Boolean value)
Sets the value of the boundaryCondition property.
|
void |
setCharge(BigInteger value)
Sets the value of the charge property.
|
void |
setCompartment(String value)
Sets the value of the compartment property.
|
void |
setConstant(Boolean value)
Sets the value of the constant property.
|
void |
setHasOnlySubstanceUnits(Boolean value)
Sets the value of the hasOnlySubstanceUnits property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInitialAmount(Double value)
Sets the value of the initialAmount property.
|
void |
setInitialConcentration(Double value)
Sets the value of the initialConcentration property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotes(Notes value)
Sets the value of the notes property.
|
void |
setSpatialSizeUnits(String value)
Sets the value of the spatialSizeUnits property.
|
void |
setSubstanceUnits(String value)
Sets the value of the substanceUnits property.
|
protected Notes notes
protected Species.Annotation annotation
protected String id
protected String name
protected String compartment
protected Double initialAmount
protected Double initialConcentration
protected String substanceUnits
protected String spatialSizeUnits
protected Boolean hasOnlySubstanceUnits
protected Boolean boundaryCondition
protected BigInteger charge
protected Boolean constant
public Notes getNotes()
Notes
public void setNotes(Notes value)
value
- allowed object is
Notes
public Species.Annotation getAnnotation()
Species.Annotation
public void setAnnotation(Species.Annotation value)
value
- allowed object is
Species.Annotation
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 String getCompartment()
String
public void setCompartment(String value)
value
- allowed object is
String
public Double getInitialAmount()
Double
public void setInitialAmount(Double value)
value
- allowed object is
Double
public Double getInitialConcentration()
Double
public void setInitialConcentration(Double value)
value
- allowed object is
Double
public String getSubstanceUnits()
String
public void setSubstanceUnits(String value)
value
- allowed object is
String
public String getSpatialSizeUnits()
String
public void setSpatialSizeUnits(String value)
value
- allowed object is
String
public boolean isHasOnlySubstanceUnits()
Boolean
public void setHasOnlySubstanceUnits(Boolean value)
value
- allowed object is
Boolean
public boolean isBoundaryCondition()
Boolean
public void setBoundaryCondition(Boolean value)
value
- allowed object is
Boolean
public BigInteger getCharge()
BigInteger
public void setCharge(BigInteger value)
value
- allowed object is
BigInteger
public boolean isConstant()
Boolean
Copyright © 2018. All rights reserved.