|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.PkgInvoiceDetail.CostingItems
public static class PkgInvoiceDetail.CostingItems
A collection of invoice item lines. 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="CostingItems" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:CostingItemType" name="CostingItem" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
PkgInvoiceDetail.CostingItems()
|
Method Summary | |
---|---|
void |
addCostingItem(CostingItem item)
Add a 'CostingItem' element item. |
void |
clearCostingItems()
Remove all 'CostingItem' element items. |
CostingItem |
getCostingItem(int index)
Get 'CostingItem' element item by position. |
java.util.List<CostingItem> |
getCostingItems()
Get the list of 'CostingItem' element items. |
void |
setCostingItems(java.util.List<CostingItem> list)
Set the list of 'CostingItem' element items. |
int |
sizeCostingItems()
Get the number of 'CostingItem' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PkgInvoiceDetail.CostingItems()
Method Detail |
---|
public java.util.List<CostingItem> getCostingItems()
public void setCostingItems(java.util.List<CostingItem> list)
list
- public int sizeCostingItems()
public void addCostingItem(CostingItem item)
item
- public CostingItem getCostingItem(int index)
index
-
public void clearCostingItems()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |