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