public class GoodFlow extends AbstractActualGoodFlow implements java.io.Serializable
Java class for GoodFlow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoodFlow">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractActualGoodFlow">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="timeUnit" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TimeUnit"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TimeUnit |
timeUnit |
protected double |
value |
goodUnitidInterfaceFlow| Constructor and Description |
|---|
GoodFlow() |
| Modifier and Type | Method and Description |
|---|---|
TimeUnit |
getTimeUnit()
Gets the value of the timeUnit property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setTimeUnit(TimeUnit value)
Sets the value of the timeUnit property.
|
void |
setValue(double value)
Sets the value of the value property.
|
getGoodUnit, setGoodUnitgetIdInterfaceFlow, setIdInterfaceFlowprotected double value
protected TimeUnit timeUnit