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>