|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvCount.Inventory.InvCounts
public static class InvCount.Inventory.InvCounts
A collection of inventory counts. 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="InvCounts" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="InvCount" maxOccurs="unbounded">
<!-- Reference to inner class InvCountInner -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
InvCount.Inventory.InvCounts.InvCountInner
Individual inventory count (e.g., Physical, Available, Sold, OOO, NAFS). |
| Constructor Summary | |
|---|---|
InvCount.Inventory.InvCounts()
|
|
| Method Summary | |
|---|---|
void |
addInvCount(InvCount.Inventory.InvCounts.InvCountInner item)
Add a 'InvCount' element item. |
void |
clearInvCounts()
Remove all 'InvCount' element items. |
InvCount.Inventory.InvCounts.InvCountInner |
getInvCount(int index)
Get 'InvCount' element item by position. |
java.util.List<InvCount.Inventory.InvCounts.InvCountInner> |
getInvCounts()
Get the list of 'InvCount' element items. |
void |
setInvCounts(java.util.List<InvCount.Inventory.InvCounts.InvCountInner> list)
Set the list of 'InvCount' element items. |
int |
sizeInvCounts()
Get the number of 'InvCount' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvCount.Inventory.InvCounts()
| Method Detail |
|---|
public java.util.List<InvCount.Inventory.InvCounts.InvCountInner> getInvCounts()
public void setInvCounts(java.util.List<InvCount.Inventory.InvCounts.InvCountInner> list)
list - public int sizeInvCounts()
public void addInvCount(InvCount.Inventory.InvCounts.InvCountInner item)
item - public InvCount.Inventory.InvCounts.InvCountInner getInvCount(int index)
index -
public void clearInvCounts()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||