org.ota.hotel
Class HotelDescriptiveContent.FacilityInfo

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

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

Provides information pertaining to the hotel facitilty itself. Schema fragment(s) for this class:

 <xs:element xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="FacilityInfoType" name="FacilityInfo" minOccurs="0"/>
 
 <xs:complexType xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FacilityInfoType">
   <xs:sequence>
     <xs:element name="MeetingRooms" minOccurs="0">
       <!-- Reference to inner class MeetingRooms -->
     </xs:element>
     <xs:element name="GuestRooms" minOccurs="0">
       <!-- Reference to inner class GuestRooms -->
     </xs:element>
     <xs:element type="RestaurantsType" name="Restaurants" minOccurs="0">
       <!-- Reference to inner class Restaurants -->
     </xs:element>
   </xs:sequence>
   <xs:attribute type="xs:dateTime" use="optional" name="LastUpdated"/>
 </xs:complexType>
 


Nested Class Summary
static class HotelDescriptiveContent.FacilityInfo.GuestRooms
          Collection of guest room types that are comprised within the hotel.
static class HotelDescriptiveContent.FacilityInfo.MeetingRooms
          Collection of meeting rooms that are comprised within the hotel.
static class HotelDescriptiveContent.FacilityInfo.Restaurants
          Collection of restaurants offered by hotel.
 
Constructor Summary
HotelDescriptiveContent.FacilityInfo()
           
 
Method Summary
 HotelDescriptiveContent.FacilityInfo.GuestRooms getGuestRooms()
          Get the 'GuestRooms' element value.
 java.util.Date getLastUpdated()
          Get the 'LastUpdated' attribute value.
 HotelDescriptiveContent.FacilityInfo.MeetingRooms getMeetingRooms()
          Get the 'MeetingRooms' element value.
 HotelDescriptiveContent.FacilityInfo.Restaurants getRestaurants()
          Get the 'Restaurants' element value.
 void setGuestRooms(HotelDescriptiveContent.FacilityInfo.GuestRooms guestRooms)
          Set the 'GuestRooms' element value.
 void setLastUpdated(java.util.Date lastUpdated)
          Set the 'LastUpdated' attribute value.
 void setMeetingRooms(HotelDescriptiveContent.FacilityInfo.MeetingRooms meetingRooms)
          Set the 'MeetingRooms' element value.
 void setRestaurants(HotelDescriptiveContent.FacilityInfo.Restaurants restaurants)
          Set the 'Restaurants' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.FacilityInfo

public HotelDescriptiveContent.FacilityInfo()
Method Detail

getMeetingRooms

public HotelDescriptiveContent.FacilityInfo.MeetingRooms getMeetingRooms()
Get the 'MeetingRooms' element value. The FacilityInfo class that describes the facilities provided at the hotel, including meeting rooms restaurants.

Returns:
value

setMeetingRooms

public void setMeetingRooms(HotelDescriptiveContent.FacilityInfo.MeetingRooms meetingRooms)
Set the 'MeetingRooms' element value. The FacilityInfo class that describes the facilities provided at the hotel, including meeting rooms restaurants.

Parameters:
meetingRooms -

getGuestRooms

public HotelDescriptiveContent.FacilityInfo.GuestRooms getGuestRooms()
Get the 'GuestRooms' element value. The FacilityInfo class that describes the facilities provided at the hotel, including meeting rooms restaurants.

Returns:
value

setGuestRooms

public void setGuestRooms(HotelDescriptiveContent.FacilityInfo.GuestRooms guestRooms)
Set the 'GuestRooms' element value. The FacilityInfo class that describes the facilities provided at the hotel, including meeting rooms restaurants.

Parameters:
guestRooms -

getRestaurants

public HotelDescriptiveContent.FacilityInfo.Restaurants getRestaurants()
Get the 'Restaurants' element value. The FacilityInfo class that describes the facilities provided at the hotel, including meeting rooms restaurants.

Returns:
value

setRestaurants

public void setRestaurants(HotelDescriptiveContent.FacilityInfo.Restaurants restaurants)
Set the 'Restaurants' element value. The FacilityInfo class that describes the facilities provided at the hotel, including meeting rooms restaurants.

Parameters:
restaurants -

getLastUpdated

public java.util.Date getLastUpdated()
Get the 'LastUpdated' attribute value. The date and time when this hotel information was last updated in the system.

Returns:
value

setLastUpdated

public void setLastUpdated(java.util.Date lastUpdated)
Set the 'LastUpdated' attribute value. The date and time when this hotel information was last updated in the system.

Parameters:
lastUpdated -