Package | Description |
---|---|
org.dozer.vo | |
org.dozer.vo.impl |
Modifier and Type | Method and Description |
---|---|
WeatherData |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.addNewWeatherData()
Appends and returns a new empty value (as xml) as the last "WeatherData" element
|
WeatherData |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.addNewWeatherData2()
Appends and returns a new empty value (as xml) as the last "WeatherData2" element
|
WeatherData[] |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.getWeatherData2Array()
Gets array of all "WeatherData2" elements
|
WeatherData |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.getWeatherData2Array(int i)
Gets ith "WeatherData2" element
|
WeatherData[] |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.getWeatherDataArray()
Gets array of all "WeatherData" elements
|
WeatherData |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.getWeatherDataArray(int i)
Gets ith "WeatherData" element
|
WeatherData |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.insertNewWeatherData(int i)
Inserts and returns a new empty value (as xml) as the ith "WeatherData" element
|
WeatherData |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.insertNewWeatherData2(int i)
Inserts and returns a new empty value (as xml) as the ith "WeatherData2" element
|
static WeatherData |
WeatherData.Factory.newInstance() |
static WeatherData |
WeatherData.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static WeatherData |
WeatherData.Factory.parse(File file) |
static WeatherData |
WeatherData.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WeatherData |
WeatherData.Factory.parse(InputStream is) |
static WeatherData |
WeatherData.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WeatherData |
WeatherData.Factory.parse(Node node) |
static WeatherData |
WeatherData.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WeatherData |
WeatherData.Factory.parse(Reader r) |
static WeatherData |
WeatherData.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WeatherData |
WeatherData.Factory.parse(String xmlAsString) |
static WeatherData |
WeatherData.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WeatherData |
WeatherData.Factory.parse(URL u) |
static WeatherData |
WeatherData.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WeatherData |
WeatherData.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WeatherData |
WeatherData.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WeatherData |
WeatherData.Factory.parse(XMLStreamReader sr) |
static WeatherData |
WeatherData.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.setWeatherData2Array(int i,
WeatherData weatherData2)
Sets ith "WeatherData2" element
|
void |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.setWeatherData2Array(WeatherData[] weatherData2Array)
Sets array of all "WeatherData2" element
|
void |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.setWeatherDataArray(int i,
WeatherData weatherData)
Sets ith "WeatherData" element
|
void |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.setWeatherDataArray(WeatherData[] weatherDataArray)
Sets array of all "WeatherData" element
|
Modifier and Type | Class and Description |
---|---|
class |
WeatherDataImpl
An XML WeatherData(@http://www.vo.dozer.org).
|
Modifier and Type | Method and Description |
---|---|
WeatherData |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.addNewWeatherData()
Appends and returns a new empty value (as xml) as the last "WeatherData" element
|
WeatherData |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.addNewWeatherData2()
Appends and returns a new empty value (as xml) as the last "WeatherData2" element
|
WeatherData[] |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.getWeatherData2Array()
Gets array of all "WeatherData2" elements
|
WeatherData |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.getWeatherData2Array(int i)
Gets ith "WeatherData2" element
|
WeatherData[] |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.getWeatherDataArray()
Gets array of all "WeatherData" elements
|
WeatherData |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.getWeatherDataArray(int i)
Gets ith "WeatherData" element
|
WeatherData |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.insertNewWeatherData(int i)
Inserts and returns a new empty value (as xml) as the ith "WeatherData" element
|
WeatherData |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.insertNewWeatherData2(int i)
Inserts and returns a new empty value (as xml) as the ith "WeatherData2" element
|
Modifier and Type | Method and Description |
---|---|
void |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.setWeatherData2Array(int i,
WeatherData weatherData2)
Sets ith "WeatherData2" element
|
void |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.setWeatherData2Array(WeatherData[] weatherData2Array)
Sets array of all "WeatherData2" element
|
void |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.setWeatherDataArray(int i,
WeatherData weatherData)
Sets ith "WeatherData" element
|
void |
GetWeatherByZipCodeResponseDocumentImpl.GetWeatherByZipCodeResponseImpl.setWeatherDataArray(WeatherData[] weatherDataArray)
Sets array of all "WeatherData" element
|
Copyright © 2005-2014 dozer. All Rights Reserved.