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