|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveInfoRequest.FacilityInfo
public static class HotelDescriptiveInfoRequest.FacilityInfo
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 |
---|
public HotelDescriptiveInfoRequest.FacilityInfo()
Method Detail |
---|
public java.lang.Boolean getSendMeetingRooms()
public void setSendMeetingRooms(java.lang.Boolean sendMeetingRooms)
sendMeetingRooms
- public java.lang.Boolean getSendGuestRooms()
public void setSendGuestRooms(java.lang.Boolean sendGuestRooms)
sendGuestRooms
- public java.lang.Boolean getSendRestaurants()
public void setSendRestaurants(java.lang.Boolean sendRestaurants)
sendRestaurants
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |