public class State extends Object
Java class for state complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="state">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.sbml.org/2001/ns/celldesigner}homodimer" minOccurs="0"/>
<element name="listOfModifications" type="{http://www.sbml.org/2001/ns/celldesigner}listOfModifications" minOccurs="0"/>
<element name="listOfStructuralStates" type="{http://www.sbml.org/2001/ns/celldesigner}listOfStructuralStates" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
homodimer |
protected ListOfModifications |
listOfModifications |
protected ListOfStructuralStates |
listOfStructuralStates |
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getHomodimer()
Gets the value of the homodimer property.
|
ListOfModifications |
getListOfModifications()
Gets the value of the listOfModifications property.
|
ListOfStructuralStates |
getListOfStructuralStates()
Gets the value of the listOfStructuralStates property.
|
void |
setHomodimer(BigInteger value)
Sets the value of the homodimer property.
|
void |
setListOfModifications(ListOfModifications value)
Sets the value of the listOfModifications property.
|
void |
setListOfStructuralStates(ListOfStructuralStates value)
Sets the value of the listOfStructuralStates property.
|
protected BigInteger homodimer
protected ListOfModifications listOfModifications
protected ListOfStructuralStates listOfStructuralStates
public BigInteger getHomodimer()
BigIntegerpublic void setHomodimer(BigInteger value)
value - allowed object is
BigIntegerpublic ListOfModifications getListOfModifications()
ListOfModificationspublic void setListOfModifications(ListOfModifications value)
value - allowed object is
ListOfModificationspublic ListOfStructuralStates getListOfStructuralStates()
ListOfStructuralStatespublic void setListOfStructuralStates(ListOfStructuralStates value)
value - allowed object is
ListOfStructuralStatesCopyright © 2018. All rights reserved.