Class WeatherStation

java.lang.Object
net.finmath.smartcontract.product.xml.WeatherStation

public class WeatherStation extends Object
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 Details

  • Constructor Details

    • WeatherStation

      public WeatherStation()
  • Method Details

    • getWeatherStationCity

      public BusinessCenter getWeatherStationCity()
      Gets the value of the weatherStationCity property.
      Returns:
      possible object is BusinessCenter
    • setWeatherStationCity

      public void setWeatherStationCity(BusinessCenter value)
      Sets the value of the weatherStationCity property.
      Parameters:
      value - allowed object is BusinessCenter
    • getWeatherStationAirport

      public WeatherStationAirport getWeatherStationAirport()
      Gets the value of the weatherStationAirport property.
      Returns:
      possible object is WeatherStationAirport
    • setWeatherStationAirport

      public void setWeatherStationAirport(WeatherStationAirport value)
      Sets the value of the weatherStationAirport property.
      Parameters:
      value - allowed object is WeatherStationAirport
    • getWeatherStationWBAN

      public WeatherStationWBAN getWeatherStationWBAN()
      Gets the value of the weatherStationWBAN property.
      Returns:
      possible object is WeatherStationWBAN
    • setWeatherStationWBAN

      public void setWeatherStationWBAN(WeatherStationWBAN value)
      Sets the value of the weatherStationWBAN property.
      Parameters:
      value - allowed object is WeatherStationWBAN
    • getWeatherStationWMO

      public WeatherStationWMO getWeatherStationWMO()
      Gets the value of the weatherStationWMO property.
      Returns:
      possible object is WeatherStationWMO
    • setWeatherStationWMO

      public void setWeatherStationWMO(WeatherStationWMO value)
      Sets the value of the weatherStationWMO property.
      Parameters:
      value - allowed object is WeatherStationWMO