|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.dynamicpkg.AvailRS.SearchResults.HotelResults.RoomStays
public static class AvailRS.SearchResults.HotelResults.RoomStays
A collection of room stays. 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="RoomStays" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="RoomStay" maxOccurs="unbounded"> <!-- Reference to inner class RoomStay --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="MoreIndicator"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AvailRS.SearchResults.HotelResults.RoomStays.RoomStay
Details on the Room Stay including Guest Counts, Time Span of this Room Stay, and financial information related to the Room Stay, including Guarantee, Deposit and Payment and Cancellation Penalties. |
Constructor Summary | |
---|---|
AvailRS.SearchResults.HotelResults.RoomStays()
|
Method Summary | |
---|---|
void |
addRoomStay(AvailRS.SearchResults.HotelResults.RoomStays.RoomStay item)
Add a 'RoomStay' element item. |
void |
clearRoomStaies()
Remove all 'RoomStay' element items. |
java.lang.String |
getMoreIndicator()
Get the 'MoreIndicator' attribute value. |
java.util.List<AvailRS.SearchResults.HotelResults.RoomStays.RoomStay> |
getRoomStaies()
Get the list of 'RoomStay' element items. |
AvailRS.SearchResults.HotelResults.RoomStays.RoomStay |
getRoomStay(int index)
Get 'RoomStay' element item by position. |
void |
setMoreIndicator(java.lang.String moreIndicator)
Set the 'MoreIndicator' attribute value. |
void |
setRoomStaies(java.util.List<AvailRS.SearchResults.HotelResults.RoomStays.RoomStay> list)
Set the list of 'RoomStay' element items. |
int |
sizeRoomStaies()
Get the number of 'RoomStay' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailRS.SearchResults.HotelResults.RoomStays()
Method Detail |
---|
public java.util.List<AvailRS.SearchResults.HotelResults.RoomStays.RoomStay> getRoomStaies()
public void setRoomStaies(java.util.List<AvailRS.SearchResults.HotelResults.RoomStays.RoomStay> list)
list
- public int sizeRoomStaies()
public void addRoomStay(AvailRS.SearchResults.HotelResults.RoomStays.RoomStay item)
item
- public AvailRS.SearchResults.HotelResults.RoomStays.RoomStay getRoomStay(int index)
index
-
public void clearRoomStaies()
public java.lang.String getMoreIndicator()
public void setMoreIndicator(java.lang.String moreIndicator)
moreIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |