org.mule.cxf.weatherservice.myweather
Class ForecastReturn

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

public class ForecastReturn
extends Object

Java class for ForecastReturn complex type.

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

 <complexType name="ForecastReturn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ResponseText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WeatherStationCity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ForecastResult" type="{http://ws.cdyne.com/WeatherWS/}ArrayOfForecast" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String city
           
protected  ArrayOfForecast forecastResult
           
protected  String responseText
           
protected  String state
           
protected  boolean success
           
protected  String weatherStationCity
           
 
Constructor Summary
ForecastReturn()
           
 
Method Summary
 String getCity()
          Gets the value of the city property.
 ArrayOfForecast getForecastResult()
          Gets the value of the forecastResult property.
 String getResponseText()
          Gets the value of the responseText property.
 String getState()
          Gets the value of the state property.
 String getWeatherStationCity()
          Gets the value of the weatherStationCity property.
 boolean isSuccess()
          Gets the value of the success property.
 void setCity(String value)
          Sets the value of the city property.
 void setForecastResult(ArrayOfForecast value)
          Sets the value of the forecastResult property.
 void setResponseText(String value)
          Sets the value of the responseText property.
 void setState(String value)
          Sets the value of the state property.
 void setSuccess(boolean value)
          Sets the value of the success property.
 void setWeatherStationCity(String value)
          Sets the value of the weatherStationCity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

success

protected boolean success

responseText

protected String responseText

state

protected String state

city

protected String city

weatherStationCity

protected String weatherStationCity

forecastResult

protected ArrayOfForecast forecastResult
Constructor Detail

ForecastReturn

public ForecastReturn()
Method Detail

isSuccess

public boolean isSuccess()
Gets the value of the success property.


setSuccess

public void setSuccess(boolean value)
Sets the value of the success property.


getResponseText

public String getResponseText()
Gets the value of the responseText property.

Returns:
possible object is String

setResponseText

public void setResponseText(String value)
Sets the value of the responseText property.

Parameters:
value - allowed object is String

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

getCity

public String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getWeatherStationCity

public String getWeatherStationCity()
Gets the value of the weatherStationCity property.

Returns:
possible object is String

setWeatherStationCity

public void setWeatherStationCity(String value)
Sets the value of the weatherStationCity property.

Parameters:
value - allowed object is String

getForecastResult

public ArrayOfForecast getForecastResult()
Gets the value of the forecastResult property.

Returns:
possible object is ArrayOfForecast

setForecastResult

public void setForecastResult(ArrayOfForecast value)
Sets the value of the forecastResult property.

Parameters:
value - allowed object is ArrayOfForecast


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