Package | Description |
---|---|
org.dozer.vo | |
org.dozer.vo.impl |
Modifier and Type | Method and Description |
---|---|
WeatherForecasts |
GetWeatherByPlaceNameResponseDocument.GetWeatherByPlaceNameResponse.addNewGetWeatherByPlaceNameResult()
Appends and returns a new empty "GetWeatherByPlaceNameResult" element
|
WeatherForecasts |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.addNewGetWeatherByZipCodeResult()
Appends and returns a new empty "GetWeatherByZipCodeResult" element
|
WeatherForecasts |
WeatherForecastsDocument.addNewWeatherForecasts()
Appends and returns a new empty "WeatherForecasts" element
|
WeatherForecasts |
GetWeatherByPlaceNameResponseDocument.GetWeatherByPlaceNameResponse.getGetWeatherByPlaceNameResult()
Gets the "GetWeatherByPlaceNameResult" element
|
WeatherForecasts |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.getGetWeatherByZipCodeResult()
Gets the "GetWeatherByZipCodeResult" element
|
WeatherForecasts |
WeatherForecastsDocument.getWeatherForecasts()
Gets the "WeatherForecasts" element
|
static WeatherForecasts |
WeatherForecasts.Factory.newInstance() |
static WeatherForecasts |
WeatherForecasts.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(File file) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(InputStream is) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(Node node) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(Reader r) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(String xmlAsString) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(URL u) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WeatherForecasts |
WeatherForecasts.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WeatherForecasts |
WeatherForecasts.Factory.parse(XMLStreamReader sr) |
static WeatherForecasts |
WeatherForecasts.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
GetWeatherByPlaceNameResponseDocument.GetWeatherByPlaceNameResponse.setGetWeatherByPlaceNameResult(WeatherForecasts getWeatherByPlaceNameResult)
Sets the "GetWeatherByPlaceNameResult" element
|
void |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.setGetWeatherByZipCodeResult(WeatherForecasts getWeatherByZipCodeResult)
Sets the "GetWeatherByZipCodeResult" element
|
void |
WeatherForecastsDocument.setWeatherForecasts(WeatherForecasts weatherForecasts)
Sets the "WeatherForecasts" element
|
Modifier and Type | Class and Description |
---|---|
class |
WeatherForecastsImpl
An XML WeatherForecasts(@http://www.vo.dozer.org).
|
Modifier and Type | Method and Description |
---|---|
WeatherForecasts |
GetWeatherByPlaceNameResponseDocumentImpl.GetWeatherByPlaceNameResponseImpl.addNewGetWeatherByPlaceNameResult()
Appends and returns a new empty "GetWeatherByPlaceNameResult" element
|
WeatherForecasts |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.addNewGetWeatherByZipCodeResult()
Appends and returns a new empty "GetWeatherByZipCodeResult" element
|
WeatherForecasts |
WeatherForecastsDocumentImpl.addNewWeatherForecasts()
Appends and returns a new empty "WeatherForecasts" element
|
WeatherForecasts |
GetWeatherByPlaceNameResponseDocumentImpl.GetWeatherByPlaceNameResponseImpl.getGetWeatherByPlaceNameResult()
Gets the "GetWeatherByPlaceNameResult" element
|
WeatherForecasts |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.getGetWeatherByZipCodeResult()
Gets the "GetWeatherByZipCodeResult" element
|
WeatherForecasts |
WeatherForecastsDocumentImpl.getWeatherForecasts()
Gets the "WeatherForecasts" element
|
Modifier and Type | Method and Description |
---|---|
void |
GetWeatherByPlaceNameResponseDocumentImpl.GetWeatherByPlaceNameResponseImpl.setGetWeatherByPlaceNameResult(WeatherForecasts getWeatherByPlaceNameResult)
Sets the "GetWeatherByPlaceNameResult" element
|
void |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.setGetWeatherByZipCodeResult(WeatherForecasts getWeatherByZipCodeResult)
Sets the "GetWeatherByZipCodeResult" element
|
void |
WeatherForecastsDocumentImpl.setWeatherForecasts(WeatherForecasts weatherForecasts)
Sets the "WeatherForecasts" element
|
Copyright © 2005-2014 dozer. All Rights Reserved.