public static class TechnicalSystemState.UsageOfInterfaces
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InterfaceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EnergyCarrier" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyCarrier"/>
<element name="EnergyFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyFlowInWatt"/>
<element name="EnergyAmountCumulated" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyAmount"/>
<element name="CostsCumulated" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
costsCumulated |
protected EnergyAmount |
energyAmountCumulated |
protected EnergyCarrier |
energyCarrier |
protected EnergyFlowInWatt |
energyFlow |
protected java.lang.String |
interfaceID |
| Constructor and Description |
|---|
UsageOfInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCostsCumulated()
Gets the value of the costsCumulated property.
|
EnergyAmount |
getEnergyAmountCumulated()
Gets the value of the energyAmountCumulated property.
|
EnergyCarrier |
getEnergyCarrier()
Gets the value of the energyCarrier property.
|
EnergyFlowInWatt |
getEnergyFlow()
Gets the value of the energyFlow property.
|
java.lang.String |
getInterfaceID()
Gets the value of the interfaceID property.
|
void |
setCostsCumulated(double value)
Sets the value of the costsCumulated property.
|
void |
setEnergyAmountCumulated(EnergyAmount value)
Sets the value of the energyAmountCumulated property.
|
void |
setEnergyCarrier(EnergyCarrier value)
Sets the value of the energyCarrier property.
|
void |
setEnergyFlow(EnergyFlowInWatt value)
Sets the value of the energyFlow property.
|
void |
setInterfaceID(java.lang.String value)
Sets the value of the interfaceID property.
|
static AbstractUsageOfInterface |
toEOMVersion100(TechnicalSystemState.UsageOfInterfaces uoi096)
Converts the current instance to an EOM version 1.00.
|
protected java.lang.String interfaceID
protected EnergyCarrier energyCarrier
protected EnergyFlowInWatt energyFlow
protected EnergyAmount energyAmountCumulated
protected double costsCumulated
public java.lang.String getInterfaceID()
Stringpublic void setInterfaceID(java.lang.String value)
value - allowed object is
Stringpublic EnergyCarrier getEnergyCarrier()
EnergyCarrierpublic void setEnergyCarrier(EnergyCarrier value)
value - allowed object is
EnergyCarrierpublic EnergyFlowInWatt getEnergyFlow()
EnergyFlowInWattpublic void setEnergyFlow(EnergyFlowInWatt value)
value - allowed object is
EnergyFlowInWattpublic EnergyAmount getEnergyAmountCumulated()
EnergyAmountpublic void setEnergyAmountCumulated(EnergyAmount value)
value - allowed object is
EnergyAmountpublic double getCostsCumulated()
public void setCostsCumulated(double value)
public static AbstractUsageOfInterface toEOMVersion100(TechnicalSystemState.UsageOfInterfaces uoi096)
uoi096 - the UsageOfInterfaces in version 0.96