public abstract class InputMeasurementCalculated extends AbstractInputMeasurement implements java.io.Serializable
Java class for InputMeasurementCalculated complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputMeasurementCalculated">
<complexContent>
<extension base="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractInputMeasurement">
<sequence>
<element name="CalculationClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
calculationClass |
variableID| Constructor and Description |
|---|
InputMeasurementCalculated() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCalculationClass()
Gets the value of the calculationClass property.
|
void |
setCalculationClass(java.lang.String value)
Sets the value of the calculationClass property.
|
getVariableID, setVariableIDpublic java.lang.String getCalculationClass()
Stringpublic void setCalculationClass(java.lang.String value)
value - allowed object is
String