|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Offer.FreeUpgrade
public static class Offer.FreeUpgrade
Defines offers of the type "book A and get B". 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="FreeUpgrade" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="UpgradeFrom" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:InventoryGroup"/> </xs:complexType> </xs:element> <xs:element name="UpgradeTo" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:InventoryGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="UpgradeBookingCode"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Offer.FreeUpgrade()
|
Method Summary | |
---|---|
java.lang.String |
getUpgradeBookingCode()
Get the 'UpgradeBookingCode' attribute value. |
InventoryGroup |
getUpgradeFrom()
Get the 'InventoryGroup' attributeGroup value. |
InventoryGroup |
getUpgradeTo()
Get the 'InventoryGroup' attributeGroup value. |
void |
setUpgradeBookingCode(java.lang.String upgradeBookingCode)
Set the 'UpgradeBookingCode' attribute value. |
void |
setUpgradeFrom(InventoryGroup upgradeFrom)
Set the 'InventoryGroup' attributeGroup value. |
void |
setUpgradeTo(InventoryGroup upgradeTo)
Set the 'InventoryGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Offer.FreeUpgrade()
Method Detail |
---|
public InventoryGroup getUpgradeFrom()
public void setUpgradeFrom(InventoryGroup upgradeFrom)
upgradeFrom
- public InventoryGroup getUpgradeTo()
public void setUpgradeTo(InventoryGroup upgradeTo)
upgradeTo
- public java.lang.String getUpgradeBookingCode()
public void setUpgradeBookingCode(java.lang.String upgradeBookingCode)
upgradeBookingCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |