|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Offer.CompatibleOffers.CompatibleOffer
public static class Offer.CompatibleOffers.CompatibleOffer
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 |
---|
public Offer.CompatibleOffers.CompatibleOffer()
Method Detail |
---|
public java.lang.String getOfferRPH()
public void setOfferRPH(java.lang.String offerRPH)
offerRPH
- public java.lang.Boolean getIncompatibleOfferIndicator()
public void setIncompatibleOfferIndicator(java.lang.Boolean incompatibleOfferIndicator)
incompatibleOfferIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |