public class UsageOfInterfaceGood extends AbstractUsageOfInterface implements java.io.Serializable
Java class for UsageOfInterfaceGood complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsageOfInterfaceGood">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractUsageOfInterface">
<sequence>
<element name="GoodFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}GoodFlow"/>
<element name="GoodAmountCumulated" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
goodAmountCumulated |
protected GoodFlow |
goodFlow |
costsCumulated, idInterfaceUsage, interfaceID| Constructor and Description |
|---|
UsageOfInterfaceGood() |
| Modifier and Type | Method and Description |
|---|---|
double |
getGoodAmountCumulated()
Gets the value of the goodAmountCumulated property.
|
GoodFlow |
getGoodFlow()
Gets the value of the goodFlow property.
|
void |
setGoodAmountCumulated(double value)
Sets the value of the goodAmountCumulated property.
|
void |
setGoodFlow(GoodFlow value)
Sets the value of the goodFlow property.
|
getCostsCumulated, getIdInterfaceUsage, getInterfaceID, setCostsCumulated, setIdInterfaceUsage, setInterfaceIDprotected GoodFlow goodFlow
protected double goodAmountCumulated
public GoodFlow getGoodFlow()
GoodFlowpublic void setGoodFlow(GoodFlow value)
value - allowed object is
GoodFlowpublic double getGoodAmountCumulated()
public void setGoodAmountCumulated(double value)