| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveInfoRequest.AreaInfo
public static class HotelDescriptiveInfoRequest.AreaInfo
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 | 
|---|
public HotelDescriptiveInfoRequest.AreaInfo()
| Method Detail | 
|---|
public java.lang.Boolean getSendRefPoints()
public void setSendRefPoints(java.lang.Boolean sendRefPoints)
sendRefPoints - public java.lang.Boolean getSendAttractions()
public void setSendAttractions(java.lang.Boolean sendAttractions)
sendAttractions - public java.lang.Boolean getSendRecreations()
public void setSendRecreations(java.lang.Boolean sendRecreations)
sendRecreations - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||