|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.Taxes
public class Taxes
A collection of taxes. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TaxesType">
<xs:sequence>
<xs:element type="ns:TaxType" name="Tax" minOccurs="0" maxOccurs="99"/>
</xs:sequence>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
Taxes()
|
|
| Method Summary | |
|---|---|
void |
addTax(Tax item)
Add a 'Tax' element item. |
void |
clearTaxs()
Remove all 'Tax' element items. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
Tax |
getTax(int index)
Get 'Tax' element item by position. |
java.util.List<Tax> |
getTaxs()
Get the list of 'Tax' element items. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setTaxs(java.util.List<Tax> list)
Set the list of 'Tax' element items. |
int |
sizeTaxs()
Get the number of 'Tax' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Taxes()
| Method Detail |
|---|
public java.util.List<Tax> getTaxs()
public void setTaxs(java.util.List<Tax> list)
list - public int sizeTaxs()
public void addTax(Tax item)
item - public Tax getTax(int index)
index -
public void clearTaxs()
public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||