|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails
public static class HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails
A collection of recreation details. 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="RecreationDetails" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="RecreationDetail" maxOccurs="unbounded"> <!-- Reference to inner class RecreationDetail --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail
RecreationDetail is used to give furher desciption regarding the recreation. |
Constructor Summary | |
---|---|
HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails()
|
Method Summary | |
---|---|
void |
addRecreationDetail(HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail item)
Add a 'RecreationDetail' element item. |
void |
clearRecreationDetails()
Remove all 'RecreationDetail' element items. |
HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail |
getRecreationDetail(int index)
Get 'RecreationDetail' element item by position. |
java.util.List<HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail> |
getRecreationDetails()
Get the list of 'RecreationDetail' element items. |
void |
setRecreationDetails(java.util.List<HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail> list)
Set the list of 'RecreationDetail' element items. |
int |
sizeRecreationDetails()
Get the number of 'RecreationDetail' 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.Recreation.RecreationDetails()
Method Detail |
---|
public java.util.List<HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail> getRecreationDetails()
public void setRecreationDetails(java.util.List<HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail> list)
list
- public int sizeRecreationDetails()
public void addRecreationDetail(HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail item)
item
- public HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail getRecreationDetail(int index)
index
-
public void clearRecreationDetails()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |