|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Source
org.ota.cruise.BookingHistoryRS.HistoryInfos.HistoryInfo
public static class BookingHistoryRS.HistoryInfos.HistoryInfo
Used to provide history of the booking. 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="HistoryInfo" maxOccurs="999"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:SourceType"> <xs:sequence> <xs:element name="Items" maxOccurs="99"> <!-- Reference to inner class Items --> </xs:element> </xs:sequence> <xs:attribute type="xs:dateTime" use="required" name="LastModified"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
BookingHistoryRS.HistoryInfos.HistoryInfo.Items
Collection of changed items. |
Nested classes/interfaces inherited from class org.ota.shared.Source |
---|
Source.BookingChannel, Source.RequestorID |
Constructor Summary | |
---|---|
BookingHistoryRS.HistoryInfos.HistoryInfo()
|
Method Summary | |
---|---|
void |
addItem(BookingHistoryRS.HistoryInfos.HistoryInfo.Items item)
Add a 'Items' element item. |
void |
clearItems()
Remove all 'Items' element items. |
BookingHistoryRS.HistoryInfos.HistoryInfo.Items |
getItem(int index)
Get 'Items' element item by position. |
java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo.Items> |
getItems()
Get the list of 'Items' element items. |
java.util.Date |
getLastModified()
Get the 'LastModified' attribute value. |
void |
setItems(java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo.Items> list)
Set the list of 'Items' element items. |
void |
setLastModified(java.util.Date lastModified)
Set the 'LastModified' attribute value. |
int |
sizeItems()
Get the number of 'Items' 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.HistoryInfo()
Method Detail |
---|
public java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo.Items> getItems()
public void setItems(java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo.Items> list)
list
- public int sizeItems()
public void addItem(BookingHistoryRS.HistoryInfos.HistoryInfo.Items item)
item
- public BookingHistoryRS.HistoryInfos.HistoryInfo.Items getItem(int index)
index
-
public void clearItems()
public java.util.Date getLastModified()
public void setLastModified(java.util.Date lastModified)
lastModified
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |