org.ota.hotel
Class BasicPropertyInfo.Award

java.lang.Object
  extended by org.ota.hotel.BasicPropertyInfo.Award
Enclosing class:
BasicPropertyInfo

public static class BasicPropertyInfo.Award
extends java.lang.Object

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
BasicPropertyInfo.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

BasicPropertyInfo.Award

public BasicPropertyInfo.Award()
Method Detail

getProvider

public java.lang.String getProvider()
Get the 'Provider' attribute value. The name of the award or ratings provider.

Returns:
value

setProvider

public void setProvider(java.lang.String provider)
Set the 'Provider' attribute value. The name of the award or ratings provider.

Parameters:
provider -

getRating

public java.lang.String getRating()
Get the 'Rating' attribute value. The actual award or rating received by the hotel facility.

Returns:
value

setRating

public void setRating(java.lang.String rating)
Set the 'Rating' attribute value. The actual award or rating received by the hotel facility.

Parameters:
rating -