org.ota.air
Class FareInfo.FareInfoInner.Fare

java.lang.Object
  extended by org.ota.air.FareInfo.FareInfoInner.Fare
Enclosing class:
FareInfo.FareInfoInner

public static class FareInfo.FareInfoInner.Fare
extends java.lang.Object

The base and total fare and tax amounts associated with the rule. 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="Fare" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:float" use="optional" name="BaseAmount"/>
     <xs:attribute type="xs:float" use="optional" name="BaseNUC_Amount"/>
     <xs:attribute type="xs:float" use="optional" name="TaxAmount"/>
     <xs:attribute type="xs:float" use="optional" name="TotalFare"/>
     <xs:attribute type="xs:string" use="optional" name="FareDescription"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareInfo.FareInfoInner.Fare()
           
 
Method Summary
 java.lang.Float getBaseAmount()
          Get the 'BaseAmount' attribute value.
 java.lang.Float getBaseNUCAmount()
          Get the 'BaseNUC_Amount' attribute value.
 java.lang.String getFareDescription()
          Get the 'FareDescription' attribute value.
 java.lang.Float getTaxAmount()
          Get the 'TaxAmount' attribute value.
 java.lang.Float getTotalFare()
          Get the 'TotalFare' attribute value.
 void setBaseAmount(java.lang.Float baseAmount)
          Set the 'BaseAmount' attribute value.
 void setBaseNUCAmount(java.lang.Float baseNUCAmount)
          Set the 'BaseNUC_Amount' attribute value.
 void setFareDescription(java.lang.String fareDescription)
          Set the 'FareDescription' attribute value.
 void setTaxAmount(java.lang.Float taxAmount)
          Set the 'TaxAmount' attribute value.
 void setTotalFare(java.lang.Float totalFare)
          Set the 'TotalFare' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareInfo.FareInfoInner.Fare

public FareInfo.FareInfoInner.Fare()
Method Detail

getBaseAmount

public java.lang.Float getBaseAmount()
Get the 'BaseAmount' attribute value. The base amount of the fare.

Returns:
value

setBaseAmount

public void setBaseAmount(java.lang.Float baseAmount)
Set the 'BaseAmount' attribute value. The base amount of the fare.

Parameters:
baseAmount -

getBaseNUCAmount

public java.lang.Float getBaseNUCAmount()
Get the 'BaseNUC_Amount' attribute value. The base neutral unit of construction amount.

Returns:
value

setBaseNUCAmount

public void setBaseNUCAmount(java.lang.Float baseNUCAmount)
Set the 'BaseNUC_Amount' attribute value. The base neutral unit of construction amount.

Parameters:
baseNUCAmount -

getTaxAmount

public java.lang.Float getTaxAmount()
Get the 'TaxAmount' attribute value. The tax amount for the fare associated to the rule.

Returns:
value

setTaxAmount

public void setTaxAmount(java.lang.Float taxAmount)
Set the 'TaxAmount' attribute value. The tax amount for the fare associated to the rule.

Parameters:
taxAmount -

getTotalFare

public java.lang.Float getTotalFare()
Get the 'TotalFare' attribute value. The total fare associated to the rule.

Returns:
value

setTotalFare

public void setTotalFare(java.lang.Float totalFare)
Set the 'TotalFare' attribute value. The total fare associated to the rule.

Parameters:
totalFare -

getFareDescription

public java.lang.String getFareDescription()
Get the 'FareDescription' attribute value. A description of the fare.

Returns:
value

setFareDescription

public void setFareDescription(java.lang.String fareDescription)
Set the 'FareDescription' attribute value. A description of the fare.

Parameters:
fareDescription -