| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.Fare.Taxes
public static class Fare.Taxes
This is a collection of Taxes 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="Taxes" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:AirTaxType" name="Tax" maxOccurs="99"/>
     </xs:sequence>
     <xs:attribute type="xs:float" use="optional" name="Amount"/>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
Fare.Taxes()
 | 
|
| Method Summary | |
|---|---|
 void | 
addTax(AirTax item)
Add a 'Tax' element item.  | 
 void | 
clearTaxs()
Remove all 'Tax' element items.  | 
 java.lang.Float | 
getAmount()
Get the 'Amount' attribute value.  | 
 AirTax | 
getTax(int index)
Get 'Tax' element item by position.  | 
 java.util.List<AirTax> | 
getTaxs()
Get the list of 'Tax' element items.  | 
 void | 
setAmount(java.lang.Float amount)
Set the 'Amount' attribute value.  | 
 void | 
setTaxs(java.util.List<AirTax> 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 Fare.Taxes()
| Method Detail | 
|---|
public java.util.List<AirTax> getTaxs()
public void setTaxs(java.util.List<AirTax> list)
list - public int sizeTaxs()
public void addTax(AirTax item)
item - public AirTax getTax(int index)
index - 
public void clearTaxs()
public java.lang.Float getAmount()
public void setAmount(java.lang.Float amount)
amount - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||