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

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

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

Fields in org.mule.cxf.weatherservice.myweather declared as ArrayOfForecast
protected  ArrayOfForecast ForecastReturn.forecastResult
           
 

Methods in org.mule.cxf.weatherservice.myweather that return ArrayOfForecast
 ArrayOfForecast ObjectFactory.createArrayOfForecast()
          Create an instance of ArrayOfForecast
 ArrayOfForecast ForecastReturn.getForecastResult()
          Gets the value of the forecastResult property.
 

Methods in org.mule.cxf.weatherservice.myweather with parameters of type ArrayOfForecast
 void ForecastReturn.setForecastResult(ArrayOfForecast value)
          Sets the value of the forecastResult property.
 



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