org.ota.hotel
Class EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace

java.lang.Object
  extended by org.ota.hotel.EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace
Enclosing class:
EventReport.GeneralEventInfo.FunctionSpaceInfo

public static class EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace
extends java.lang.Object

Information regarding the largest function space for this event. 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="LargestFunctionSpace" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="AttendanceQuantity"/>
     <xs:attribute type="xs:boolean" use="optional" name="TwentyFourHourHoldInd"/>
     <xs:attribute type="xs:string" use="optional" name="RoomSetupCode"/>
     <xs:attribute type="xs:string" use="optional" name="AudioVisualCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace()
           
 
Method Summary
 java.lang.Integer getAttendanceQuantity()
          Get the 'AttendanceQuantity' attribute value.
 java.lang.String getAudioVisualCode()
          Get the 'AudioVisualCode' attribute value.
 java.lang.String getRoomSetupCode()
          Get the 'RoomSetupCode' attribute value.
 java.lang.Boolean getTwentyFourHourHoldInd()
          Get the 'TwentyFourHourHoldInd' attribute value.
 void setAttendanceQuantity(java.lang.Integer attendanceQuantity)
          Set the 'AttendanceQuantity' attribute value.
 void setAudioVisualCode(java.lang.String audioVisualCode)
          Set the 'AudioVisualCode' attribute value.
 void setRoomSetupCode(java.lang.String roomSetupCode)
          Set the 'RoomSetupCode' attribute value.
 void setTwentyFourHourHoldInd(java.lang.Boolean twentyFourHourHoldInd)
          Set the 'TwentyFourHourHoldInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace

public EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace()
Method Detail

getAttendanceQuantity

public java.lang.Integer getAttendanceQuantity()
Get the 'AttendanceQuantity' attribute value. Specifies the attendance at the largest function for the event.

Returns:
value

setAttendanceQuantity

public void setAttendanceQuantity(java.lang.Integer attendanceQuantity)
Set the 'AttendanceQuantity' attribute value. Specifies the attendance at the largest function for the event.

Parameters:
attendanceQuantity -

getTwentyFourHourHoldInd

public java.lang.Boolean getTwentyFourHourHoldInd()
Get the 'TwentyFourHourHoldInd' attribute value. When true, indicates the largest function space required a 24-hour hold (e.g., ensures a set-up is not disturbed).

Returns:
value

setTwentyFourHourHoldInd

public void setTwentyFourHourHoldInd(java.lang.Boolean twentyFourHourHoldInd)
Set the 'TwentyFourHourHoldInd' attribute value. When true, indicates the largest function space required a 24-hour hold (e.g., ensures a set-up is not disturbed).

Parameters:
twentyFourHourHoldInd -

getRoomSetupCode

public java.lang.String getRoomSetupCode()
Get the 'RoomSetupCode' attribute value. Indicates the arrangement of the largest function space (e.g. conference or banquet style) for this event. 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 largest function space (e.g. conference or banquet style) for this event. Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Parameters:
roomSetupCode -

getAudioVisualCode

public java.lang.String getAudioVisualCode()
Get the 'AudioVisualCode' attribute value. The specific audio visual requirement for the largest function for this event. Refer to OpenTravel Code Table Meeting Room code (MRC).

Returns:
value

setAudioVisualCode

public void setAudioVisualCode(java.lang.String audioVisualCode)
Set the 'AudioVisualCode' attribute value. The specific audio visual requirement for the largest function for this event. Refer to OpenTravel Code Table Meeting Room code (MRC).

Parameters:
audioVisualCode -