org.ota.hotel
Class SellableProducts.SellableProduct.GuestRoom.Quantities

java.lang.Object
  extended by org.ota.hotel.SellableProducts.SellableProduct.GuestRoom.Quantities
Enclosing class:
SellableProducts.SellableProduct.GuestRoom

public static class SellableProducts.SellableProduct.GuestRoom.Quantities
extends java.lang.Object

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

SellableProducts.SellableProduct.GuestRoom.Quantities

public SellableProducts.SellableProduct.GuestRoom.Quantities()
Method Detail

getMaxRollaways

public java.lang.Integer getMaxRollaways()
Get the 'MaxRollaways' attribute value.

Returns:
value

setMaxRollaways

public void setMaxRollaways(java.lang.Integer maxRollaways)
Set the 'MaxRollaways' attribute value.

Parameters:
maxRollaways -

getStandardNumBeds

public java.lang.Integer getStandardNumBeds()
Get the 'StandardNumBeds' attribute value.

Returns:
value

setStandardNumBeds

public void setStandardNumBeds(java.lang.Integer standardNumBeds)
Set the 'StandardNumBeds' attribute value.

Parameters:
standardNumBeds -

getMaximumAdditionalGuests

public java.lang.Integer getMaximumAdditionalGuests()
Get the 'MaximumAdditionalGuests' attribute value.

Returns:
value

setMaximumAdditionalGuests

public void setMaximumAdditionalGuests(java.lang.Integer maximumAdditionalGuests)
Set the 'MaximumAdditionalGuests' attribute value.

Parameters:
maximumAdditionalGuests -

getMinBillableGuests

public java.lang.Integer getMinBillableGuests()
Get the 'MinBillableGuests' attribute value. Indicates the minimum number of guests for which a room charge will be applied, even if there are fewer guests in the room.

Returns:
value

setMinBillableGuests

public void setMinBillableGuests(java.lang.Integer minBillableGuests)
Set the 'MinBillableGuests' attribute value. Indicates the minimum number of guests for which a room charge will be applied, even if there are fewer guests in the room.

Parameters:
minBillableGuests -