|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelRoomList.Guests
public static class HotelRoomList.Guests
A collection of 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="Guests" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Guest" maxOccurs="unbounded">
<!-- Reference to inner class Guest -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
HotelRoomList.Guests.Guest
A person staying in a room. |
| Constructor Summary | |
|---|---|
HotelRoomList.Guests()
|
|
| Method Summary | |
|---|---|
void |
addGuest(HotelRoomList.Guests.Guest item)
Add a 'Guest' element item. |
void |
clearGuests()
Remove all 'Guest' element items. |
HotelRoomList.Guests.Guest |
getGuest(int index)
Get 'Guest' element item by position. |
java.util.List<HotelRoomList.Guests.Guest> |
getGuests()
Get the list of 'Guest' element items. |
void |
setGuests(java.util.List<HotelRoomList.Guests.Guest> list)
Set the list of 'Guest' element items. |
int |
sizeGuests()
Get the number of 'Guest' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelRoomList.Guests()
| Method Detail |
|---|
public java.util.List<HotelRoomList.Guests.Guest> getGuests()
public void setGuests(java.util.List<HotelRoomList.Guests.Guest> list)
list - public int sizeGuests()
public void addGuest(HotelRoomList.Guests.Guest item)
item - public HotelRoomList.Guests.Guest getGuest(int index)
index -
public void clearGuests()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||