|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelRatePlan.Supplements.Supplement.PrerequisiteInventory
public static class HotelRatePlan.Supplements.Supplement.PrerequisiteInventory
Defines inventory (e.g. room type, meal plan) which must be booked for this supplement to apply. 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="PrerequisiteInventory" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="InvCode"/>
<xs:attribute type="xs:string" use="optional" name="InvType"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
HotelRatePlan.Supplements.Supplement.PrerequisiteInventory()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getInv()
Get the 'InvType' attribute value. |
java.lang.String |
getInvCode()
Get the 'InvCode' attribute value. |
void |
setInv(java.lang.String inv)
Set the 'InvType' attribute value. |
void |
setInvCode(java.lang.String invCode)
Set the 'InvCode' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelRatePlan.Supplements.Supplement.PrerequisiteInventory()
| Method Detail |
|---|
public java.lang.String getInvCode()
public void setInvCode(java.lang.String invCode)
invCode - public java.lang.String getInv()
public void setInv(java.lang.String inv)
inv -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||