public class ListOfStructuralStates extends Object
Java class for listOfStructuralStates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listOfStructuralStates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="structuralState" type="{http://www.sbml.org/2001/ns/celldesigner}StructuralStates"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected StructuralStates |
structuralState |
Constructor and Description |
---|
ListOfStructuralStates() |
Modifier and Type | Method and Description |
---|---|
StructuralStates |
getStructuralState()
Gets the value of the structuralState property.
|
void |
setStructuralState(StructuralStates value)
Sets the value of the structuralState property.
|
protected StructuralStates structuralState
public StructuralStates getStructuralState()
StructuralStates
public void setStructuralState(StructuralStates value)
value
- allowed object is
StructuralStates
Copyright © 2018. All rights reserved.