|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares
public static class HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares
Collection of shared rooms for room stay. 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" type="ns:RoomSharesType" name="RoomShares" minOccurs="0"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RoomSharesType"> <xs:sequence> <xs:element name="RoomShare" maxOccurs="unbounded"> <!-- Reference to inner class RoomShare --> </xs:element> </xs:sequence> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare
Guests to share a room Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares()
|
Method Summary | |
---|---|
void |
addRoomShare(HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare item)
Add a 'RoomShare' element item. |
void |
clearRoomShares()
Remove all 'RoomShare' element items. |
HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare |
getRoomShare(int index)
Get 'RoomShare' element item by position. |
java.util.List<HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare> |
getRoomShares()
Get the list of 'RoomShare' element items. |
void |
setRoomShares(java.util.List<HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare> list)
Set the list of 'RoomShare' element items. |
int |
sizeRoomShares()
Get the number of 'RoomShare' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares()
Method Detail |
---|
public java.util.List<HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare> getRoomShares()
public void setRoomShares(java.util.List<HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare> list)
list
- public int sizeRoomShares()
public void addRoomShare(HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare item)
item
- public HotelRoomList.RoomStays.RoomStay.Sequence.RoomShares.RoomShare getRoomShare(int index)
index
-
public void clearRoomShares()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |