| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.StayInfos
public class StayInfos
A collection of StayInfo objects Schema fragment(s) for this class:
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StayInfosType">
   <xs:sequence>
     <xs:element type="ns:StayInfoType" name="StayInfo" maxOccurs="99">
       <!-- Reference to inner class StayInfo -->
     </xs:element>
   </xs:sequence>
   <xs:attributeGroup ref="ns:HotelReferenceGroup"/>
 </xs:complexType>
 
| Nested Class Summary | |
|---|---|
static class | 
StayInfos.StayInfo
Provides details of a guest's stay.  | 
| Constructor Summary | |
|---|---|
StayInfos()
 | 
|
| Method Summary | |
|---|---|
 void | 
addStayInfo(StayInfos.StayInfo item)
Add a 'StayInfo' element item.  | 
 void | 
clearStayInfos()
Remove all 'StayInfo' element items.  | 
 HotelReferenceGroup | 
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value.  | 
 StayInfos.StayInfo | 
getStayInfo(int index)
Get 'StayInfo' element item by position.  | 
 java.util.List<StayInfos.StayInfo> | 
getStayInfos()
Get the list of 'StayInfo' element items.  | 
 void | 
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value.  | 
 void | 
setStayInfos(java.util.List<StayInfos.StayInfo> list)
Set the list of 'StayInfo' element items.  | 
 int | 
sizeStayInfos()
Get the number of 'StayInfo' element items.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StayInfos()
| Method Detail | 
|---|
public java.util.List<StayInfos.StayInfo> getStayInfos()
public void setStayInfos(java.util.List<StayInfos.StayInfo> list)
list - public int sizeStayInfos()
public void addStayInfo(StayInfos.StayInfo item)
item - public StayInfos.StayInfo getStayInfo(int index)
index - 
public void clearStayInfos()
public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||