org.ota.hotel
Class Offer.CompatibleOffers.CompatibleOffer

java.lang.Object
  extended by org.ota.hotel.Offer.CompatibleOffers.CompatibleOffer
Enclosing class:
Offer.CompatibleOffers

public static class Offer.CompatibleOffers.CompatibleOffer
extends java.lang.Object

Defines which other offers this offer may be use in conjuction with. 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="CompatibleOffer" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="OfferRPH"/>
     <xs:attribute type="xs:boolean" use="optional" name="IncompatibleOfferIndicator"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Offer.CompatibleOffers.CompatibleOffer()
           
 
Method Summary
 java.lang.Boolean getIncompatibleOfferIndicator()
          Get the 'IncompatibleOfferIndicator' attribute value.
 java.lang.String getOfferRPH()
          Get the 'OfferRPH' attribute value.
 void setIncompatibleOfferIndicator(java.lang.Boolean incompatibleOfferIndicator)
          Set the 'IncompatibleOfferIndicator' attribute value.
 void setOfferRPH(java.lang.String offerRPH)
          Set the 'OfferRPH' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Offer.CompatibleOffers.CompatibleOffer

public Offer.CompatibleOffers.CompatibleOffer()
Method Detail

getOfferRPH

public java.lang.String getOfferRPH()
Get the 'OfferRPH' attribute value. References the other offer(s) with which this offer may be used.

Returns:
value

setOfferRPH

public void setOfferRPH(java.lang.String offerRPH)
Set the 'OfferRPH' attribute value. References the other offer(s) with which this offer may be used.

Parameters:
offerRPH -

getIncompatibleOfferIndicator

public java.lang.Boolean getIncompatibleOfferIndicator()
Get the 'IncompatibleOfferIndicator' attribute value. When true this offer is incompatible with the OfferRPH. When false this offer is compatible with the OfferRPH.

Returns:
value

setIncompatibleOfferIndicator

public void setIncompatibleOfferIndicator(java.lang.Boolean incompatibleOfferIndicator)
Set the 'IncompatibleOfferIndicator' attribute value. When true this offer is incompatible with the OfferRPH. When false this offer is compatible with the OfferRPH.

Parameters:
incompatibleOfferIndicator -