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="idScheduleList" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NetworkID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SystemID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Setup" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CostUnit" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dateSaved" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<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}AbstractStorageCapacity" 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.lang.String |
costUnit |
protected java.util.Calendar |
dateSaved |
protected java.lang.String |
description |
protected int |
idScheduleList |
protected java.util.List<InterfaceSetting> |
interfaceSettings |
protected java.lang.String |
networkID |
protected java.util.List<Schedule> |
schedules |
protected java.lang.String |
setup |
protected java.util.List<AbstractStorageCapacity> |
storageCapacities |
protected java.lang.String |
systemID |
| Constructor and Description |
|---|
ScheduleList() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCostUnit()
Gets the value of the costUnit property.
|
java.util.Calendar |
getDateSaved()
Gets the value of the dateSaved property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
int |
getIdScheduleList()
Gets the value of the idScheduleList property.
|
java.util.List<InterfaceSetting> |
getInterfaceSettings()
Gets the value of the interfaceSettings property.
|
java.lang.String |
getNetworkID()
Gets the value of the networkID property.
|
java.util.List<Schedule> |
getSchedules()
Gets the value of the schedules property.
|
java.lang.String |
getSetup()
Gets the value of the setup property.
|
java.util.List<AbstractStorageCapacity> |
getStorageCapacities()
Gets the value of the storageCapacities property.
|
java.lang.String |
getSystemID()
Gets the value of the systemID property.
|
void |
setCostUnit(java.lang.String value)
Sets the value of the costUnit property.
|
void |
setDateSaved(java.util.Calendar value)
Sets the value of the dateSaved property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setIdScheduleList(int value)
Sets the value of the idScheduleList property.
|
void |
setNetworkID(java.lang.String value)
Sets the value of the networkID property.
|
void |
setSetup(java.lang.String value)
Sets the value of the setup property.
|
void |
setSystemID(java.lang.String value)
Sets the value of the systemID property.
|
protected int idScheduleList
protected java.lang.String description
protected java.lang.String networkID
protected java.lang.String systemID
protected java.lang.String setup
protected java.lang.String costUnit
protected java.util.Calendar dateSaved
protected java.util.List<InterfaceSetting> interfaceSettings
protected java.util.List<AbstractStorageCapacity> storageCapacities
protected java.util.List<Schedule> schedules
public int getIdScheduleList()
public void setIdScheduleList(int value)
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic 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.lang.String getSetup()
Stringpublic void setSetup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCostUnit()
Stringpublic void setCostUnit(java.lang.String value)
value - allowed object is
Stringpublic java.util.Calendar getDateSaved()
Stringpublic void setDateSaved(java.util.Calendar 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<AbstractStorageCapacity> 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
AbstractStorageCapacity
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