org.ota.hotel
Class HotelDescriptiveInfoRequest.FacilityInfo

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

public static class HotelDescriptiveInfoRequest.FacilityInfo
extends java.lang.Object

Is used to the indicate the specific facility information being requested. 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="FacilityInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="SendMeetingRooms"/>
     <xs:attribute type="xs:boolean" use="optional" name="SendGuestRooms"/>
     <xs:attribute type="xs:boolean" use="optional" name="SendRestaurants"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveInfoRequest.FacilityInfo()
           
 
Method Summary
 java.lang.Boolean getSendGuestRooms()
          Get the 'SendGuestRooms' attribute value.
 java.lang.Boolean getSendMeetingRooms()
          Get the 'SendMeetingRooms' attribute value.
 java.lang.Boolean getSendRestaurants()
          Get the 'SendRestaurants' attribute value.
 void setSendGuestRooms(java.lang.Boolean sendGuestRooms)
          Set the 'SendGuestRooms' attribute value.
 void setSendMeetingRooms(java.lang.Boolean sendMeetingRooms)
          Set the 'SendMeetingRooms' attribute value.
 void setSendRestaurants(java.lang.Boolean sendRestaurants)
          Set the 'SendRestaurants' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveInfoRequest.FacilityInfo

public HotelDescriptiveInfoRequest.FacilityInfo()
Method Detail

getSendMeetingRooms

public java.lang.Boolean getSendMeetingRooms()
Get the 'SendMeetingRooms' attribute value. Send this data. "True" means send the data.

Returns:
value

setSendMeetingRooms

public void setSendMeetingRooms(java.lang.Boolean sendMeetingRooms)
Set the 'SendMeetingRooms' attribute value. Send this data. "True" means send the data.

Parameters:
sendMeetingRooms -

getSendGuestRooms

public java.lang.Boolean getSendGuestRooms()
Get the 'SendGuestRooms' attribute value. Send this data. "True" means send the data.

Returns:
value

setSendGuestRooms

public void setSendGuestRooms(java.lang.Boolean sendGuestRooms)
Set the 'SendGuestRooms' attribute value. Send this data. "True" means send the data.

Parameters:
sendGuestRooms -

getSendRestaurants

public java.lang.Boolean getSendRestaurants()
Get the 'SendRestaurants' attribute value. Send this data. "True" means send the data.

Returns:
value

setSendRestaurants

public void setSendRestaurants(java.lang.Boolean sendRestaurants)
Set the 'SendRestaurants' attribute value. Send this data. "True" means send the data.

Parameters:
sendRestaurants -