org.ota.hotel
Class HotelDescriptiveInfoRequest.AreaInfo

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

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

Is used to the indicate the specific area 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="AreaInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="SendRefPoints"/>
     <xs:attribute type="xs:boolean" use="optional" name="SendAttractions"/>
     <xs:attribute type="xs:boolean" use="optional" name="SendRecreations"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveInfoRequest.AreaInfo()
           
 
Method Summary
 java.lang.Boolean getSendAttractions()
          Get the 'SendAttractions' attribute value.
 java.lang.Boolean getSendRecreations()
          Get the 'SendRecreations' attribute value.
 java.lang.Boolean getSendRefPoints()
          Get the 'SendRefPoints' attribute value.
 void setSendAttractions(java.lang.Boolean sendAttractions)
          Set the 'SendAttractions' attribute value.
 void setSendRecreations(java.lang.Boolean sendRecreations)
          Set the 'SendRecreations' attribute value.
 void setSendRefPoints(java.lang.Boolean sendRefPoints)
          Set the 'SendRefPoints' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveInfoRequest.AreaInfo

public HotelDescriptiveInfoRequest.AreaInfo()
Method Detail

getSendRefPoints

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

Returns:
value

setSendRefPoints

public void setSendRefPoints(java.lang.Boolean sendRefPoints)
Set the 'SendRefPoints' attribute value. Send this data. "True" means send the data.

Parameters:
sendRefPoints -

getSendAttractions

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

Returns:
value

setSendAttractions

public void setSendAttractions(java.lang.Boolean sendAttractions)
Set the 'SendAttractions' attribute value. Send this data. "True" means send the data.

Parameters:
sendAttractions -

getSendRecreations

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

Returns:
value

setSendRecreations

public void setSendRecreations(java.lang.Boolean sendRecreations)
Set the 'SendRecreations' attribute value. Send this data. "True" means send the data.

Parameters:
sendRecreations -