Class WeatherStation
java.lang.Object
net.finmath.smartcontract.product.xml.WeatherStation
Weather Station.
Java class for WeatherStation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WeatherStation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="weatherStationCity" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter"/> <element name="weatherStationAirport" type="{http://www.fpml.org/FpML-5/confirmation}WeatherStationAirport"/> <element name="weatherStationWBAN" type="{http://www.fpml.org/FpML-5/confirmation}WeatherStationWBAN"/> <element name="weatherStationWMO" type="{http://www.fpml.org/FpML-5/confirmation}WeatherStationWMO"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected WeatherStationAirport
protected BusinessCenter
protected WeatherStationWBAN
protected WeatherStationWMO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the weatherStationAirport property.Gets the value of the weatherStationCity property.Gets the value of the weatherStationWBAN property.Gets the value of the weatherStationWMO property.void
Sets the value of the weatherStationAirport property.void
Sets the value of the weatherStationCity property.void
Sets the value of the weatherStationWBAN property.void
Sets the value of the weatherStationWMO property.
-
Field Details
-
weatherStationCity
-
weatherStationAirport
-
weatherStationWBAN
-
weatherStationWMO
-
-
Constructor Details
-
WeatherStation
public WeatherStation()
-
-
Method Details
-
getWeatherStationCity
Gets the value of the weatherStationCity property.- Returns:
- possible object is
BusinessCenter
-
setWeatherStationCity
Sets the value of the weatherStationCity property.- Parameters:
value
- allowed object isBusinessCenter
-
getWeatherStationAirport
Gets the value of the weatherStationAirport property.- Returns:
- possible object is
WeatherStationAirport
-
setWeatherStationAirport
Sets the value of the weatherStationAirport property.- Parameters:
value
- allowed object isWeatherStationAirport
-
getWeatherStationWBAN
Gets the value of the weatherStationWBAN property.- Returns:
- possible object is
WeatherStationWBAN
-
setWeatherStationWBAN
Sets the value of the weatherStationWBAN property.- Parameters:
value
- allowed object isWeatherStationWBAN
-
getWeatherStationWMO
Gets the value of the weatherStationWMO property.- Returns:
- possible object is
WeatherStationWMO
-
setWeatherStationWMO
Sets the value of the weatherStationWMO property.- Parameters:
value
- allowed object isWeatherStationWMO
-