public static interface GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
GetWeatherByZipCodeResponseDocument.GetWeatherByZipCodeResponse.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
WeatherForecasts |
addNewGetWeatherByZipCodeResult()
Appends and returns a new empty "GetWeatherByZipCodeResult" element
|
WeatherData |
addNewWeatherData()
Appends and returns a new empty value (as xml) as the last "WeatherData" element
|
WeatherData |
addNewWeatherData2()
Appends and returns a new empty value (as xml) as the last "WeatherData2" element
|
WeatherForecasts |
getGetWeatherByZipCodeResult()
Gets the "GetWeatherByZipCodeResult" element
|
WeatherData[] |
getWeatherData2Array()
Gets array of all "WeatherData2" elements
|
WeatherData |
getWeatherData2Array(int i)
Gets ith "WeatherData2" element
|
WeatherData[] |
getWeatherDataArray()
Gets array of all "WeatherData" elements
|
WeatherData |
getWeatherDataArray(int i)
Gets ith "WeatherData" element
|
WeatherData |
insertNewWeatherData(int i)
Inserts and returns a new empty value (as xml) as the ith "WeatherData" element
|
WeatherData |
insertNewWeatherData2(int i)
Inserts and returns a new empty value (as xml) as the ith "WeatherData2" element
|
void |
removeWeatherData(int i)
Removes the ith "WeatherData" element
|
void |
removeWeatherData2(int i)
Removes the ith "WeatherData2" element
|
void |
setGetWeatherByZipCodeResult(WeatherForecasts getWeatherByZipCodeResult)
Sets the "GetWeatherByZipCodeResult" element
|
void |
setWeatherData2Array(int i,
WeatherData weatherData2)
Sets ith "WeatherData2" element
|
void |
setWeatherData2Array(WeatherData[] weatherData2Array)
Sets array of all "WeatherData2" element
|
void |
setWeatherDataArray(int i,
WeatherData weatherData)
Sets ith "WeatherData" element
|
void |
setWeatherDataArray(WeatherData[] weatherDataArray)
Sets array of all "WeatherData" element
|
int |
sizeOfWeatherData2Array()
Returns number of "WeatherData2" element
|
int |
sizeOfWeatherDataArray()
Returns number of "WeatherData" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
WeatherForecasts getGetWeatherByZipCodeResult()
void setGetWeatherByZipCodeResult(WeatherForecasts getWeatherByZipCodeResult)
WeatherForecasts addNewGetWeatherByZipCodeResult()
WeatherData[] getWeatherDataArray()
WeatherData getWeatherDataArray(int i)
int sizeOfWeatherDataArray()
void setWeatherDataArray(WeatherData[] weatherDataArray)
void setWeatherDataArray(int i, WeatherData weatherData)
WeatherData insertNewWeatherData(int i)
WeatherData addNewWeatherData()
void removeWeatherData(int i)
WeatherData[] getWeatherData2Array()
WeatherData getWeatherData2Array(int i)
int sizeOfWeatherData2Array()
void setWeatherData2Array(WeatherData[] weatherData2Array)
void setWeatherData2Array(int i, WeatherData weatherData2)
WeatherData insertNewWeatherData2(int i)
WeatherData addNewWeatherData2()
void removeWeatherData2(int i)
Copyright © 2005-2014 dozer. All Rights Reserved.