org.ota.cruise
Class BookingHistoryRS.HistoryInfos.HistoryInfo

java.lang.Object
  extended by org.ota.shared.Source
      extended by org.ota.cruise.BookingHistoryRS.HistoryInfos.HistoryInfo
Enclosing class:
BookingHistoryRS.HistoryInfos

public static class BookingHistoryRS.HistoryInfos.HistoryInfo
extends Source

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 org.ota.shared.Source
getAgentDutyCode, getAgentSine, getAirlineVendorID, getAirportCode, getBookingChannel, getERSPUserID, getFirstDepartPoint, getISOCountry, getISOCurrency, getPosition, getPseudoCityCode, getRequestorID, getTerminalID, setAgentDutyCode, setAgentSine, setAirlineVendorID, setAirportCode, setBookingChannel, setERSPUserID, setFirstDepartPoint, setISOCountry, setISOCurrency, setPosition, setPseudoCityCode, setRequestorID, setTerminalID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookingHistoryRS.HistoryInfos.HistoryInfo

public BookingHistoryRS.HistoryInfos.HistoryInfo()
Method Detail

getItems

public java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo.Items> getItems()
Get the list of 'Items' element items.

Returns:
list

setItems

public void setItems(java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo.Items> list)
Set the list of 'Items' element items.

Parameters:
list -

sizeItems

public int sizeItems()
Get the number of 'Items' element items.

Returns:
count

addItem

public void addItem(BookingHistoryRS.HistoryInfos.HistoryInfo.Items item)
Add a 'Items' element item.

Parameters:
item -

getItem

public BookingHistoryRS.HistoryInfos.HistoryInfo.Items getItem(int index)
Get 'Items' element item by position.

Parameters:
index -
Returns:
item

clearItems

public void clearItems()
Remove all 'Items' element items.


getLastModified

public java.util.Date getLastModified()
Get the 'LastModified' attribute value.

Returns:
value

setLastModified

public void setLastModified(java.util.Date lastModified)
Set the 'LastModified' attribute value.

Parameters:
lastModified -