public class EnergyAmount
extends java.lang.Object
implements java.io.Serializable
Java class for EnergyAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnergyAmount"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="idEnergyAmount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="SIPrefix" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyUnitFactorPrefixSI"/> <element name="TimeUnit" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}TimeUnit"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
idEnergyAmount |
protected EnergyUnitFactorPrefixSI |
siPrefix |
protected TimeUnit |
timeUnit |
protected double |
value |
Constructor and Description |
---|
EnergyAmount() |
Modifier and Type | Method and Description |
---|---|
long |
getIdEnergyAmount()
Gets the value of the idEnergyAmount property.
|
EnergyUnitFactorPrefixSI |
getSIPrefix()
Gets the value of the siPrefix property.
|
TimeUnit |
getTimeUnit()
Gets the value of the timeUnit property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setIdEnergyAmount(long value)
Sets the value of the idEnergyAmount property.
|
void |
setSIPrefix(EnergyUnitFactorPrefixSI value)
Sets the value of the siPrefix property.
|
void |
setTimeUnit(TimeUnit value)
Sets the value of the timeUnit property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected long idEnergyAmount
protected double value
protected EnergyUnitFactorPrefixSI siPrefix
protected TimeUnit timeUnit
public long getIdEnergyAmount()
public void setIdEnergyAmount(long value)
public double getValue()
public void setValue(double value)
public EnergyUnitFactorPrefixSI getSIPrefix()
EnergyUnitFactorPrefixSI
public void setSIPrefix(EnergyUnitFactorPrefixSI value)
value
- allowed object is
EnergyUnitFactorPrefixSI
public TimeUnit getTimeUnit()
TimeUnit