org.ota.hotel
Class HotelDescriptiveInfoRequest.ContactInfo
java.lang.Object
org.ota.hotel.HotelDescriptiveInfoRequest.ContactInfo
- Enclosing class:
- HotelDescriptiveInfoRequest
public static class HotelDescriptiveInfoRequest.ContactInfo
- extends java.lang.Object
Is used to the indicate whether contact 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="ContactInfo" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:boolean" use="optional" name="SendData"/>
</xs:complexType>
</xs:element>
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 |
HotelDescriptiveInfoRequest.ContactInfo
public HotelDescriptiveInfoRequest.ContactInfo()
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
-