|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.FacilityInfo
public static class HotelDescriptiveContent.FacilityInfo
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 |
---|
public HotelDescriptiveContent.FacilityInfo()
Method Detail |
---|
public HotelDescriptiveContent.FacilityInfo.MeetingRooms getMeetingRooms()
public void setMeetingRooms(HotelDescriptiveContent.FacilityInfo.MeetingRooms meetingRooms)
meetingRooms
- public HotelDescriptiveContent.FacilityInfo.GuestRooms getGuestRooms()
public void setGuestRooms(HotelDescriptiveContent.FacilityInfo.GuestRooms guestRooms)
guestRooms
- public HotelDescriptiveContent.FacilityInfo.Restaurants getRestaurants()
public void setRestaurants(HotelDescriptiveContent.FacilityInfo.Restaurants restaurants)
restaurants
- public java.util.Date getLastUpdated()
public void setLastUpdated(java.util.Date lastUpdated)
lastUpdated
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |