org.mule.cxf.weatherservice.myweather
Class GetCityWeatherByZIP

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

public class GetCityWeatherByZIP
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ZIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String zip
           
 
Constructor Summary
GetCityWeatherByZIP()
           
 
Method Summary
 String getZIP()
          Gets the value of the zip property.
 void setZIP(String value)
          Sets the value of the zip property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zip

protected String zip
Constructor Detail

GetCityWeatherByZIP

public GetCityWeatherByZIP()
Method Detail

getZIP

public String getZIP()
Gets the value of the zip property.

Returns:
possible object is String

setZIP

public void setZIP(String value)
Sets the value of the zip property.

Parameters:
value - allowed object is String


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