|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveInfoRequest.HotelInfo
public static class HotelDescriptiveInfoRequest.HotelInfo
Is used to indicate whether hotel information is 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="HotelInfo" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:boolean" use="optional" name="SendData"/> <xs:attribute type="xs:string" use="optional" name="HotelStatus"/> <xs:attribute type="xs:string" use="optional" name="HotelStatusCode"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveInfoRequest.HotelInfo()
|
Method Summary | |
---|---|
java.lang.String |
getHotelStatus()
Get the 'HotelStatus' attribute value. |
java.lang.String |
getHotelStatusCode()
Get the 'HotelStatusCode' attribute value. |
java.lang.Boolean |
getSendData()
Get the 'SendData' attribute value. |
void |
setHotelStatus(java.lang.String hotelStatus)
Set the 'HotelStatus' attribute value. |
void |
setHotelStatusCode(java.lang.String hotelStatusCode)
Set the 'HotelStatusCode' attribute value. |
void |
setSendData(java.lang.Boolean sendData)
Set the 'SendData' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveInfoRequest.HotelInfo()
Method Detail |
---|
public java.lang.Boolean getSendData()
public void setSendData(java.lang.Boolean sendData)
sendData
- public java.lang.String getHotelStatus()
public void setHotelStatus(java.lang.String hotelStatus)
hotelStatus
- public java.lang.String getHotelStatusCode()
public void setHotelStatusCode(java.lang.String hotelStatusCode)
hotelStatusCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |