org.ota.hotel
Class HotelSearchCriterion.HotelMeetingFacility

java.lang.Object
  extended by org.ota.hotel.HotelSearchCriterion.HotelMeetingFacility
Enclosing class:
HotelSearchCriterion

public static class HotelSearchCriterion.HotelMeetingFacility
extends java.lang.Object

Used to search for hotels based on meeting facility requirements. 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="HotelMeetingFacility" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="MeetingRoomCount"/>
     <xs:attribute type="xs:int" use="optional" name="LargestSeatingCapacity"/>
     <xs:attribute type="xs:int" use="optional" name="LargestRoomSpace"/>
     <xs:attribute type="xs:string" use="optional" name="UnitOfMeasureCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelSearchCriterion.HotelMeetingFacility()
           
 
Method Summary
 java.lang.Integer getLargestRoomSpace()
          Get the 'LargestRoomSpace' attribute value.
 java.lang.Integer getLargestSeatingCapacity()
          Get the 'LargestSeatingCapacity' attribute value.
 java.lang.Integer getMeetingRoomCount()
          Get the 'MeetingRoomCount' attribute value.
 java.lang.String getUnitOfMeasureCode()
          Get the 'UnitOfMeasureCode' attribute value.
 void setLargestRoomSpace(java.lang.Integer largestRoomSpace)
          Set the 'LargestRoomSpace' attribute value.
 void setLargestSeatingCapacity(java.lang.Integer largestSeatingCapacity)
          Set the 'LargestSeatingCapacity' attribute value.
 void setMeetingRoomCount(java.lang.Integer meetingRoomCount)
          Set the 'MeetingRoomCount' attribute value.
 void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
          Set the 'UnitOfMeasureCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelSearchCriterion.HotelMeetingFacility

public HotelSearchCriterion.HotelMeetingFacility()
Method Detail

getMeetingRoomCount

public java.lang.Integer getMeetingRoomCount()
Get the 'MeetingRoomCount' attribute value. The total number of unique meeting rooms provided at the hotel facility. For example, if the hotel has a grand ballroom that breaks into Salon A, B, and C -the total number of unique meeting rooms is three.

Returns:
value

setMeetingRoomCount

public void setMeetingRoomCount(java.lang.Integer meetingRoomCount)
Set the 'MeetingRoomCount' attribute value. The total number of unique meeting rooms provided at the hotel facility. For example, if the hotel has a grand ballroom that breaks into Salon A, B, and C -the total number of unique meeting rooms is three.

Parameters:
meetingRoomCount -

getLargestSeatingCapacity

public java.lang.Integer getLargestSeatingCapacity()
Get the 'LargestSeatingCapacity' attribute value. The largest seating capacity available in the largest meeting room - generally this is for theatre-style room setup.

Returns:
value

setLargestSeatingCapacity

public void setLargestSeatingCapacity(java.lang.Integer largestSeatingCapacity)
Set the 'LargestSeatingCapacity' attribute value. The largest seating capacity available in the largest meeting room - generally this is for theatre-style room setup.

Parameters:
largestSeatingCapacity -

getLargestRoomSpace

public java.lang.Integer getLargestRoomSpace()
Get the 'LargestRoomSpace' attribute value. The amount of room space for the largest unique meeting room at the hotel facility.

Returns:
value

setLargestRoomSpace

public void setLargestRoomSpace(java.lang.Integer largestRoomSpace)
Set the 'LargestRoomSpace' attribute value. The amount of room space for the largest unique meeting room at the hotel facility.

Parameters:
largestRoomSpace -

getUnitOfMeasureCode

public java.lang.String getUnitOfMeasureCode()
Get the 'UnitOfMeasureCode' attribute value. The unit of measure in a code format (e.g., inches, pixels, centimeters). Refer to OpenTravel Code List Unit of Measure Code (UOM).

Returns:
value

setUnitOfMeasureCode

public void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
Set the 'UnitOfMeasureCode' attribute value. The unit of measure in a code format (e.g., inches, pixels, centimeters). Refer to OpenTravel Code List Unit of Measure Code (UOM).

Parameters:
unitOfMeasureCode -