|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FareInfo.FareInfoInner.Fare
public static class FareInfo.FareInfoInner.Fare
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 |
---|
public FareInfo.FareInfoInner.Fare()
Method Detail |
---|
public java.lang.Float getBaseAmount()
public void setBaseAmount(java.lang.Float baseAmount)
baseAmount
- public java.lang.Float getBaseNUCAmount()
public void setBaseNUCAmount(java.lang.Float baseNUCAmount)
baseNUCAmount
- public java.lang.Float getTaxAmount()
public void setTaxAmount(java.lang.Float taxAmount)
taxAmount
- public java.lang.Float getTotalFare()
public void setTotalFare(java.lang.Float totalFare)
totalFare
- public java.lang.String getFareDescription()
public void setFareDescription(java.lang.String fareDescription)
fareDescription
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |