org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms

public static class RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom
extends java.lang.Object

A container for the room requirements data. 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="StayDayRoom" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:ParagraphType" name="Comment" minOccurs="0"/>
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="RoomTypeRequirement"/>
     <xs:attribute type="xs:int" use="optional" name="NumberOfUnits"/>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom()
           
 
Method Summary
 Paragraph getComment()
          Get the 'Comment' element value.
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 java.lang.Integer getNumberOfUnits()
          Get the 'NumberOfUnits' attribute value.
 java.lang.String getRoomTypeRequirement()
          Get the 'RoomTypeRequirement' attribute value.
 void setComment(Paragraph comment)
          Set the 'Comment' element value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setNumberOfUnits(java.lang.Integer numberOfUnits)
          Set the 'NumberOfUnits' attribute value.
 void setRoomTypeRequirement(java.lang.String roomTypeRequirement)
          Set the 'RoomTypeRequirement' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom

public RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom()
Method Detail

getComment

public Paragraph getComment()
Get the 'Comment' element value.

Returns:
value

setComment

public void setComment(Paragraph comment)
Set the 'Comment' element value.

Parameters:
comment -

getRoomTypeRequirement

public java.lang.String getRoomTypeRequirement()
Get the 'RoomTypeRequirement' attribute value. This is where a requester specifies the room type they wish to procure (e.g. king, double, double double, accessible). This is NOT an OpenTravel Codelist due to the infinite number of possible room types.

Returns:
value

setRoomTypeRequirement

public void setRoomTypeRequirement(java.lang.String roomTypeRequirement)
Set the 'RoomTypeRequirement' attribute value. This is where a requester specifies the room type they wish to procure (e.g. king, double, double double, accessible). This is NOT an OpenTravel Codelist due to the infinite number of possible room types.

Parameters:
roomTypeRequirement -

getNumberOfUnits

public java.lang.Integer getNumberOfUnits()
Get the 'NumberOfUnits' attribute value. This is the required number of rooms for a particular day for a particular room type.

Returns:
value

setNumberOfUnits

public void setNumberOfUnits(java.lang.Integer numberOfUnits)
Set the 'NumberOfUnits' attribute value. This is the required number of rooms for a particular day for a particular room type.

Parameters:
numberOfUnits -

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value.

Parameters:
currencyAmountGroup -