org.ota.hotel
Class RoomPickUpGroup

java.lang.Object
  extended by org.ota.hotel.RoomPickUpGroup

public class RoomPickUpGroup
extends java.lang.Object

Provides room pick-up for a specific time parameter. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RoomPickUpGroup">
   <xs:attribute type="xs:int" use="optional" name="TotalNumberOfUnits"/>
   <xs:attribute use="optional" name="PickUpParameter">
     <xs:simpleType>
       <!-- Reference to inner class PickUpParameter -->
     </xs:simpleType>
   </xs:attribute>
 </xs:attributeGroup>
 


Nested Class Summary
static class RoomPickUpGroup.PickUpParameter
          Schema fragment(s) for this class:
 
Constructor Summary
RoomPickUpGroup()
           
 
Method Summary
 RoomPickUpGroup.PickUpParameter getPickUpParameter()
          Get the 'PickUpParameter' attribute value.
 java.lang.Integer getTotalNumberOfUnits()
          Get the 'TotalNumberOfUnits' attribute value.
 void setPickUpParameter(RoomPickUpGroup.PickUpParameter pickUpParameter)
          Set the 'PickUpParameter' attribute value.
 void setTotalNumberOfUnits(java.lang.Integer totalNumberOfUnits)
          Set the 'TotalNumberOfUnits' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomPickUpGroup

public RoomPickUpGroup()
Method Detail

getTotalNumberOfUnits

public java.lang.Integer getTotalNumberOfUnits()
Get the 'TotalNumberOfUnits' attribute value. Total number of rooms for this day.

Returns:
value

setTotalNumberOfUnits

public void setTotalNumberOfUnits(java.lang.Integer totalNumberOfUnits)
Set the 'TotalNumberOfUnits' attribute value. Total number of rooms for this day.

Parameters:
totalNumberOfUnits -

getPickUpParameter

public RoomPickUpGroup.PickUpParameter getPickUpParameter()
Get the 'PickUpParameter' attribute value. Identifies a point in time on which this number of units was booked.

Returns:
value

setPickUpParameter

public void setPickUpParameter(RoomPickUpGroup.PickUpParameter pickUpParameter)
Set the 'PickUpParameter' attribute value. Identifies a point in time on which this number of units was booked.

Parameters:
pickUpParameter -