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

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

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

General breakout session information 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="BreakoutSessions" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="LargestConcurrentQuantity"/>
     <xs:attribute type="xs:int" use="optional" name="LargestDailyQuantity"/>
     <xs:attribute type="xs:int" use="optional" name="TypicalSeatQuantity"/>
     <xs:attribute type="xs:string" use="optional" name="TypicalRoomSetupCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions()
           
 
Method Summary
 java.lang.Integer getLargestConcurrentQuantity()
          Get the 'LargestConcurrentQuantity' attribute value.
 java.lang.Integer getLargestDailyQuantity()
          Get the 'LargestDailyQuantity' attribute value.
 java.lang.String getTypicalRoomSetupCode()
          Get the 'TypicalRoomSetupCode' attribute value.
 java.lang.Integer getTypicalSeatQuantity()
          Get the 'TypicalSeatQuantity' attribute value.
 void setLargestConcurrentQuantity(java.lang.Integer largestConcurrentQuantity)
          Set the 'LargestConcurrentQuantity' attribute value.
 void setLargestDailyQuantity(java.lang.Integer largestDailyQuantity)
          Set the 'LargestDailyQuantity' attribute value.
 void setTypicalRoomSetupCode(java.lang.String typicalRoomSetupCode)
          Set the 'TypicalRoomSetupCode' attribute value.
 void setTypicalSeatQuantity(java.lang.Integer typicalSeatQuantity)
          Set the 'TypicalSeatQuantity' 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.BreakoutSessions

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

getLargestConcurrentQuantity

public java.lang.Integer getLargestConcurrentQuantity()
Get the 'LargestConcurrentQuantity' attribute value. The greatest number of breakout sessions running concurrently.

Returns:
value

setLargestConcurrentQuantity

public void setLargestConcurrentQuantity(java.lang.Integer largestConcurrentQuantity)
Set the 'LargestConcurrentQuantity' attribute value. The greatest number of breakout sessions running concurrently.

Parameters:
largestConcurrentQuantity -

getLargestDailyQuantity

public java.lang.Integer getLargestDailyQuantity()
Get the 'LargestDailyQuantity' attribute value. The greatest number of breakout sessions during a single day.

Returns:
value

setLargestDailyQuantity

public void setLargestDailyQuantity(java.lang.Integer largestDailyQuantity)
Set the 'LargestDailyQuantity' attribute value. The greatest number of breakout sessions during a single day.

Parameters:
largestDailyQuantity -

getTypicalSeatQuantity

public java.lang.Integer getTypicalSeatQuantity()
Get the 'TypicalSeatQuantity' attribute value. Number of seats for which breakout sessions are typically set.

Returns:
value

setTypicalSeatQuantity

public void setTypicalSeatQuantity(java.lang.Integer typicalSeatQuantity)
Set the 'TypicalSeatQuantity' attribute value. Number of seats for which breakout sessions are typically set.

Parameters:
typicalSeatQuantity -

getTypicalRoomSetupCode

public java.lang.String getTypicalRoomSetupCode()
Get the 'TypicalRoomSetupCode' attribute value. Indicates the typical arrangement of the breakout space (e.g. conference or banquet style) for this event. Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Returns:
value

setTypicalRoomSetupCode

public void setTypicalRoomSetupCode(java.lang.String typicalRoomSetupCode)
Set the 'TypicalRoomSetupCode' attribute value. Indicates the typical arrangement of the breakout space (e.g. conference or banquet style) for this event. Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Parameters:
typicalRoomSetupCode -