|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.SellableProducts.SellableProduct.GuestRoom.Quantities
public static class SellableProducts.SellableProduct.GuestRoom.Quantities
Max rollaways, number of beds 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="Quantities" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:int" use="optional" name="MaxRollaways"/> <xs:attribute type="xs:int" use="optional" name="StandardNumBeds"/> <xs:attribute type="xs:int" use="optional" name="MaximumAdditionalGuests"/> <xs:attribute type="xs:int" use="optional" name="MinBillableGuests"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
SellableProducts.SellableProduct.GuestRoom.Quantities()
|
Method Summary | |
---|---|
java.lang.Integer |
getMaximumAdditionalGuests()
Get the 'MaximumAdditionalGuests' attribute value. |
java.lang.Integer |
getMaxRollaways()
Get the 'MaxRollaways' attribute value. |
java.lang.Integer |
getMinBillableGuests()
Get the 'MinBillableGuests' attribute value. |
java.lang.Integer |
getStandardNumBeds()
Get the 'StandardNumBeds' attribute value. |
void |
setMaximumAdditionalGuests(java.lang.Integer maximumAdditionalGuests)
Set the 'MaximumAdditionalGuests' attribute value. |
void |
setMaxRollaways(java.lang.Integer maxRollaways)
Set the 'MaxRollaways' attribute value. |
void |
setMinBillableGuests(java.lang.Integer minBillableGuests)
Set the 'MinBillableGuests' attribute value. |
void |
setStandardNumBeds(java.lang.Integer standardNumBeds)
Set the 'StandardNumBeds' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SellableProducts.SellableProduct.GuestRoom.Quantities()
Method Detail |
---|
public java.lang.Integer getMaxRollaways()
public void setMaxRollaways(java.lang.Integer maxRollaways)
maxRollaways
- public java.lang.Integer getStandardNumBeds()
public void setStandardNumBeds(java.lang.Integer standardNumBeds)
standardNumBeds
- public java.lang.Integer getMaximumAdditionalGuests()
public void setMaximumAdditionalGuests(java.lang.Integer maximumAdditionalGuests)
maximumAdditionalGuests
- public java.lang.Integer getMinBillableGuests()
public void setMinBillableGuests(java.lang.Integer minBillableGuests)
minBillableGuests
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |