org.ota.hotel
Class MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity

java.lang.Object
  extended by org.ota.hotel.MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity
Enclosing class:
MeetingRooms.MeetingRoom.AvailableCapacities

public static class MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity
extends java.lang.Object

The measureable dimensions and capacities of a meeting room. 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" type="ns:MeetingRoomCapacityType" name="MeetingRoomCapacity" maxOccurs="unbounded"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MeetingRoomCapacityType">
   <xs:sequence>
     <xs:element name="Occupancy" minOccurs="0">
       <!-- Reference to inner class Occupancy -->
     </xs:element>
   </xs:sequence>
   <xs:attribute type="xs:string" name="MeetingRoomFormatCode"/>
 </xs:complexType>
 


Nested Class Summary
static class MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy
          The Occupancy details of a meeting room.
 
Constructor Summary
MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity()
           
 
Method Summary
 java.lang.String getMeetingRoomFormatCode()
          Get the 'MeetingRoomFormatCode' attribute value.
 MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy getOccupancy()
          Get the 'Occupancy' element value.
 void setMeetingRoomFormatCode(java.lang.String meetingRoomFormatCode)
          Set the 'MeetingRoomFormatCode' attribute value.
 void setOccupancy(MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy occupancy)
          Set the 'Occupancy' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity

public MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity()
Method Detail

getOccupancy

public MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy getOccupancy()
Get the 'Occupancy' element value. The MeetingRoomCapacity object that defines the largest room seating capacity for a meeting room at the hotel facility.

Returns:
value

setOccupancy

public void setOccupancy(MeetingRooms.MeetingRoom.AvailableCapacities.MeetingRoomCapacity.Occupancy occupancy)
Set the 'Occupancy' element value. The MeetingRoomCapacity object that defines the largest room seating capacity for a meeting room at the hotel facility.

Parameters:
occupancy -

getMeetingRoomFormatCode

public java.lang.String getMeetingRoomFormatCode()
Get the 'MeetingRoomFormatCode' attribute value. The code for the format of a meeting room at the hotel facility, such as U-shape, banquet, conference style, etc. A hotel may indicate all formats that apply to the meeting room. 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 a meeting room at the hotel facility, such as U-shape, banquet, conference style, etc. A hotel may indicate all formats that apply to the meeting room. Refer to OpenTravel Code List Meeting Room Format Code (MRF).

Parameters:
meetingRoomFormatCode -