|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AreaInfo
public static class HotelDescriptiveContent.AreaInfo
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 |
---|
public HotelDescriptiveContent.AreaInfo()
Method Detail |
---|
public HotelDescriptiveContent.AreaInfo.RefPoints getRefPoints()
public void setRefPoints(HotelDescriptiveContent.AreaInfo.RefPoints refPoints)
refPoints
- public HotelDescriptiveContent.AreaInfo.Attractions getAttractions()
public void setAttractions(HotelDescriptiveContent.AreaInfo.Attractions attractions)
attractions
- public HotelDescriptiveContent.AreaInfo.Recreations getRecreations()
public void setRecreations(HotelDescriptiveContent.AreaInfo.Recreations recreations)
recreations
- public HotelDescriptiveContent.AreaInfo.OtherHotels getOtherHotels()
public void setOtherHotels(HotelDescriptiveContent.AreaInfo.OtherHotels otherHotels)
otherHotels
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |