Class PrecipitationInformation

  • All Implemented Interfaces:
    Serializable

    public class PrecipitationInformation
    extends WeatherValue
    implements Serializable
    Measurements of precipitation.

    Java class for PrecipitationInformation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PrecipitationInformation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}WeatherValue">
           <sequence>
             <element name="precipitationDetail" type="{http://datex2.eu/schema/1_0/1_0}PrecipitationDetail"/>
             <element name="precipitationInformationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • precipitationInformationExtension

        protected ExtensionType precipitationInformationExtension
    • Constructor Detail

      • PrecipitationInformation

        public PrecipitationInformation()
    • Method Detail

      • setPrecipitationDetail

        public void setPrecipitationDetail​(PrecipitationDetail value)
        Sets the value of the precipitationDetail property.
        Parameters:
        value - allowed object is PrecipitationDetail
      • getPrecipitationInformationExtension

        public ExtensionType getPrecipitationInformationExtension()
        Gets the value of the precipitationInformationExtension property.
        Returns:
        possible object is ExtensionType
      • setPrecipitationInformationExtension

        public void setPrecipitationInformationExtension​(ExtensionType value)
        Sets the value of the precipitationInformationExtension property.
        Parameters:
        value - allowed object is ExtensionType