org.ota.vehicle
Class VehicleAvailCore.TotalCharge

java.lang.Object
  extended by org.ota.vehicle.VehicleAvailCore.TotalCharge
Enclosing class:
VehicleAvailCore

public static class VehicleAvailCore.TotalCharge
extends java.lang.Object

The anticipated total cost of a reservation, the sum of the individual charges, optional charges and associated 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="TotalCharge" minOccurs="0" maxOccurs="2">
   <xs:complexType>
     <xs:attributeGroup ref="ns:VehicleTotalChargeGroup"/>
     <xs:attribute type="xs:boolean" use="optional" name="RateConvertInd"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
VehicleAvailCore.TotalCharge()
           
 
Method Summary
 java.lang.Boolean getRateConvertInd()
          Get the 'RateConvertInd' attribute value.
 VehicleTotalChargeGroup getVehicleTotalChargeGroup()
          Get the 'VehicleTotalChargeGroup' attributeGroup value.
 void setRateConvertInd(java.lang.Boolean rateConvertInd)
          Set the 'RateConvertInd' attribute value.
 void setVehicleTotalChargeGroup(VehicleTotalChargeGroup vehicleTotalChargeGroup)
          Set the 'VehicleTotalChargeGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleAvailCore.TotalCharge

public VehicleAvailCore.TotalCharge()
Method Detail

getVehicleTotalChargeGroup

public VehicleTotalChargeGroup getVehicleTotalChargeGroup()
Get the 'VehicleTotalChargeGroup' attributeGroup value.

Returns:
value

setVehicleTotalChargeGroup

public void setVehicleTotalChargeGroup(VehicleTotalChargeGroup vehicleTotalChargeGroup)
Set the 'VehicleTotalChargeGroup' attributeGroup value.

Parameters:
vehicleTotalChargeGroup -

getRateConvertInd

public java.lang.Boolean getRateConvertInd()
Get the 'RateConvertInd' attribute value. When true, the rates have been converted to a different currency.

Returns:
value

setRateConvertInd

public void setRateConvertInd(java.lang.Boolean rateConvertInd)
Set the 'RateConvertInd' attribute value. When true, the rates have been converted to a different currency.

Parameters:
rateConvertInd -