|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature
public static class HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature
Provides average temperatures and the unit in which they are measured for a Period. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Temperature" minOccurs="0" maxOccurs="2">
<xs:complexType>
<xs:attribute type="xs:int" use="optional" name="AverageHighTemp"/>
<xs:attribute type="xs:int" use="optional" name="AverageLowTemp"/>
<xs:attribute use="optional" name="TempUnit">
<xs:simpleType>
<!-- Reference to inner class TempUnit -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature.TempUnit
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAverageHighTemp()
Get the 'AverageHighTemp' attribute value. |
java.lang.Integer |
getAverageLowTemp()
Get the 'AverageLowTemp' attribute value. |
HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature.TempUnit |
getTempUnit()
Get the 'TempUnit' attribute value. |
void |
setAverageHighTemp(java.lang.Integer averageHighTemp)
Set the 'AverageHighTemp' attribute value. |
void |
setAverageLowTemp(java.lang.Integer averageLowTemp)
Set the 'AverageLowTemp' attribute value. |
void |
setTempUnit(HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature.TempUnit tempUnit)
Set the 'TempUnit' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature()
| Method Detail |
|---|
public java.lang.Integer getAverageHighTemp()
public void setAverageHighTemp(java.lang.Integer averageHighTemp)
averageHighTemp - public java.lang.Integer getAverageLowTemp()
public void setAverageLowTemp(java.lang.Integer averageLowTemp)
averageLowTemp - public HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature.TempUnit getTempUnit()
public void setTempUnit(HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Temperature.TempUnit tempUnit)
tempUnit -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||