public class PrecipitationDetail
extends java.lang.Object
Java class for PrecipitationDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrecipitationDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="precipitationType" type="{http://datex2.eu/schema/2/2_0}PrecipitationTypeEnum" minOccurs="0"/>
<element name="precipitationIntensity" type="{http://datex2.eu/schema/2/2_0}PrecipitationIntensityValue" minOccurs="0"/>
<element name="depositionDepth" type="{http://datex2.eu/schema/2/2_0}FloatingPointMetreDistanceValue" minOccurs="0"/>
<element name="precipitationDetailExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FloatingPointMetreDistanceValue |
depositionDepth |
protected ExtensionType |
precipitationDetailExtension |
protected PrecipitationIntensityValue |
precipitationIntensity |
protected PrecipitationTypeEnum |
precipitationType |
| Constructor and Description |
|---|
PrecipitationDetail() |
| Modifier and Type | Method and Description |
|---|---|
FloatingPointMetreDistanceValue |
getDepositionDepth()
Gets the value of the depositionDepth property.
|
ExtensionType |
getPrecipitationDetailExtension()
Gets the value of the precipitationDetailExtension property.
|
PrecipitationIntensityValue |
getPrecipitationIntensity()
Gets the value of the precipitationIntensity property.
|
PrecipitationTypeEnum |
getPrecipitationType()
Gets the value of the precipitationType property.
|
void |
setDepositionDepth(FloatingPointMetreDistanceValue value)
Sets the value of the depositionDepth property.
|
void |
setPrecipitationDetailExtension(ExtensionType value)
Sets the value of the precipitationDetailExtension property.
|
void |
setPrecipitationIntensity(PrecipitationIntensityValue value)
Sets the value of the precipitationIntensity property.
|
void |
setPrecipitationType(PrecipitationTypeEnum value)
Sets the value of the precipitationType property.
|
protected PrecipitationTypeEnum precipitationType
protected PrecipitationIntensityValue precipitationIntensity
protected FloatingPointMetreDistanceValue depositionDepth
protected ExtensionType precipitationDetailExtension
public PrecipitationTypeEnum getPrecipitationType()
PrecipitationTypeEnumpublic void setPrecipitationType(PrecipitationTypeEnum value)
value - allowed object is
PrecipitationTypeEnumpublic PrecipitationIntensityValue getPrecipitationIntensity()
PrecipitationIntensityValuepublic void setPrecipitationIntensity(PrecipitationIntensityValue value)
value - allowed object is
PrecipitationIntensityValuepublic FloatingPointMetreDistanceValue getDepositionDepth()
FloatingPointMetreDistanceValuepublic void setDepositionDepth(FloatingPointMetreDistanceValue value)
value - allowed object is
FloatingPointMetreDistanceValuepublic ExtensionType getPrecipitationDetailExtension()
ExtensionTypepublic void setPrecipitationDetailExtension(ExtensionType value)
value - allowed object is
ExtensionType