|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo.WeatherInfos
public static class HotelDescriptiveContent.HotelInfo.WeatherInfos
Collection of WeatherInfo elements. This may be used to provide information for multiple time periods. Schema fragment(s) for this class:
<xs:element xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="WeatherInfos" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="WeatherInfoType" name="WeatherInfo" maxOccurs="unbounded">
<!-- Reference to inner class WeatherInfo -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo
Provides detailed information regarding weather. |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.HotelInfo.WeatherInfos()
|
|
| Method Summary | |
|---|---|
void |
addWeatherInfo(HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo item)
Add a 'WeatherInfo' element item. |
void |
clearWeatherInfos()
Remove all 'WeatherInfo' element items. |
HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo |
getWeatherInfo(int index)
Get 'WeatherInfo' element item by position. |
java.util.List<HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo> |
getWeatherInfos()
Get the list of 'WeatherInfo' element items. |
void |
setWeatherInfos(java.util.List<HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo> list)
Set the list of 'WeatherInfo' element items. |
int |
sizeWeatherInfos()
Get the number of 'WeatherInfo' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.HotelInfo.WeatherInfos()
| Method Detail |
|---|
public java.util.List<HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo> getWeatherInfos()
public void setWeatherInfos(java.util.List<HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo> list)
list - public int sizeWeatherInfos()
public void addWeatherInfo(HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo item)
item - public HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo getWeatherInfo(int index)
index -
public void clearWeatherInfos()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||