public class Sbml extends SBase
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.sbml.org/sbml/level2/version4}SBase">
<sequence>
<element name="model" type="{http://www.sbml.org/sbml/level2/version4}Model"/>
</sequence>
<attribute name="level" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" fixed="2" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" fixed="4" />
</extension>
</complexContent>
</complexType>
SBase.Notes| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
level |
protected Model |
model |
protected BigInteger |
version |
| Constructor and Description |
|---|
Sbml() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getLevel()
Gets the value of the level property.
|
Model |
getModel()
Gets the value of the model property.
|
BigInteger |
getVersion()
Gets the value of the version property.
|
void |
setLevel(BigInteger value)
Sets the value of the level property.
|
void |
setModel(Model value)
Sets the value of the model property.
|
void |
setVersion(BigInteger value)
Sets the value of the version property.
|
protected Model model
protected BigInteger level
protected BigInteger version
public Model getModel()
Modelpublic void setModel(Model value)
value - allowed object is
Modelpublic BigInteger getLevel()
BigIntegerpublic void setLevel(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVersion()
BigIntegerpublic void setVersion(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018. All rights reserved.