Class PollutionInformation

  • All Implemented Interfaces:
    Serializable

    public class PollutionInformation
    extends WeatherValue
    implements Serializable
    Measurements of atmospheric pollution.

    Java class for PollutionInformation complex type.

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

     <complexType name="PollutionInformation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}WeatherValue">
           <sequence>
             <element name="pollutionMeasurement" type="{http://datex2.eu/schema/1_0/1_0}PollutionMeasurement" maxOccurs="unbounded"/>
             <element name="pollutionInformationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PollutionInformation

        public PollutionInformation()
    • Method Detail

      • getPollutionMeasurements

        public List<PollutionMeasurement> getPollutionMeasurements()
        Gets the value of the pollutionMeasurements property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the pollutionMeasurements property.

        For example, to add a new item, do as follows:

            getPollutionMeasurements().add(newItem);
         

        Objects of the following type(s) are allowed in the list PollutionMeasurement

      • getPollutionInformationExtension

        public ExtensionType getPollutionInformationExtension()
        Gets the value of the pollutionInformationExtension property.
        Returns:
        possible object is ExtensionType
      • setPollutionInformationExtension

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