org.ota.cruise
Class BookingHistoryRS.HistoryInfos.HistoryInfo.Items

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

public static class BookingHistoryRS.HistoryInfos.HistoryInfo.Items
extends java.lang.Object

Collection of changed 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="Items" maxOccurs="99">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Item" maxOccurs="999">
         <!-- Reference to inner class Item -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OptionalCodeOptionalNameGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item
          History item details.
 
Constructor Summary
BookingHistoryRS.HistoryInfos.HistoryInfo.Items()
           
 
Method Summary
 void addItem(BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item item)
          Add a 'Item' element item.
 void clearItems()
          Remove all 'Item' element items.
 BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item getItem(int index)
          Get 'Item' element item by position.
 java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item> getItems()
          Get the list of 'Item' element items.
 OptionalCodeOptionalNameGroup getOptionalCodeOptionalNameGroup()
          Get the 'OptionalCodeOptionalNameGroup' attributeGroup value.
 void setItems(java.util.List<BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item> list)
          Set the list of 'Item' element items.
 void setOptionalCodeOptionalNameGroup(OptionalCodeOptionalNameGroup optionalCodeOptionalNameGroup)
          Set the 'OptionalCodeOptionalNameGroup' attributeGroup value.
 int sizeItems()
          Get the number of 'Item' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookingHistoryRS.HistoryInfos.HistoryInfo.Items

public BookingHistoryRS.HistoryInfos.HistoryInfo.Items()
Method Detail

getItems

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

Returns:
list

setItems

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

Parameters:
list -

sizeItems

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

Returns:
count

addItem

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

Parameters:
item -

getItem

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

Parameters:
index -
Returns:
item

clearItems

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


getOptionalCodeOptionalNameGroup

public OptionalCodeOptionalNameGroup getOptionalCodeOptionalNameGroup()
Get the 'OptionalCodeOptionalNameGroup' attributeGroup value. Specifies a general category of history items or type of history item (e.g., RESERVATION, TRANSACTION).

Returns:
value

setOptionalCodeOptionalNameGroup

public void setOptionalCodeOptionalNameGroup(OptionalCodeOptionalNameGroup optionalCodeOptionalNameGroup)
Set the 'OptionalCodeOptionalNameGroup' attributeGroup value. Specifies a general category of history items or type of history item (e.g., RESERVATION, TRANSACTION).

Parameters:
optionalCodeOptionalNameGroup -