org.ota.hotel
Class HotelRatePlan.Offers.Offer

java.lang.Object
  extended by org.ota.hotel.Offer
      extended by org.ota.hotel.HotelRatePlan.Offers.Offer
Enclosing class:
HotelRatePlan.Offers

public static class HotelRatePlan.Offers.Offer
extends Offer

An individual offer, which defines the type of offer, the conditions under which it can be applied and the amounts and/or percentages deducted. 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="Offer" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:OfferType">
         <xs:attribute type="xs:string" use="optional" name="SupplementRPH"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.hotel.Offer
Offer.CompatibleOffers, Offer.Discount, Offer.FreeUpgrade, Offer.Guests, Offer.Inventories, Offer.OfferRules
 
Constructor Summary
HotelRatePlan.Offers.Offer()
           
 
Method Summary
 java.lang.String getSupplementRPH()
          Get the 'SupplementRPH' attribute value.
 void setSupplementRPH(java.lang.String supplementRPH)
          Set the 'SupplementRPH' attribute value.
 
Methods inherited from class org.ota.hotel.Offer
getApplicationOrder, getCompatibleOffers, getDiscount, getFreeUpgrade, getGuests, getInventories, getOfferCode, getOfferDescription, getOfferRules, getRPH, setApplicationOrder, setCompatibleOffers, setDiscount, setFreeUpgrade, setGuests, setInventories, setOfferCode, setOfferDescription, setOfferRules, setRPH
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelRatePlan.Offers.Offer

public HotelRatePlan.Offers.Offer()
Method Detail

getSupplementRPH

public java.lang.String getSupplementRPH()
Get the 'SupplementRPH' attribute value. Identifies one or more supplements applicable to this offer.

Returns:
value

setSupplementRPH

public void setSupplementRPH(java.lang.String supplementRPH)
Set the 'SupplementRPH' attribute value. Identifies one or more supplements applicable to this offer.

Parameters:
supplementRPH -