org.mule.cxf.weatherservice.myweather
Class ObjectFactory

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

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.myweather package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.myweather
 
Method Summary
 ArrayOfForecast createArrayOfForecast()
          Create an instance of ArrayOfForecast
 ArrayOfWeatherDescription createArrayOfWeatherDescription()
          Create an instance of ArrayOfWeatherDescription
 JAXBElement<ArrayOfWeatherDescription> createArrayOfWeatherDescription(ArrayOfWeatherDescription value)
          Create an instance of JAXBElement<ArrayOfWeatherDescription>}
 Forecast createForecast()
          Create an instance of Forecast
 ForecastReturn createForecastReturn()
          Create an instance of ForecastReturn
 JAXBElement<ForecastReturn> createForecastReturn(ForecastReturn value)
          Create an instance of JAXBElement<ForecastReturn>}
 GetCityForecastByZIP createGetCityForecastByZIP()
          Create an instance of GetCityForecastByZIP
 GetCityForecastByZIPResponse createGetCityForecastByZIPResponse()
          Create an instance of GetCityForecastByZIPResponse
 GetCityWeatherByZIP createGetCityWeatherByZIP()
          Create an instance of GetCityWeatherByZIP
 GetCityWeatherByZIPResponse createGetCityWeatherByZIPResponse()
          Create an instance of GetCityWeatherByZIPResponse
 GetWeatherInformation createGetWeatherInformation()
          Create an instance of GetWeatherInformation
 GetWeatherInformationResponse createGetWeatherInformationResponse()
          Create an instance of GetWeatherInformationResponse
 POP createPOP()
          Create an instance of POP
 Temp createTemp()
          Create an instance of Temp
 WeatherDescription createWeatherDescription()
          Create an instance of WeatherDescription
 WeatherReturn createWeatherReturn()
          Create an instance of WeatherReturn
 JAXBElement<WeatherReturn> createWeatherReturn(WeatherReturn value)
          Create an instance of JAXBElement<WeatherReturn>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.myweather

Method Detail

createGetCityForecastByZIP

public GetCityForecastByZIP createGetCityForecastByZIP()
Create an instance of GetCityForecastByZIP


createGetCityForecastByZIPResponse

public GetCityForecastByZIPResponse createGetCityForecastByZIPResponse()
Create an instance of GetCityForecastByZIPResponse


createPOP

public POP createPOP()
Create an instance of POP


createWeatherDescription

public WeatherDescription createWeatherDescription()
Create an instance of WeatherDescription


createArrayOfWeatherDescription

public ArrayOfWeatherDescription createArrayOfWeatherDescription()
Create an instance of ArrayOfWeatherDescription


createGetWeatherInformation

public GetWeatherInformation createGetWeatherInformation()
Create an instance of GetWeatherInformation


createGetCityWeatherByZIPResponse

public GetCityWeatherByZIPResponse createGetCityWeatherByZIPResponse()
Create an instance of GetCityWeatherByZIPResponse


createWeatherReturn

public WeatherReturn createWeatherReturn()
Create an instance of WeatherReturn


createGetCityWeatherByZIP

public GetCityWeatherByZIP createGetCityWeatherByZIP()
Create an instance of GetCityWeatherByZIP


createForecast

public Forecast createForecast()
Create an instance of Forecast


createTemp

public Temp createTemp()
Create an instance of Temp


createForecastReturn

public ForecastReturn createForecastReturn()
Create an instance of ForecastReturn


createArrayOfForecast

public ArrayOfForecast createArrayOfForecast()
Create an instance of ArrayOfForecast


createGetWeatherInformationResponse

public GetWeatherInformationResponse createGetWeatherInformationResponse()
Create an instance of GetWeatherInformationResponse


createWeatherReturn

public JAXBElement<WeatherReturn> createWeatherReturn(WeatherReturn value)
Create an instance of JAXBElement<WeatherReturn>}


createArrayOfWeatherDescription

public JAXBElement<ArrayOfWeatherDescription> createArrayOfWeatherDescription(ArrayOfWeatherDescription value)
Create an instance of JAXBElement<ArrayOfWeatherDescription>}


createForecastReturn

public JAXBElement<ForecastReturn> createForecastReturn(ForecastReturn value)
Create an instance of JAXBElement<ForecastReturn>}



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