public static class UsePattern.TechnicalSystemStateUsage
extends java.lang.Object
implements java.io.Serializable
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>
<element name="Repeatability" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TechnialSystemState" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalSystemState"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
repeatability |
protected TechnicalSystemState |
technialSystemState |
| Constructor and Description |
|---|
TechnicalSystemStateUsage() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRepeatability()
Gets the value of the repeatability property.
|
TechnicalSystemState |
getTechnialSystemState()
Gets the value of the technialSystemState property.
|
void |
setRepeatability(int value)
Sets the value of the repeatability property.
|
void |
setTechnialSystemState(TechnicalSystemState value)
Sets the value of the technialSystemState property.
|
protected int repeatability
protected TechnicalSystemState technialSystemState
public int getRepeatability()
public void setRepeatability(int value)
public TechnicalSystemState getTechnialSystemState()
TechnicalSystemStatepublic void setTechnialSystemState(TechnicalSystemState value)
value - allowed object is
TechnicalSystemState