|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.MeetingRooms
org.ota.hotel.HotelDescriptiveContent.FacilityInfo.MeetingRooms
public static class HotelDescriptiveContent.FacilityInfo.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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.FacilityInfo.MeetingRooms()
Method Detail |
---|
public HotelDescriptiveContent.FacilityInfo.MeetingRooms.Codes getCodes()
public void setCodes(HotelDescriptiveContent.FacilityInfo.MeetingRooms.Codes codes)
codes
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |