public class GoodMeasurement extends AbstractMeasurement implements java.io.Serializable
Java class for GoodMeasurement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoodMeasurement">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractMeasurement">
<sequence>
<element name="GoodFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}GoodFlow"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GoodFlow |
goodFlow |
pointInTime| Constructor and Description |
|---|
GoodMeasurement() |
| Modifier and Type | Method and Description |
|---|---|
GoodFlow |
getGoodFlow()
Gets the value of the goodFlow property.
|
void |
setGoodFlow(GoodFlow value)
Sets the value of the goodFlow property.
|
getPointInTime, setPointInTimeprotected GoodFlow goodFlow