org.ota.hotel
Class InvNotifRS.InventoryCrossRefs

java.lang.Object
  extended by org.ota.hotel.InvNotifRS.InventoryCrossRefs
Enclosing class:
InvNotifRS

public static class InvNotifRS.InventoryCrossRefs
extends java.lang.Object

Container for Inventory Cross Reference elements. 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="InventoryCrossRefs" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="InventoryCrossRef" maxOccurs="unbounded">
         <!-- Reference to inner class InventoryCrossRef -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class InvNotifRS.InventoryCrossRefs.InventoryCrossRef
          Cross Reference between sending system and responding system Inventory Codes.
 
Constructor Summary
InvNotifRS.InventoryCrossRefs()
           
 
Method Summary
 void addInventoryCrossRef(InvNotifRS.InventoryCrossRefs.InventoryCrossRef item)
          Add a 'InventoryCrossRef' element item.
 void clearInventoryCrossRefs()
          Remove all 'InventoryCrossRef' element items.
 InvNotifRS.InventoryCrossRefs.InventoryCrossRef getInventoryCrossRef(int index)
          Get 'InventoryCrossRef' element item by position.
 java.util.List<InvNotifRS.InventoryCrossRefs.InventoryCrossRef> getInventoryCrossRefs()
          Get the list of 'InventoryCrossRef' element items.
 void setInventoryCrossRefs(java.util.List<InvNotifRS.InventoryCrossRefs.InventoryCrossRef> list)
          Set the list of 'InventoryCrossRef' element items.
 int sizeInventoryCrossRefs()
          Get the number of 'InventoryCrossRef' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvNotifRS.InventoryCrossRefs

public InvNotifRS.InventoryCrossRefs()
Method Detail

getInventoryCrossRefs

public java.util.List<InvNotifRS.InventoryCrossRefs.InventoryCrossRef> getInventoryCrossRefs()
Get the list of 'InventoryCrossRef' element items.

Returns:
list

setInventoryCrossRefs

public void setInventoryCrossRefs(java.util.List<InvNotifRS.InventoryCrossRefs.InventoryCrossRef> list)
Set the list of 'InventoryCrossRef' element items.

Parameters:
list -

sizeInventoryCrossRefs

public int sizeInventoryCrossRefs()
Get the number of 'InventoryCrossRef' element items.

Returns:
count

addInventoryCrossRef

public void addInventoryCrossRef(InvNotifRS.InventoryCrossRefs.InventoryCrossRef item)
Add a 'InventoryCrossRef' element item.

Parameters:
item -

getInventoryCrossRef

public InvNotifRS.InventoryCrossRefs.InventoryCrossRef getInventoryCrossRef(int index)
Get 'InventoryCrossRef' element item by position.

Parameters:
index -
Returns:
item

clearInventoryCrossRefs

public void clearInventoryCrossRefs()
Remove all 'InventoryCrossRef' element items.