Class WeatherRelated

  • All Implemented Interfaces:
    Serializable

    public class WeatherRelated
    extends Object
    implements Serializable
    Weather related information.

    Java class for WeatherRelated complex type.

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

     <complexType name="WeatherRelated">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="weatherRelatedExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • weatherRelatedExtension

        protected ExtensionType weatherRelatedExtension
    • Constructor Detail

      • WeatherRelated

        public WeatherRelated()
    • Method Detail

      • getWeatherRelatedExtension

        public ExtensionType getWeatherRelatedExtension()
        Gets the value of the weatherRelatedExtension property.
        Returns:
        possible object is ExtensionType
      • setWeatherRelatedExtension

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