|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions
public static class EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions
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 |
|---|
public EventReport.GeneralEventInfo.FunctionSpaceInfo.BreakoutSessions()
| Method Detail |
|---|
public java.lang.Integer getLargestConcurrentQuantity()
public void setLargestConcurrentQuantity(java.lang.Integer largestConcurrentQuantity)
largestConcurrentQuantity - public java.lang.Integer getLargestDailyQuantity()
public void setLargestDailyQuantity(java.lang.Integer largestDailyQuantity)
largestDailyQuantity - public java.lang.Integer getTypicalSeatQuantity()
public void setTypicalSeatQuantity(java.lang.Integer typicalSeatQuantity)
typicalSeatQuantity - public java.lang.String getTypicalRoomSetupCode()
public void setTypicalRoomSetupCode(java.lang.String typicalRoomSetupCode)
typicalRoomSetupCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||