org.ota.hotel
Class HotelDescriptiveInfoRequest.HotelInfo

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveInfoRequest.HotelInfo
Enclosing class:
HotelDescriptiveInfoRequest

public static class HotelDescriptiveInfoRequest.HotelInfo
extends java.lang.Object

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

HotelDescriptiveInfoRequest.HotelInfo

public HotelDescriptiveInfoRequest.HotelInfo()
Method Detail

getSendData

public java.lang.Boolean getSendData()
Get the 'SendData' attribute value. Send this data. "True" means send the data.

Returns:
value

setSendData

public void setSendData(java.lang.Boolean sendData)
Set the 'SendData' attribute value. Send this data. "True" means send the data.

Parameters:
sendData -

getHotelStatus

public java.lang.String getHotelStatus()
Get the 'HotelStatus' attribute value. This is a description of the operating status of the Hotel. This information may support the code in HotelStatusCode.

Returns:
value

setHotelStatus

public void setHotelStatus(java.lang.String hotelStatus)
Set the 'HotelStatus' attribute value. This is a description of the operating status of the Hotel. This information may support the code in HotelStatusCode.

Parameters:
hotelStatus -

getHotelStatusCode

public java.lang.String getHotelStatusCode()
Get the 'HotelStatusCode' attribute value. This indicates the operating status (e.g. Open, Closed, Deflagged, Pre-opening) of the hotels to be returned in the response. Refer to OpenTravel Code List HotelStatusCode.

Returns:
value

setHotelStatusCode

public void setHotelStatusCode(java.lang.String hotelStatusCode)
Set the 'HotelStatusCode' attribute value. This indicates the operating status (e.g. Open, Closed, Deflagged, Pre-opening) of the hotels to be returned in the response. Refer to OpenTravel Code List HotelStatusCode.

Parameters:
hotelStatusCode -