org.ota.hotel
Class RatePlanRQ.RatePlan.Offers.Offer

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

public static class RatePlanRQ.RatePlan.Offers.Offer
extends java.lang.Object

Requested offer. 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="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="OfferCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RatePlanRQ.RatePlan.Offers.Offer()
           
 
Method Summary
 java.lang.String getOfferCode()
          Get the 'OfferCode' attribute value.
 void setOfferCode(java.lang.String offerCode)
          Set the 'OfferCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatePlanRQ.RatePlan.Offers.Offer

public RatePlanRQ.RatePlan.Offers.Offer()
Method Detail

getOfferCode

public java.lang.String getOfferCode()
Get the 'OfferCode' attribute value. A string value used to request a particular offer.

Returns:
value

setOfferCode

public void setOfferCode(java.lang.String offerCode)
Set the 'OfferCode' attribute value. A string value used to request a particular offer.

Parameters:
offerCode -