Class PollutionInformation
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
-
- eu.datex2.siri13.schema._1_0._1_0.WeatherValue
-
- eu.datex2.siri13.schema._1_0._1_0.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
BasicDataValue.FaultReason
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypepollutionInformationExtensionprotected List<PollutionMeasurement>pollutionMeasurements-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.WeatherValue
weatherValueExtension
-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
accuracy, affectedLocation, basicDataValueExtension, computationalMethod, fault, faultReason, numberOfIncompleteInputs, numberOfInputValuesUsed, period, smoothingFactor, standardDeviation, supplierCalculatedDataQuality, time
-
-
Constructor Summary
Constructors Constructor Description PollutionInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetPollutionInformationExtension()Gets the value of the pollutionInformationExtension property.List<PollutionMeasurement>getPollutionMeasurements()Gets the value of the pollutionMeasurements property.voidsetPollutionInformationExtension(ExtensionType value)Sets the value of the pollutionInformationExtension property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.WeatherValue
getWeatherValueExtension, setWeatherValueExtension
-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.BasicDataValue
getAccuracy, getAffectedLocation, getBasicDataValueExtension, getComputationalMethod, getFaultReason, getNumberOfIncompleteInputs, getNumberOfInputValuesUsed, getPeriod, getSmoothingFactor, getStandardDeviation, getSupplierCalculatedDataQuality, getTime, isFault, setAccuracy, setAffectedLocation, setBasicDataValueExtension, setComputationalMethod, setFault, setFaultReason, setNumberOfIncompleteInputs, setNumberOfInputValuesUsed, setPeriod, setSmoothingFactor, setStandardDeviation, setSupplierCalculatedDataQuality, setTime
-
-
-
-
Field Detail
-
pollutionMeasurements
protected List<PollutionMeasurement> pollutionMeasurements
-
pollutionInformationExtension
protected ExtensionType pollutionInformationExtension
-
-
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 JAXB object. This is why there is not a
setmethod 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 isExtensionType
-
-