org.ota.air
Class PTCFareBreakdown.PassengerFare.TicketFeeDetail.Fee.Total
java.lang.Object
   org.ota.air.PTCFareBreakdown.PassengerFare.TicketFeeDetail.Fee.Total
org.ota.air.PTCFareBreakdown.PassengerFare.TicketFeeDetail.Fee.Total
- Enclosing class:
- PTCFareBreakdown.PassengerFare.TicketFeeDetail.Fee
- public static class PTCFareBreakdown.PassengerFare.TicketFeeDetail.Fee.Total 
- extends java.lang.Object
The total of the base fee and 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="Total" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:float" use="required" name="Amount"/>
   </xs:complexType>
 </xs:element>
 
 
| Method Summary | 
|  java.lang.Float | getAmount()Get the 'Amount' attribute value.
 | 
|  void | setAmount(java.lang.Float amount)Set the 'Amount' attribute value.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PTCFareBreakdown.PassengerFare.TicketFeeDetail.Fee.Total
public PTCFareBreakdown.PassengerFare.TicketFeeDetail.Fee.Total()
getAmount
public java.lang.Float getAmount()
- Get the 'Amount' attribute value. The total of the base fee and taxes.
 
- 
- Returns:
- value
 
setAmount
public void setAmount(java.lang.Float amount)
- Set the 'Amount' attribute value. The total of the base fee and taxes.
 
- 
- Parameters:
- amount-