|
|||||||
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.Precipitation
public static class HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Precipitation
Provides average precipitation and the unit in which it is 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="Precipitation" minOccurs="0" maxOccurs="2"> <xs:complexType> <xs:attribute type="xs:float" use="optional" name="AveragePrecipitation"/> <xs:attribute type="xs:string" use="optional" name="UnitOfMeasure"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveContent.HotelInfo.WeatherInfos.WeatherInfo.Precipitation()
|
Method Summary | |
---|---|
java.lang.Float |
getAveragePrecipitation()
Get the 'AveragePrecipitation' attribute value. |
java.lang.String |
getUnitOfMeasure()
Get the 'UnitOfMeasure' attribute value. |
void |
setAveragePrecipitation(java.lang.Float averagePrecipitation)
Set the 'AveragePrecipitation' attribute value. |
void |
setUnitOfMeasure(java.lang.String unitOfMeasure)
Set the 'UnitOfMeasure' 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.Precipitation()
Method Detail |
---|
public java.lang.Float getAveragePrecipitation()
public void setAveragePrecipitation(java.lang.Float averagePrecipitation)
averagePrecipitation
- public java.lang.String getUnitOfMeasure()
public void setUnitOfMeasure(java.lang.String unitOfMeasure)
unitOfMeasure
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |