|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.BookingHistoryRS.HistoryInfos
public static class BookingHistoryRS.HistoryInfos
A collection of history info items. 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="HistoryInfos" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="HistoryInfo" maxOccurs="999">
<!-- Reference to inner class HistoryInfo -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
BookingHistoryRS.HistoryInfos.HistoryInfo
Used to provide history of the booking. |
| Constructor Summary | |
|---|---|
BookingHistoryRS.HistoryInfos()
|
|
| Method Summary | |
|---|---|
void |
addHistoryInfo(BookingHistoryRS.HistoryInfos.HistoryInfo item)
Add a 'HistoryInfo' element item. |
void |
clearHistoryInfos()
Remove all 'HistoryInfo' element items. |
BookingHistoryRS.HistoryInfos.HistoryInfo |
getHistoryInfo(int index)
Get 'HistoryInfo' element item by position. |
java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo> |
getHistoryInfos()
Get the list of 'HistoryInfo' element items. |
void |
setHistoryInfos(java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo> list)
Set the list of 'HistoryInfo' element items. |
int |
sizeHistoryInfos()
Get the number of 'HistoryInfo' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookingHistoryRS.HistoryInfos()
| Method Detail |
|---|
public java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo> getHistoryInfos()
public void setHistoryInfos(java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo> list)
list - public int sizeHistoryInfos()
public void addHistoryInfo(BookingHistoryRS.HistoryInfos.HistoryInfo item)
item - public BookingHistoryRS.HistoryInfos.HistoryInfo getHistoryInfo(int index)
index -
public void clearHistoryInfos()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||