|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareDisplayRQ.TravelPreferences.PricingPrefs
public static class FareDisplayRQ.TravelPreferences.PricingPrefs
Specify whether prices returned should include Taxes, ServicesFees 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="PricingPrefs" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="ExchangeRates" minOccurs="0">
<!-- Reference to inner class ExchangeRates -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:boolean" use="optional" name="IncludeTaxInd"/>
<xs:attribute type="xs:boolean" use="optional" name="IncludeServiceFeesInd"/>
<xs:attribute type="xs:string" use="optional" name="OverrideCurrency"/>
<xs:attribute type="xs:string" use="optional" name="AlternateCurrency"/>
<xs:attribute type="xs:boolean" use="optional" name="IncludeBaseAmtInd"/>
<xs:attribute type="xs:float" use="optional" name="MaxRateAmount"/>
<xs:attribute type="xs:float" use="optional" name="MaxCalculatedRateAmount"/>
<xs:attribute use="optional" name="CurrencyOption">
<xs:simpleType>
<!-- Reference to inner class CurrencyOption -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
FareDisplayRQ.TravelPreferences.PricingPrefs.CurrencyOption
Schema fragment(s) for this class: |
static class |
FareDisplayRQ.TravelPreferences.PricingPrefs.ExchangeRates
Container for exchange rate elements Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
FareDisplayRQ.TravelPreferences.PricingPrefs()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAlternateCurrency()
Get the 'AlternateCurrency' attribute value. |
FareDisplayRQ.TravelPreferences.PricingPrefs.CurrencyOption |
getCurrencyOption()
Get the 'CurrencyOption' attribute value. |
FareDisplayRQ.TravelPreferences.PricingPrefs.ExchangeRates |
getExchangeRates()
Get the 'ExchangeRates' element value. |
java.lang.Boolean |
getIncludeBaseAmtInd()
Get the 'IncludeBaseAmtInd' attribute value. |
java.lang.Boolean |
getIncludeServiceFeesInd()
Get the 'IncludeServiceFeesInd' attribute value. |
java.lang.Boolean |
getIncludeTaxInd()
Get the 'IncludeTaxInd' attribute value. |
java.lang.Float |
getMaxCalculatedRateAmount()
Get the 'MaxCalculatedRateAmount' attribute value. |
java.lang.Float |
getMaxRateAmount()
Get the 'MaxRateAmount' attribute value. |
java.lang.String |
getOverrideCurrency()
Get the 'OverrideCurrency' attribute value. |
void |
setAlternateCurrency(java.lang.String alternateCurrency)
Set the 'AlternateCurrency' attribute value. |
void |
setCurrencyOption(FareDisplayRQ.TravelPreferences.PricingPrefs.CurrencyOption currencyOption)
Set the 'CurrencyOption' attribute value. |
void |
setExchangeRates(FareDisplayRQ.TravelPreferences.PricingPrefs.ExchangeRates exchangeRates)
Set the 'ExchangeRates' element value. |
void |
setIncludeBaseAmtInd(java.lang.Boolean includeBaseAmtInd)
Set the 'IncludeBaseAmtInd' attribute value. |
void |
setIncludeServiceFeesInd(java.lang.Boolean includeServiceFeesInd)
Set the 'IncludeServiceFeesInd' attribute value. |
void |
setIncludeTaxInd(java.lang.Boolean includeTaxInd)
Set the 'IncludeTaxInd' attribute value. |
void |
setMaxCalculatedRateAmount(java.lang.Float maxCalculatedRateAmount)
Set the 'MaxCalculatedRateAmount' attribute value. |
void |
setMaxRateAmount(java.lang.Float maxRateAmount)
Set the 'MaxRateAmount' attribute value. |
void |
setOverrideCurrency(java.lang.String overrideCurrency)
Set the 'OverrideCurrency' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FareDisplayRQ.TravelPreferences.PricingPrefs()
| Method Detail |
|---|
public FareDisplayRQ.TravelPreferences.PricingPrefs.ExchangeRates getExchangeRates()
public void setExchangeRates(FareDisplayRQ.TravelPreferences.PricingPrefs.ExchangeRates exchangeRates)
exchangeRates - public java.lang.Boolean getIncludeTaxInd()
public void setIncludeTaxInd(java.lang.Boolean includeTaxInd)
includeTaxInd - public java.lang.Boolean getIncludeServiceFeesInd()
public void setIncludeServiceFeesInd(java.lang.Boolean includeServiceFeesInd)
includeServiceFeesInd - public java.lang.String getOverrideCurrency()
public void setOverrideCurrency(java.lang.String overrideCurrency)
overrideCurrency - public java.lang.String getAlternateCurrency()
public void setAlternateCurrency(java.lang.String alternateCurrency)
alternateCurrency - public java.lang.Boolean getIncludeBaseAmtInd()
public void setIncludeBaseAmtInd(java.lang.Boolean includeBaseAmtInd)
includeBaseAmtInd - public java.lang.Float getMaxRateAmount()
public void setMaxRateAmount(java.lang.Float maxRateAmount)
maxRateAmount - public java.lang.Float getMaxCalculatedRateAmount()
public void setMaxCalculatedRateAmount(java.lang.Float maxCalculatedRateAmount)
maxCalculatedRateAmount - public FareDisplayRQ.TravelPreferences.PricingPrefs.CurrencyOption getCurrencyOption()
public void setCurrencyOption(FareDisplayRQ.TravelPreferences.PricingPrefs.CurrencyOption currencyOption)
currencyOption -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||