Uses of Class
org.mule.cxf.weatherservice.myweather.Temp

Packages that use Temp
org.mule.cxf.weatherservice.myweather   
 

Uses of Temp in org.mule.cxf.weatherservice.myweather
 

Fields in org.mule.cxf.weatherservice.myweather declared as Temp
protected  Temp Forecast.temperatures
           
 

Methods in org.mule.cxf.weatherservice.myweather that return Temp
 Temp ObjectFactory.createTemp()
          Create an instance of Temp
 Temp Forecast.getTemperatures()
          Gets the value of the temperatures property.
 

Methods in org.mule.cxf.weatherservice.myweather with parameters of type Temp
 void Forecast.setTemperatures(Temp value)
          Sets the value of the temperatures property.
 



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