Class WeatherRelated
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.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 Summary
Fields Modifier and Type Field Description protected ExtensionTypeweatherRelatedExtension
-
Constructor Summary
Constructors Constructor Description WeatherRelated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetWeatherRelatedExtension()Gets the value of the weatherRelatedExtension property.voidsetWeatherRelatedExtension(ExtensionType value)Sets the value of the weatherRelatedExtension property.
-
-
-
Field Detail
-
weatherRelatedExtension
protected ExtensionType weatherRelatedExtension
-
-
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 isExtensionType
-
-