|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.InvNotifRS.InventoryCrossRefs
public static class InvNotifRS.InventoryCrossRefs
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 |
---|
public InvNotifRS.InventoryCrossRefs()
Method Detail |
---|
public java.util.List<InvNotifRS.InventoryCrossRefs.InventoryCrossRef> getInventoryCrossRefs()
public void setInventoryCrossRefs(java.util.List<InvNotifRS.InventoryCrossRefs.InventoryCrossRef> list)
list
- public int sizeInventoryCrossRefs()
public void addInventoryCrossRef(InvNotifRS.InventoryCrossRefs.InventoryCrossRef item)
item
- public InvNotifRS.InventoryCrossRefs.InventoryCrossRef getInventoryCrossRef(int index)
index
-
public void clearInventoryCrossRefs()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |