org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.EventBlock

public static class RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq
extends java.lang.Object

Used to define requirements for function space for the 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="FunctionSpaceReq" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="LargestRoomSpace"/>
     <xs:attribute type="xs:string" use="optional" name="MeetingRoomFormatCode"/>
     <xs:attribute type="xs:int" use="optional" name="MinOccupancy"/>
     <xs:attribute type="xs:float" use="optional" name="CeilingHeight"/>
     <xs:attribute type="xs:string" use="optional" name="UnitOfMeasure"/>
     <xs:attribute type="xs:int" use="optional" name="MinBreakoutRoomQuantity"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq()
           
 
Method Summary
 java.lang.Float getCeilingHeight()
          Get the 'CeilingHeight' attribute value.
 java.lang.Integer getLargestRoomSpace()
          Get the 'LargestRoomSpace' attribute value.
 java.lang.String getMeetingRoomFormatCode()
          Get the 'MeetingRoomFormatCode' attribute value.
 java.lang.Integer getMinBreakoutRoomQuantity()
          Get the 'MinBreakoutRoomQuantity' attribute value.
 java.lang.Integer getMinOccupancy()
          Get the 'MinOccupancy' attribute value.
 java.lang.String getUnitOfMeasure()
          Get the 'UnitOfMeasure' attribute value.
 void setCeilingHeight(java.lang.Float ceilingHeight)
          Set the 'CeilingHeight' attribute value.
 void setLargestRoomSpace(java.lang.Integer largestRoomSpace)
          Set the 'LargestRoomSpace' attribute value.
 void setMeetingRoomFormatCode(java.lang.String meetingRoomFormatCode)
          Set the 'MeetingRoomFormatCode' attribute value.
 void setMinBreakoutRoomQuantity(java.lang.Integer minBreakoutRoomQuantity)
          Set the 'MinBreakoutRoomQuantity' attribute value.
 void setMinOccupancy(java.lang.Integer minOccupancy)
          Set the 'MinOccupancy' attribute value.
 void setUnitOfMeasure(java.lang.String unitOfMeasure)
          Set the 'UnitOfMeasure' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq

public RFPMeetingRQ.RFPRequestSegment.EventBlock.FunctionSpaceReq()
Method Detail

getLargestRoomSpace

public java.lang.Integer getLargestRoomSpace()
Get the 'LargestRoomSpace' attribute value. The minimum size required for the largest function space.

Returns:
value

setLargestRoomSpace

public void setLargestRoomSpace(java.lang.Integer largestRoomSpace)
Set the 'LargestRoomSpace' attribute value. The minimum size required for the largest function space.

Parameters:
largestRoomSpace -

getMeetingRoomFormatCode

public java.lang.String getMeetingRoomFormatCode()
Get the 'MeetingRoomFormatCode' attribute value. The code for the format of the meeting that will take place in the largest room space (as denoted in the LargestRoomSpaceAttribute), such as U-shape, banquet, conference style, etc. Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Returns:
value

setMeetingRoomFormatCode

public void setMeetingRoomFormatCode(java.lang.String meetingRoomFormatCode)
Set the 'MeetingRoomFormatCode' attribute value. The code for the format of the meeting that will take place in the largest room space (as denoted in the LargestRoomSpaceAttribute), such as U-shape, banquet, conference style, etc. Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Parameters:
meetingRoomFormatCode -

getMinOccupancy

public java.lang.Integer getMinOccupancy()
Get the 'MinOccupancy' attribute value. Describes the minimum occupancy required for the largest function based on the MeetingRoomFormatCode. APEX added.

Returns:
value

setMinOccupancy

public void setMinOccupancy(java.lang.Integer minOccupancy)
Set the 'MinOccupancy' attribute value. Describes the minimum occupancy required for the largest function based on the MeetingRoomFormatCode. APEX added.

Parameters:
minOccupancy -

getCeilingHeight

public java.lang.Float getCeilingHeight()
Get the 'CeilingHeight' attribute value. The minimum height required for the ceiling in the largest function space. APEX added.

Returns:
value

setCeilingHeight

public void setCeilingHeight(java.lang.Float ceilingHeight)
Set the 'CeilingHeight' attribute value. The minimum height required for the ceiling in the largest function space. APEX added.

Parameters:
ceilingHeight -

getUnitOfMeasure

public java.lang.String getUnitOfMeasure()
Get the 'UnitOfMeasure' attribute value. This is the standard unit of measure for the largest function space required (e.g. it could be generic such as metric or imperial or specific such as inches, feet, yards, miles, millimeters, centimeters, meters, kilometers).

Returns:
value

setUnitOfMeasure

public void setUnitOfMeasure(java.lang.String unitOfMeasure)
Set the 'UnitOfMeasure' attribute value. This is the standard unit of measure for the largest function space required (e.g. it could be generic such as metric or imperial or specific such as inches, feet, yards, miles, millimeters, centimeters, meters, kilometers).

Parameters:
unitOfMeasure -

getMinBreakoutRoomQuantity

public java.lang.Integer getMinBreakoutRoomQuantity()
Get the 'MinBreakoutRoomQuantity' attribute value. Minimum number of breakout rooms required simultaneously.

Returns:
value

setMinBreakoutRoomQuantity

public void setMinBreakoutRoomQuantity(java.lang.Integer minBreakoutRoomQuantity)
Set the 'MinBreakoutRoomQuantity' attribute value. Minimum number of breakout rooms required simultaneously.

Parameters:
minBreakoutRoomQuantity -