|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.Fare.Fees.Fee
public static class Fare.Fees.Fee
Any additional fee incurred by the passenger but not shown on the ticket. 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" type="ns:AirFeeType" name="Fee" maxOccurs="9"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AirFeeType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:string" use="required" name="FeeCode"/>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
<xs:attribute type="xs:float" use="optional" name="TaxPercentage"/>
<xs:attribute type="ns:ActionType" use="optional" name="Operation"/>
<xs:attribute use="optional" name="FeeTransactionType">
<xs:simpleType>
<!-- Reference to inner class FeeTransaction -->
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
Fare.Fees.Fee.FeeTransaction
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
Fare.Fees.Fee()
|
|
| Method Summary | |
|---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getFeeCode()
Get the 'FeeCode' attribute value. |
Fare.Fees.Fee.FeeTransaction |
getFeeTransaction()
Get the 'FeeTransactionType' attribute value. |
Action |
getOperation()
Get the 'Operation' attribute value. |
java.lang.String |
getString()
Get the extension value. |
java.lang.Float |
getTaxPercentage()
Get the 'TaxPercentage' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setFeeCode(java.lang.String feeCode)
Set the 'FeeCode' attribute value. |
void |
setFeeTransaction(Fare.Fees.Fee.FeeTransaction feeTransaction)
Set the 'FeeTransactionType' attribute value. |
void |
setOperation(Action operation)
Set the 'Operation' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
void |
setTaxPercentage(java.lang.Float taxPercentage)
Set the 'TaxPercentage' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Fare.Fees.Fee()
| Method Detail |
|---|
public java.lang.String getString()
public void setString(java.lang.String string)
string - public java.lang.String getFeeCode()
public void setFeeCode(java.lang.String feeCode)
feeCode - public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup - public java.lang.Float getTaxPercentage()
public void setTaxPercentage(java.lang.Float taxPercentage)
taxPercentage - public Action getOperation()
public void setOperation(Action operation)
operation - public Fare.Fees.Fee.FeeTransaction getFeeTransaction()
public void setFeeTransaction(Fare.Fees.Fee.FeeTransaction feeTransaction)
feeTransaction -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||