org.ota.air
Class Fare.BaseFare

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

public static class Fare.BaseFare
extends java.lang.Object

Price of the inventory excluding taxes and fees. 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="BaseFare" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
     <xs:attributeGroup ref="ns:ExchangeRateGroup"/>
     <xs:attribute type="ns:ActionType" use="optional" name="Operation"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Fare.BaseFare()
           
 
Method Summary
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 ExchangeRateGroup getExchangeRateGroup()
          Get the 'ExchangeRateGroup' attributeGroup value.
 Action getOperation()
          Get the 'Operation' attribute value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setExchangeRateGroup(ExchangeRateGroup exchangeRateGroup)
          Set the 'ExchangeRateGroup' attributeGroup value.
 void setOperation(Action operation)
          Set the 'Operation' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fare.BaseFare

public Fare.BaseFare()
Method Detail

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value.

Parameters:
currencyAmountGroup -

getExchangeRateGroup

public ExchangeRateGroup getExchangeRateGroup()
Get the 'ExchangeRateGroup' attributeGroup value.

Returns:
value

setExchangeRateGroup

public void setExchangeRateGroup(ExchangeRateGroup exchangeRateGroup)
Set the 'ExchangeRateGroup' attributeGroup value.

Parameters:
exchangeRateGroup -

getOperation

public Action getOperation()
Get the 'Operation' attribute value. Indicates the required modification to the element.

Returns:
value

setOperation

public void setOperation(Action operation)
Set the 'Operation' attribute value. Indicates the required modification to the element.

Parameters:
operation -