org.ota.hotel
Class AvailGetRQ.HotelAvailRequest.Offers.Offer
java.lang.Object
org.ota.hotel.AvailGetRQ.HotelAvailRequest.Offers.Offer
- Enclosing class:
- AvailGetRQ.HotelAvailRequest.Offers
public static class AvailGetRQ.HotelAvailRequest.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>
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 |
AvailGetRQ.HotelAvailRequest.Offers.Offer
public AvailGetRQ.HotelAvailRequest.Offers.Offer()
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
-