org.mule.cxf.weatherservice.myweather
Class GetWeatherInformationResponse

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

public class GetWeatherInformationResponse
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="GetWeatherInformationResult" type="{http://ws.cdyne.com/WeatherWS/}ArrayOfWeatherDescription" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ArrayOfWeatherDescription getWeatherInformationResult
           
 
Constructor Summary
GetWeatherInformationResponse()
           
 
Method Summary
 ArrayOfWeatherDescription getGetWeatherInformationResult()
          Gets the value of the getWeatherInformationResult property.
 void setGetWeatherInformationResult(ArrayOfWeatherDescription value)
          Sets the value of the getWeatherInformationResult property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getWeatherInformationResult

protected ArrayOfWeatherDescription getWeatherInformationResult
Constructor Detail

GetWeatherInformationResponse

public GetWeatherInformationResponse()
Method Detail

getGetWeatherInformationResult

public ArrayOfWeatherDescription getGetWeatherInformationResult()
Gets the value of the getWeatherInformationResult property.

Returns:
possible object is ArrayOfWeatherDescription

setGetWeatherInformationResult

public void setGetWeatherInformationResult(ArrayOfWeatherDescription value)
Sets the value of the getWeatherInformationResult property.

Parameters:
value - allowed object is ArrayOfWeatherDescription


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