org.ota.hotel
Class HotelDescriptiveInfoRequest.MultimediaObjects

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

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

Is used to the indicate whether multimedia 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="MultimediaObjects" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="SendData"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveInfoRequest.MultimediaObjects()
           
 
Method Summary
 java.lang.Boolean getSendData()
          Get the 'SendData' 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.MultimediaObjects

public HotelDescriptiveInfoRequest.MultimediaObjects()
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 -