org.ota.air
Class PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total

java.lang.Object
  extended by org.ota.air.PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total
Enclosing class:
PTCFareBreakdown.PassengerFare.TicketFeeDetail

public static class PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total
extends java.lang.Object

Used to specify the total base fees, total taxes and total of both. 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" maxOccurs="3">
   <xs:complexType>
     <xs:attribute use="required" name="Type">
       <xs:simpleType>
         <!-- Reference to inner class Type -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attribute type="xs:float" use="required" name="Amount"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type
          Schema fragment(s) for this class:
 
Constructor Summary
PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total()
           
 
Method Summary
 java.lang.Float getAmount()
          Get the 'Amount' attribute value.
 PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type getType()
          Get the 'Type' attribute value.
 void setAmount(java.lang.Float amount)
          Set the 'Amount' attribute value.
 void setType(PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type type)
          Set the 'Type' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total

public PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total()
Method Detail

getType

public PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type getType()
Get the 'Type' attribute value.

Returns:
value

setType

public void setType(PTCFareBreakdown.PassengerFare.TicketFeeDetail.Total.Type type)
Set the 'Type' attribute value.

Parameters:
type -

getAmount

public java.lang.Float getAmount()
Get the 'Amount' attribute value.

Returns:
value

setAmount

public void setAmount(java.lang.Float amount)
Set the 'Amount' attribute value.

Parameters:
amount -