|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RoomStay.RoomRates.RoomRate.Features
public static class RoomStay.RoomRates.RoomRate.Features
A collection of features that are made available as part of this speciific room and this specifiic rate plan. 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="Features" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Feature" minOccurs="0" maxOccurs="99">
<!-- Reference to inner class Feature -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
RoomStay.RoomRates.RoomRate.Features.Feature
Allows for the description of any features and/or amenities that are made available as part of this specific room and this specifiic rate plan, for example, large screen television, video/DVD player in room, room service breakfast, and details about that breakfast. |
| Constructor Summary | |
|---|---|
RoomStay.RoomRates.RoomRate.Features()
|
|
| Method Summary | |
|---|---|
void |
addFeature(RoomStay.RoomRates.RoomRate.Features.Feature item)
Add a 'Feature' element item. |
void |
clearFeatures()
Remove all 'Feature' element items. |
RoomStay.RoomRates.RoomRate.Features.Feature |
getFeature(int index)
Get 'Feature' element item by position. |
java.util.List<RoomStay.RoomRates.RoomRate.Features.Feature> |
getFeatures()
Get the list of 'Feature' element items. |
void |
setFeatures(java.util.List<RoomStay.RoomRates.RoomRate.Features.Feature> list)
Set the list of 'Feature' element items. |
int |
sizeFeatures()
Get the number of 'Feature' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoomStay.RoomRates.RoomRate.Features()
| Method Detail |
|---|
public java.util.List<RoomStay.RoomRates.RoomRate.Features.Feature> getFeatures()
public void setFeatures(java.util.List<RoomStay.RoomRates.RoomRate.Features.Feature> list)
list - public int sizeFeatures()
public void addFeature(RoomStay.RoomRates.RoomRate.Features.Feature item)
item - public RoomStay.RoomRates.RoomRate.Features.Feature getFeature(int index)
index -
public void clearFeatures()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||