public class InputMeasurementByTime
extends java.lang.Object
implements java.io.Serializable
Java class for InputMeasurementByTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputMeasurementByTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PointInTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Value" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}FixedVariable"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
pointInTime |
protected FixedVariable |
value |
| Constructor and Description |
|---|
InputMeasurementByTime() |
| Modifier and Type | Method and Description |
|---|---|
long |
getPointInTime()
Gets the value of the pointInTime property.
|
FixedVariable |
getValue()
Gets the value of the value property.
|
void |
setPointInTime(long value)
Sets the value of the pointInTime property.
|
void |
setValue(FixedVariable value)
Sets the value of the value property.
|
protected long pointInTime
protected FixedVariable value
public long getPointInTime()
public void setPointInTime(long value)
public FixedVariable getValue()
FixedVariablepublic void setValue(FixedVariable value)
value - allowed object is
FixedVariable