public class ScheduleLengthRestriction
extends java.lang.Object
implements java.io.Serializable
Java class for ScheduleLengthRestriction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleLengthRestriction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idScheduleLengthRestriction" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Duration" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}Duration"/>
<element name="MaxNumberOfSystemStates" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
duration |
protected int |
idScheduleLengthRestriction |
protected int |
maxNumberOfSystemStates |
| Constructor and Description |
|---|
ScheduleLengthRestriction() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDuration()
Gets the value of the duration property.
|
int |
getIdScheduleLengthRestriction()
Gets the value of the idScheduleLengthRestriction property.
|
int |
getMaxNumberOfSystemStates()
Gets the value of the maxNumberOfSystemStates property.
|
void |
setDuration(Duration value)
Sets the value of the duration property.
|
void |
setIdScheduleLengthRestriction(int value)
Sets the value of the idScheduleLengthRestriction property.
|
void |
setMaxNumberOfSystemStates(int value)
Sets the value of the maxNumberOfSystemStates property.
|
protected int idScheduleLengthRestriction
protected Duration duration
protected int maxNumberOfSystemStates
public int getIdScheduleLengthRestriction()
public void setIdScheduleLengthRestriction(int value)
public Duration getDuration()
Durationpublic void setDuration(Duration value)
value - allowed object is
Durationpublic int getMaxNumberOfSystemStates()
public void setMaxNumberOfSystemStates(int value)