public class Pollution extends Object
Java class for Pollution complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pollution">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pollutantType" type="{http://datex2.eu/schema/2/2_0}PollutantTypeEnum"/>
<element name="pollutantConcentration" type="{http://datex2.eu/schema/2/2_0}MicrogramsConcentrationValue" minOccurs="0"/>
<element name="pollutionExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MicrogramsConcentrationValue |
pollutantConcentration |
protected PollutantTypeEnum |
pollutantType |
protected ExtensionType |
pollutionExtension |
| Constructor and Description |
|---|
Pollution() |
| Modifier and Type | Method and Description |
|---|---|
MicrogramsConcentrationValue |
getPollutantConcentration()
Gets the value of the pollutantConcentration property.
|
PollutantTypeEnum |
getPollutantType()
Gets the value of the pollutantType property.
|
ExtensionType |
getPollutionExtension()
Gets the value of the pollutionExtension property.
|
void |
setPollutantConcentration(MicrogramsConcentrationValue value)
Sets the value of the pollutantConcentration property.
|
void |
setPollutantType(PollutantTypeEnum value)
Sets the value of the pollutantType property.
|
void |
setPollutionExtension(ExtensionType value)
Sets the value of the pollutionExtension property.
|
protected PollutantTypeEnum pollutantType
protected MicrogramsConcentrationValue pollutantConcentration
protected ExtensionType pollutionExtension
public PollutantTypeEnum getPollutantType()
PollutantTypeEnumpublic void setPollutantType(PollutantTypeEnum value)
value - allowed object is
PollutantTypeEnumpublic MicrogramsConcentrationValue getPollutantConcentration()
MicrogramsConcentrationValuepublic void setPollutantConcentration(MicrogramsConcentrationValue value)
value - allowed object is
MicrogramsConcentrationValuepublic ExtensionType getPollutionExtension()
ExtensionTypepublic void setPollutionExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.