org.ota.hotel
Class HotelDescriptiveContent.AreaInfo

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

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

Provides information on area attractions, recreations and reference points. 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" type="ns:AreaInfoType" name="AreaInfo" minOccurs="0"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AreaInfoType">
   <xs:sequence>
     <xs:element name="RefPoints" minOccurs="0">
       <!-- Reference to inner class RefPoints -->
     </xs:element>
     <xs:element name="Attractions" minOccurs="0">
       <!-- Reference to inner class Attractions -->
     </xs:element>
     <xs:element name="Recreations" minOccurs="0">
       <!-- Reference to inner class Recreations -->
     </xs:element>
     <xs:element name="OtherHotels" minOccurs="0">
       <!-- Reference to inner class OtherHotels -->
     </xs:element>
   </xs:sequence>
 </xs:complexType>
 


Nested Class Summary
static class HotelDescriptiveContent.AreaInfo.Attractions
          A collection of Attraction objects identifying the local interest attractions in the vicinity of this hotel facility.
static class HotelDescriptiveContent.AreaInfo.OtherHotels
          Collection of other area hotels.
static class HotelDescriptiveContent.AreaInfo.Recreations
          A collection of Recreation objects identifying the different types of recreation facilities available to the guest.
static class HotelDescriptiveContent.AreaInfo.RefPoints
          A collection of reference points.
 
Constructor Summary
HotelDescriptiveContent.AreaInfo()
           
 
Method Summary
 HotelDescriptiveContent.AreaInfo.Attractions getAttractions()
          Get the 'Attractions' element value.
 HotelDescriptiveContent.AreaInfo.OtherHotels getOtherHotels()
          Get the 'OtherHotels' element value.
 HotelDescriptiveContent.AreaInfo.Recreations getRecreations()
          Get the 'Recreations' element value.
 HotelDescriptiveContent.AreaInfo.RefPoints getRefPoints()
          Get the 'RefPoints' element value.
 void setAttractions(HotelDescriptiveContent.AreaInfo.Attractions attractions)
          Set the 'Attractions' element value.
 void setOtherHotels(HotelDescriptiveContent.AreaInfo.OtherHotels otherHotels)
          Set the 'OtherHotels' element value.
 void setRecreations(HotelDescriptiveContent.AreaInfo.Recreations recreations)
          Set the 'Recreations' element value.
 void setRefPoints(HotelDescriptiveContent.AreaInfo.RefPoints refPoints)
          Set the 'RefPoints' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.AreaInfo

public HotelDescriptiveContent.AreaInfo()
Method Detail

getRefPoints

public HotelDescriptiveContent.AreaInfo.RefPoints getRefPoints()
Get the 'RefPoints' element value. Defines well-known locations and attractions of local interest in the geographical area of the hotel facility as well as other area hotels.

Returns:
value

setRefPoints

public void setRefPoints(HotelDescriptiveContent.AreaInfo.RefPoints refPoints)
Set the 'RefPoints' element value. Defines well-known locations and attractions of local interest in the geographical area of the hotel facility as well as other area hotels.

Parameters:
refPoints -

getAttractions

public HotelDescriptiveContent.AreaInfo.Attractions getAttractions()
Get the 'Attractions' element value. Defines well-known locations and attractions of local interest in the geographical area of the hotel facility as well as other area hotels.

Returns:
value

setAttractions

public void setAttractions(HotelDescriptiveContent.AreaInfo.Attractions attractions)
Set the 'Attractions' element value. Defines well-known locations and attractions of local interest in the geographical area of the hotel facility as well as other area hotels.

Parameters:
attractions -

getRecreations

public HotelDescriptiveContent.AreaInfo.Recreations getRecreations()
Get the 'Recreations' element value. Defines well-known locations and attractions of local interest in the geographical area of the hotel facility as well as other area hotels.

Returns:
value

setRecreations

public void setRecreations(HotelDescriptiveContent.AreaInfo.Recreations recreations)
Set the 'Recreations' element value. Defines well-known locations and attractions of local interest in the geographical area of the hotel facility as well as other area hotels.

Parameters:
recreations -

getOtherHotels

public HotelDescriptiveContent.AreaInfo.OtherHotels getOtherHotels()
Get the 'OtherHotels' element value. Defines well-known locations and attractions of local interest in the geographical area of the hotel facility as well as other area hotels.

Returns:
value

setOtherHotels

public void setOtherHotels(HotelDescriptiveContent.AreaInfo.OtherHotels otherHotels)
Set the 'OtherHotels' element value. Defines well-known locations and attractions of local interest in the geographical area of the hotel facility as well as other area hotels.

Parameters:
otherHotels -