|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AreaInfo.Recreations
public static class HotelDescriptiveContent.AreaInfo.Recreations
A collection of Recreation objects identifying the different types of recreation facilities available to the guest. 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="Recreations" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Recreation" maxOccurs="unbounded"> <!-- Reference to inner class Recreation --> </xs:element> </xs:sequence> <xs:attribute type="xs:dateTime" use="optional" name="LastUpdated"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.AreaInfo.Recreations.Recreation
A recreation facility available to the guest. |
Constructor Summary | |
---|---|
HotelDescriptiveContent.AreaInfo.Recreations()
|
Method Summary | |
---|---|
void |
addRecreation(HotelDescriptiveContent.AreaInfo.Recreations.Recreation item)
Add a 'Recreation' element item. |
void |
clearRecreations()
Remove all 'Recreation' element items. |
java.util.Date |
getLastUpdated()
Get the 'LastUpdated' attribute value. |
HotelDescriptiveContent.AreaInfo.Recreations.Recreation |
getRecreation(int index)
Get 'Recreation' element item by position. |
java.util.List<HotelDescriptiveContent.AreaInfo.Recreations.Recreation> |
getRecreations()
Get the list of 'Recreation' element items. |
void |
setLastUpdated(java.util.Date lastUpdated)
Set the 'LastUpdated' attribute value. |
void |
setRecreations(java.util.List<HotelDescriptiveContent.AreaInfo.Recreations.Recreation> list)
Set the list of 'Recreation' element items. |
int |
sizeRecreations()
Get the number of 'Recreation' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.AreaInfo.Recreations()
Method Detail |
---|
public java.util.List<HotelDescriptiveContent.AreaInfo.Recreations.Recreation> getRecreations()
public void setRecreations(java.util.List<HotelDescriptiveContent.AreaInfo.Recreations.Recreation> list)
list
- public int sizeRecreations()
public void addRecreation(HotelDescriptiveContent.AreaInfo.Recreations.Recreation item)
item
- public HotelDescriptiveContent.AreaInfo.Recreations.Recreation getRecreation(int index)
index
-
public void clearRecreations()
public java.util.Date getLastUpdated()
public void setLastUpdated(java.util.Date lastUpdated)
lastUpdated
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |