public class ControlledSystem
extends java.lang.Object
implements java.io.Serializable
Java class for ControlledSystem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ControlledSystem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="TechnicalSystemSchedules" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}ScheduleList"/>
<element name="TechnicalSystem" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalSystem"/>
<element name="TechnicalSystemGroup" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TechnicalSystemGroup"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TechnicalSystem |
technicalSystem |
protected TechnicalSystemGroup |
technicalSystemGroup |
protected ScheduleList |
technicalSystemSchedules |
| Constructor and Description |
|---|
ControlledSystem() |
| Modifier and Type | Method and Description |
|---|---|
TechnicalSystem |
getTechnicalSystem()
Gets the value of the technicalSystem property.
|
TechnicalSystemGroup |
getTechnicalSystemGroup()
Gets the value of the technicalSystemGroup property.
|
ScheduleList |
getTechnicalSystemSchedules()
Gets the value of the technicalSystemSchedules property.
|
void |
setTechnicalSystem(TechnicalSystem value)
Sets the value of the technicalSystem property.
|
void |
setTechnicalSystemGroup(TechnicalSystemGroup value)
Sets the value of the technicalSystemGroup property.
|
void |
setTechnicalSystemSchedules(ScheduleList value)
Sets the value of the technicalSystemSchedules property.
|
protected ScheduleList technicalSystemSchedules
protected TechnicalSystem technicalSystem
protected TechnicalSystemGroup technicalSystemGroup
public ScheduleList getTechnicalSystemSchedules()
ScheduleListpublic void setTechnicalSystemSchedules(ScheduleList value)
value - allowed object is
ScheduleListpublic TechnicalSystem getTechnicalSystem()
TechnicalSystempublic void setTechnicalSystem(TechnicalSystem value)
value - allowed object is
TechnicalSystempublic TechnicalSystemGroup getTechnicalSystemGroup()
TechnicalSystemGrouppublic void setTechnicalSystemGroup(TechnicalSystemGroup value)
value - allowed object is
TechnicalSystemGroup