org.mule.cxf.weatherservice.myweather
Class Forecast

java.lang.Object
  extended by org.mule.cxf.weatherservice.myweather.Forecast

public class Forecast
extends Object

Java class for Forecast complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Forecast">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="WeatherID" type="{http://www.w3.org/2001/XMLSchema}short"/>
         <element name="Desciption" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Temperatures" type="{http://ws.cdyne.com/WeatherWS/}temp"/>
         <element name="ProbabilityOfPrecipiation" type="{http://ws.cdyne.com/WeatherWS/}POP"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar date
           
protected  String desciption
           
protected  POP probabilityOfPrecipiation
           
protected  Temp temperatures
           
protected  short weatherID
           
 
Constructor Summary
Forecast()
           
 
Method Summary
 XMLGregorianCalendar getDate()
          Gets the value of the date property.
 String getDesciption()
          Gets the value of the desciption property.
 POP getProbabilityOfPrecipiation()
          Gets the value of the probabilityOfPrecipiation property.
 Temp getTemperatures()
          Gets the value of the temperatures property.
 short getWeatherID()
          Gets the value of the weatherID property.
 void setDate(XMLGregorianCalendar value)
          Sets the value of the date property.
 void setDesciption(String value)
          Sets the value of the desciption property.
 void setProbabilityOfPrecipiation(POP value)
          Sets the value of the probabilityOfPrecipiation property.
 void setTemperatures(Temp value)
          Sets the value of the temperatures property.
 void setWeatherID(short value)
          Sets the value of the weatherID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected XMLGregorianCalendar date

weatherID

protected short weatherID

desciption

protected String desciption

temperatures

protected Temp temperatures

probabilityOfPrecipiation

protected POP probabilityOfPrecipiation
Constructor Detail

Forecast

public Forecast()
Method Detail

getDate

public XMLGregorianCalendar getDate()
Gets the value of the date property.

Returns:
possible object is XMLGregorianCalendar

setDate

public void setDate(XMLGregorianCalendar value)
Sets the value of the date property.

Parameters:
value - allowed object is XMLGregorianCalendar

getWeatherID

public short getWeatherID()
Gets the value of the weatherID property.


setWeatherID

public void setWeatherID(short value)
Sets the value of the weatherID property.


getDesciption

public String getDesciption()
Gets the value of the desciption property.

Returns:
possible object is String

setDesciption

public void setDesciption(String value)
Sets the value of the desciption property.

Parameters:
value - allowed object is String

getTemperatures

public Temp getTemperatures()
Gets the value of the temperatures property.

Returns:
possible object is Temp

setTemperatures

public void setTemperatures(Temp value)
Sets the value of the temperatures property.

Parameters:
value - allowed object is Temp

getProbabilityOfPrecipiation

public POP getProbabilityOfPrecipiation()
Gets the value of the probabilityOfPrecipiation property.

Returns:
possible object is POP

setProbabilityOfPrecipiation

public void setProbabilityOfPrecipiation(POP value)
Sets the value of the probabilityOfPrecipiation property.

Parameters:
value - allowed object is POP


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.