org.mule.cxf.weatherservice.myweather
Class WeatherReturn

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

public class WeatherReturn
extends Object

Java class for WeatherReturn complex type.

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

 <complexType name="WeatherReturn">
   <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="WeatherID" type="{http://www.w3.org/2001/XMLSchema}short"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Temperature" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RelativeHumidity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Wind" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Pressure" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Visibility" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="WindChill" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Remarks" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String city
           
protected  String description
           
protected  String pressure
           
protected  String relativeHumidity
           
protected  String remarks
           
protected  String responseText
           
protected  String state
           
protected  boolean success
           
protected  String temperature
           
protected  String visibility
           
protected  short weatherID
           
protected  String weatherStationCity
           
protected  String wind
           
protected  String windChill
           
 
Constructor Summary
WeatherReturn()
           
 
Method Summary
 String getCity()
          Gets the value of the city property.
 String getDescription()
          Gets the value of the description property.
 String getPressure()
          Gets the value of the pressure property.
 String getRelativeHumidity()
          Gets the value of the relativeHumidity property.
 String getRemarks()
          Gets the value of the remarks property.
 String getResponseText()
          Gets the value of the responseText property.
 String getState()
          Gets the value of the state property.
 String getTemperature()
          Gets the value of the temperature property.
 String getVisibility()
          Gets the value of the visibility property.
 short getWeatherID()
          Gets the value of the weatherID property.
 String getWeatherStationCity()
          Gets the value of the weatherStationCity property.
 String getWind()
          Gets the value of the wind property.
 String getWindChill()
          Gets the value of the windChill property.
 boolean isSuccess()
          Gets the value of the success property.
 void setCity(String value)
          Sets the value of the city property.
 void setDescription(String value)
          Sets the value of the description property.
 void setPressure(String value)
          Sets the value of the pressure property.
 void setRelativeHumidity(String value)
          Sets the value of the relativeHumidity property.
 void setRemarks(String value)
          Sets the value of the remarks 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 setTemperature(String value)
          Sets the value of the temperature property.
 void setVisibility(String value)
          Sets the value of the visibility property.
 void setWeatherID(short value)
          Sets the value of the weatherID property.
 void setWeatherStationCity(String value)
          Sets the value of the weatherStationCity property.
 void setWind(String value)
          Sets the value of the wind property.
 void setWindChill(String value)
          Sets the value of the windChill 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

weatherID

protected short weatherID

description

protected String description

temperature

protected String temperature

relativeHumidity

protected String relativeHumidity

wind

protected String wind

pressure

protected String pressure

visibility

protected String visibility

windChill

protected String windChill

remarks

protected String remarks
Constructor Detail

WeatherReturn

public WeatherReturn()
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

getWeatherID

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


setWeatherID

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


getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getTemperature

public String getTemperature()
Gets the value of the temperature property.

Returns:
possible object is String

setTemperature

public void setTemperature(String value)
Sets the value of the temperature property.

Parameters:
value - allowed object is String

getRelativeHumidity

public String getRelativeHumidity()
Gets the value of the relativeHumidity property.

Returns:
possible object is String

setRelativeHumidity

public void setRelativeHumidity(String value)
Sets the value of the relativeHumidity property.

Parameters:
value - allowed object is String

getWind

public String getWind()
Gets the value of the wind property.

Returns:
possible object is String

setWind

public void setWind(String value)
Sets the value of the wind property.

Parameters:
value - allowed object is String

getPressure

public String getPressure()
Gets the value of the pressure property.

Returns:
possible object is String

setPressure

public void setPressure(String value)
Sets the value of the pressure property.

Parameters:
value - allowed object is String

getVisibility

public String getVisibility()
Gets the value of the visibility property.

Returns:
possible object is String

setVisibility

public void setVisibility(String value)
Sets the value of the visibility property.

Parameters:
value - allowed object is String

getWindChill

public String getWindChill()
Gets the value of the windChill property.

Returns:
possible object is String

setWindChill

public void setWindChill(String value)
Sets the value of the windChill property.

Parameters:
value - allowed object is String

getRemarks

public String getRemarks()
Gets the value of the remarks property.

Returns:
possible object is String

setRemarks

public void setRemarks(String value)
Sets the value of the remarks property.

Parameters:
value - allowed object is String


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