org.ota.hotel
Class EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup

java.lang.Object
  extended by org.ota.hotel.EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup
Enclosing class:
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence

public static class EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup
extends java.lang.Object

The room setup for the function. 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="RoomSetup" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="RoomSetupCode"/>
     <xs:attribute type="xs:int" use="optional" name="SetForQuantity"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup()
           
 
Method Summary
 java.lang.String getRoomSetupCode()
          Get the 'RoomSetupCode' attribute value.
 java.lang.Integer getSetForQuantity()
          Get the 'SetForQuantity' attribute value.
 void setRoomSetupCode(java.lang.String roomSetupCode)
          Set the 'RoomSetupCode' attribute value.
 void setSetForQuantity(java.lang.Integer setForQuantity)
          Set the 'SetForQuantity' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup

public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup()
Method Detail

getRoomSetupCode

public java.lang.String getRoomSetupCode()
Get the 'RoomSetupCode' attribute value. Indicates the arrangement of the function space (e.g. conference or banquet style). Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Returns:
value

setRoomSetupCode

public void setRoomSetupCode(java.lang.String roomSetupCode)
Set the 'RoomSetupCode' attribute value. Indicates the arrangement of the function space (e.g. conference or banquet style). Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Parameters:
roomSetupCode -

getSetForQuantity

public java.lang.Integer getSetForQuantity()
Get the 'SetForQuantity' attribute value. The number of people for whom the room should be set.

Returns:
value

setSetForQuantity

public void setSetForQuantity(java.lang.Integer setForQuantity)
Set the 'SetForQuantity' attribute value. The number of people for whom the room should be set.

Parameters:
setForQuantity -