|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RoomListRS.HotelRoomLists
public static class RoomListRS.HotelRoomLists
Collection of RoomList items which may be for multiple hotels or for multiple groups at a single hotel. 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="HotelRoomLists" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:HotelRoomListType" name="HotelRoomList" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RoomListRS.HotelRoomLists()
|
Method Summary | |
---|---|
void |
addHotelRoomList(HotelRoomList item)
Add a 'HotelRoomList' element item. |
void |
clearHotelRoomLists()
Remove all 'HotelRoomList' element items. |
HotelRoomList |
getHotelRoomList(int index)
Get 'HotelRoomList' element item by position. |
java.util.List<HotelRoomList> |
getHotelRoomLists()
Get the list of 'HotelRoomList' element items. |
void |
setHotelRoomLists(java.util.List<HotelRoomList> list)
Set the list of 'HotelRoomList' element items. |
int |
sizeHotelRoomLists()
Get the number of 'HotelRoomList' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoomListRS.HotelRoomLists()
Method Detail |
---|
public java.util.List<HotelRoomList> getHotelRoomLists()
public void setHotelRoomLists(java.util.List<HotelRoomList> list)
list
- public int sizeHotelRoomLists()
public void addHotelRoomList(HotelRoomList item)
item
- public HotelRoomList getHotelRoomList(int index)
index
-
public void clearHotelRoomLists()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |