|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace
public static class EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace
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 |
---|
public EventReport.GeneralEventInfo.FunctionSpaceInfo.LargestFunctionSpace()
Method Detail |
---|
public java.lang.Integer getAttendanceQuantity()
public void setAttendanceQuantity(java.lang.Integer attendanceQuantity)
attendanceQuantity
- public java.lang.Boolean getTwentyFourHourHoldInd()
public void setTwentyFourHourHoldInd(java.lang.Boolean twentyFourHourHoldInd)
twentyFourHourHoldInd
- public java.lang.String getRoomSetupCode()
public void setRoomSetupCode(java.lang.String roomSetupCode)
roomSetupCode
- public java.lang.String getAudioVisualCode()
public void setAudioVisualCode(java.lang.String audioVisualCode)
audioVisualCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |