public class KilogramsConcentrationValue extends DataValue
Java class for KilogramsConcentrationValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KilogramsConcentrationValue">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}DataValue">
<sequence>
<element name="kilogramsConcentration" type="{http://datex2.eu/schema/2/2_0}ConcentrationKilogramsPerCubicMetre"/>
<element name="kilogramsConcentrationValueExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
kilogramsConcentration |
protected ExtensionType |
kilogramsConcentrationValueExtension |
accuracy, computationalMethod, dataError, dataValueExtension, numberOfIncompleteInputs, numberOfInputValuesUsed, reasonForDataError, smoothingFactor, standardDeviation, supplierCalculatedDataQuality| Constructor and Description |
|---|
KilogramsConcentrationValue() |
| Modifier and Type | Method and Description |
|---|---|
float |
getKilogramsConcentration()
Gets the value of the kilogramsConcentration property.
|
ExtensionType |
getKilogramsConcentrationValueExtension()
Gets the value of the kilogramsConcentrationValueExtension property.
|
void |
setKilogramsConcentration(float value)
Sets the value of the kilogramsConcentration property.
|
void |
setKilogramsConcentrationValueExtension(ExtensionType value)
Sets the value of the kilogramsConcentrationValueExtension property.
|
getAccuracy, getComputationalMethod, getDataValueExtension, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getReasonForDataError, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, isDataError, setAccuracy, setComputationalMethod, setDataError, setDataValueExtension, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setReasonForDataError, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQualityprotected float kilogramsConcentration
protected ExtensionType kilogramsConcentrationValueExtension
public float getKilogramsConcentration()
public void setKilogramsConcentration(float value)
value - kilogramsConcentrationpublic ExtensionType getKilogramsConcentrationValueExtension()
ExtensionTypepublic void setKilogramsConcentrationValueExtension(ExtensionType value)
value - allowed object is
ExtensionType