Class PrecipitationInformation

  • All Implemented Interfaces:
    Serializable

    public class PrecipitationInformation
    extends WeatherValue
    implements Serializable

    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/2_0RC1/2_0}WeatherValue">
           <sequence>
             <element name="noPrecipitation" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="precipitationDetail" type="{http://datex2.eu/schema/2_0RC1/2_0}PrecipitationDetail" minOccurs="0"/>
             <element name="precipitationInformationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • noPrecipitation

        protected Boolean noPrecipitation
      • precipitationInformationExtension

        protected ExtensionType precipitationInformationExtension
    • Constructor Detail

      • PrecipitationInformation

        public PrecipitationInformation()
    • Method Detail

      • isNoPrecipitation

        public Boolean isNoPrecipitation()
        Gets the value of the noPrecipitation property.
        Returns:
        possible object is Boolean
      • setNoPrecipitation

        public void setNoPrecipitation​(Boolean value)
        Sets the value of the noPrecipitation property.
        Parameters:
        value - allowed object is Boolean
      • 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