org.mule.cxf.weatherservice.myweather
Class WeatherDescription

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

public class WeatherDescription
extends Object

Java class for WeatherDescription complex type.

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

 <complexType name="WeatherDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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="PictureURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String description
           
protected  String pictureURL
           
protected  short weatherID
           
 
Constructor Summary
WeatherDescription()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getPictureURL()
          Gets the value of the pictureURL property.
 short getWeatherID()
          Gets the value of the weatherID property.
 void setDescription(String value)
          Sets the value of the description property.
 void setPictureURL(String value)
          Sets the value of the pictureURL 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

weatherID

protected short weatherID

description

protected String description

pictureURL

protected String pictureURL
Constructor Detail

WeatherDescription

public WeatherDescription()
Method Detail

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

getPictureURL

public String getPictureURL()
Gets the value of the pictureURL property.

Returns:
possible object is String

setPictureURL

public void setPictureURL(String value)
Sets the value of the pictureURL property.

Parameters:
value - allowed object is String


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