org.ota.hotel
Class HotelDescriptiveContent.FacilityInfo.MeetingRooms

java.lang.Object
  extended by org.ota.hotel.MeetingRooms
      extended by org.ota.hotel.HotelDescriptiveContent.FacilityInfo.MeetingRooms
Enclosing class:
HotelDescriptiveContent.FacilityInfo

public static class HotelDescriptiveContent.FacilityInfo.MeetingRooms
extends MeetingRooms

Collection of meeting rooms that are comprised within the hotel. 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="MeetingRooms" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:MeetingRoomsType">
         <xs:sequence>
           <xs:element name="Codes" minOccurs="0">
             <!-- Reference to inner class Codes -->
           </xs:element>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class HotelDescriptiveContent.FacilityInfo.MeetingRooms.Codes
          Collection of coded information that is applicable to all meeting rooms.
 
Nested classes/interfaces inherited from class org.ota.hotel.MeetingRooms
MeetingRooms.MeetingRoom
 
Constructor Summary
HotelDescriptiveContent.FacilityInfo.MeetingRooms()
           
 
Method Summary
 HotelDescriptiveContent.FacilityInfo.MeetingRooms.Codes getCodes()
          Get the 'Codes' element value.
 void setCodes(HotelDescriptiveContent.FacilityInfo.MeetingRooms.Codes codes)
          Set the 'Codes' element value.
 
Methods inherited from class org.ota.hotel.MeetingRooms
addMeetingRoom, clearMeetingRooms, getLargestRoomHeight, getLargestRoomSpace, getLargestSeatingCapacity, getMeetingRoom, getMeetingRoomCount, getMeetingRooms, getSecondLargestSeatingCapacity, getSmallestRoomSpace, getSmallestSeatingCapacity, getTotalRoomSeatingCapacity, getTotalRoomSpace, getUnitsOfMeasureGroup, setLargestRoomHeight, setLargestRoomSpace, setLargestSeatingCapacity, setMeetingRoomCount, setMeetingRooms, setSecondLargestSeatingCapacity, setSmallestRoomSpace, setSmallestSeatingCapacity, setTotalRoomSeatingCapacity, setTotalRoomSpace, setUnitsOfMeasureGroup, sizeMeetingRooms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.FacilityInfo.MeetingRooms

public HotelDescriptiveContent.FacilityInfo.MeetingRooms()
Method Detail

getCodes

public HotelDescriptiveContent.FacilityInfo.MeetingRooms.Codes getCodes()
Get the 'Codes' element value.

Returns:
value

setCodes

public void setCodes(HotelDescriptiveContent.FacilityInfo.MeetingRooms.Codes codes)
Set the 'Codes' element value.

Parameters:
codes -