| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelSearchCriterion.Award
public static class HotelSearchCriterion.Award
An element that identifies the hotel ratings. 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="Award" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Provider"/>
     <xs:attribute type="xs:string" use="optional" name="Rating"/>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
HotelSearchCriterion.Award()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getProvider()
Get the 'Provider' attribute value.  | 
 java.lang.String | 
getRating()
Get the 'Rating' attribute value.  | 
 void | 
setProvider(java.lang.String provider)
Set the 'Provider' attribute value.  | 
 void | 
setRating(java.lang.String rating)
Set the 'Rating' attribute value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HotelSearchCriterion.Award()
| Method Detail | 
|---|
public java.lang.String getProvider()
public void setProvider(java.lang.String provider)
provider - public java.lang.String getRating()
public void setRating(java.lang.String rating)
rating - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||