public static class Species.Annotation 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"> <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>
Modifier and Type | Field and Description |
---|---|
protected String |
complexSpecies |
protected ListOfCatalyzedReactions |
listOfCatalyzedReactions |
protected String |
positionToCompartment |
protected SpeciesIdentity |
speciesIdentity |
Constructor and Description |
---|
Annotation() |
Modifier and Type | Method and Description |
---|---|
String |
getComplexSpecies()
Gets the value of the complexSpecies property.
|
ListOfCatalyzedReactions |
getListOfCatalyzedReactions()
Gets the value of the listOfCatalyzedReactions property.
|
String |
getPositionToCompartment()
Gets the value of the positionToCompartment property.
|
SpeciesIdentity |
getSpeciesIdentity()
Gets the value of the speciesIdentity property.
|
void |
setComplexSpecies(String value)
Sets the value of the complexSpecies property.
|
void |
setListOfCatalyzedReactions(ListOfCatalyzedReactions value)
Sets the value of the listOfCatalyzedReactions property.
|
void |
setPositionToCompartment(String value)
Sets the value of the positionToCompartment property.
|
void |
setSpeciesIdentity(SpeciesIdentity value)
Sets the value of the speciesIdentity property.
|
protected String positionToCompartment
protected String complexSpecies
protected SpeciesIdentity speciesIdentity
protected ListOfCatalyzedReactions listOfCatalyzedReactions
public String getPositionToCompartment()
String
public void setPositionToCompartment(String value)
value
- allowed object is
String
public String getComplexSpecies()
String
public void setComplexSpecies(String value)
value
- allowed object is
String
public SpeciesIdentity getSpeciesIdentity()
SpeciesIdentity
public void setSpeciesIdentity(SpeciesIdentity value)
value
- allowed object is
SpeciesIdentity
public ListOfCatalyzedReactions getListOfCatalyzedReactions()
ListOfCatalyzedReactions
public void setListOfCatalyzedReactions(ListOfCatalyzedReactions value)
value
- allowed object is
ListOfCatalyzedReactions
Copyright © 2018. All rights reserved.