org.ota.vehicle
Class VehicleTotalChargeGroup

java.lang.Object
  extended by org.ota.vehicle.VehicleTotalChargeGroup

public class VehicleTotalChargeGroup
extends java.lang.Object

The VehicleTotalChargeType complex type identifies the data that is used to express a total charge, both including and excluding taxes. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleTotalChargeGroup">
   <xs:attribute type="xs:float" use="optional" name="RateTotalAmount"/>
   <xs:attribute type="xs:float" use="optional" name="EstimatedTotalAmount"/>
   <xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
 </xs:attributeGroup>
 


Constructor Summary
VehicleTotalChargeGroup()
           
 
Method Summary
 CurrencyCodeGroup getCurrencyCodeGroup()
          Get the 'CurrencyCodeGroup' attributeGroup value.
 java.lang.Float getEstimatedTotalAmount()
          Get the 'EstimatedTotalAmount' attribute value.
 java.lang.Float getRateTotalAmount()
          Get the 'RateTotalAmount' attribute value.
 void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
          Set the 'CurrencyCodeGroup' attributeGroup value.
 void setEstimatedTotalAmount(java.lang.Float estimatedTotalAmount)
          Set the 'EstimatedTotalAmount' attribute value.
 void setRateTotalAmount(java.lang.Float rateTotalAmount)
          Set the 'RateTotalAmount' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleTotalChargeGroup

public VehicleTotalChargeGroup()
Method Detail

getRateTotalAmount

public java.lang.Float getRateTotalAmount()
Get the 'RateTotalAmount' attribute value. Total rental charges excluding any additional mandatory charges.

Returns:
value

setRateTotalAmount

public void setRateTotalAmount(java.lang.Float rateTotalAmount)
Set the 'RateTotalAmount' attribute value. Total rental charges excluding any additional mandatory charges.

Parameters:
rateTotalAmount -

getEstimatedTotalAmount

public java.lang.Float getEstimatedTotalAmount()
Get the 'EstimatedTotalAmount' attribute value. Total rental charges including any additional mandatory charges (e.g., taxes).

Returns:
value

setEstimatedTotalAmount

public void setEstimatedTotalAmount(java.lang.Float estimatedTotalAmount)
Set the 'EstimatedTotalAmount' attribute value. Total rental charges including any additional mandatory charges (e.g., taxes).

Parameters:
estimatedTotalAmount -

getCurrencyCodeGroup

public CurrencyCodeGroup getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. Provides a currency code and the number of decimal places for these amounts.

Returns:
value

setCurrencyCodeGroup

public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. Provides a currency code and the number of decimal places for these amounts.

Parameters:
currencyCodeGroup -