public class PollutionInformation extends WeatherData
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/2/2_0}WeatherData">
<sequence>
<element name="pollution" type="{http://datex2.eu/schema/2/2_0}Pollution" maxOccurs="unbounded"/>
<element name="pollutionInformationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Pollution> |
pollution |
protected ExtensionType |
pollutionInformationExtension |
weatherDataExtensionbasicDataExtension, measurementOrCalculatedTimePrecision, measurementOrCalculationPeriod, measurementOrCalculationTime, pertinentLocation| Constructor and Description |
|---|
PollutionInformation() |
| Modifier and Type | Method and Description |
|---|---|
List<Pollution> |
getPollution()
Gets the value of the pollution property.
|
ExtensionType |
getPollutionInformationExtension()
Gets the value of the pollutionInformationExtension property.
|
void |
setPollutionInformationExtension(ExtensionType value)
Sets the value of the pollutionInformationExtension property.
|
getWeatherDataExtension, setWeatherDataExtensiongetBasicDataExtension, getMeasurementOrCalculatedTimePrecision, getMeasurementOrCalculationPeriod, getMeasurementOrCalculationTime, getPertinentLocation, setBasicDataExtension, setMeasurementOrCalculatedTimePrecision, setMeasurementOrCalculationPeriod, setMeasurementOrCalculationTime, setPertinentLocationprotected ExtensionType pollutionInformationExtension
public List<Pollution> getPollution()
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 set method for the pollution property.
For example, to add a new item, do as follows:
getPollution().add(newItem);
Objects of the following type(s) are allowed in the list
Pollution
public ExtensionType getPollutionInformationExtension()
ExtensionTypepublic void setPollutionInformationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.