|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleAvailCore.TotalCharge
public static class VehicleAvailCore.TotalCharge
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 |
|---|
public VehicleAvailCore.TotalCharge()
| Method Detail |
|---|
public VehicleTotalChargeGroup getVehicleTotalChargeGroup()
public void setVehicleTotalChargeGroup(VehicleTotalChargeGroup vehicleTotalChargeGroup)
vehicleTotalChargeGroup - public java.lang.Boolean getRateConvertInd()
public void setRateConvertInd(java.lang.Boolean rateConvertInd)
rateConvertInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||