@Deprecated
public class ScheduleList
extends java.lang.Object
implements java.io.Serializable
Java class for ScheduleList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NetworkID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SystemID" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="InterfaceSettings" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}InterfaceSetting" maxOccurs="unbounded"/>
<element name="StorageCapacities" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}StorageCapacity" maxOccurs="unbounded"/>
<element name="Schedules" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}Schedule" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<InterfaceSetting> |
interfaceSettings
Deprecated.
|
protected java.lang.String |
networkID
Deprecated.
|
protected java.util.List<Schedule> |
schedules
Deprecated.
|
protected java.util.List<StorageCapacity> |
storageCapacities
Deprecated.
|
protected java.lang.String |
systemID
Deprecated.
|
| Constructor and Description |
|---|
ScheduleList()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InterfaceSetting> |
getInterfaceSettings()
Deprecated.
Gets the value of the interfaceSettings property.
|
java.lang.String |
getNetworkID()
Deprecated.
Gets the value of the networkID property.
|
java.util.List<Schedule> |
getSchedules()
Deprecated.
Gets the value of the schedules property.
|
java.util.List<StorageCapacity> |
getStorageCapacities()
Deprecated.
Gets the value of the storageCapacities property.
|
java.lang.String |
getSystemID()
Deprecated.
Gets the value of the systemID property.
|
void |
setNetworkID(java.lang.String value)
Deprecated.
Sets the value of the networkID property.
|
void |
setSystemID(java.lang.String value)
Deprecated.
Sets the value of the systemID property.
|
protected java.lang.String networkID
protected java.lang.String systemID
protected java.util.List<InterfaceSetting> interfaceSettings
protected java.util.List<StorageCapacity> storageCapacities
protected java.util.List<Schedule> schedules
public java.lang.String getNetworkID()
Stringpublic void setNetworkID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystemID()
Stringpublic void setSystemID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<InterfaceSetting> getInterfaceSettings()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the interfaceSettings property.
For example, to add a new item, do as follows:
getInterfaceSettings().add(newItem);
Objects of the following type(s) are allowed in the list
InterfaceSetting
public java.util.List<StorageCapacity> getStorageCapacities()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the storageCapacities property.
For example, to add a new item, do as follows:
getStorageCapacities().add(newItem);
Objects of the following type(s) are allowed in the list
StorageCapacity
public java.util.List<Schedule> getSchedules()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the schedules property.
For example, to add a new item, do as follows:
getSchedules().add(newItem);
Objects of the following type(s) are allowed in the list
Schedule