|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleCharge
org.ota.vehicle.VehicleChargePurpose
public class VehicleChargePurpose
The VehicleChargePurposeType complex type defines information on a specific charge associated with the rental of a vehicle along with the purpose of the charge. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleChargePurposeType"> <xs:complexContent> <xs:extension base="ns:VehicleChargeType"> <xs:attribute type="xs:string" use="required" name="Purpose"/> <xs:attribute type="xs:boolean" use="optional" name="RateConvertInd"/> <xs:attribute type="xs:boolean" use="optional" name="RequiredInd"/> </xs:extension> </xs:complexContent> </xs:complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleCharge |
---|
VehicleCharge.Calculation, VehicleCharge.MinMax, VehicleCharge.TaxAmounts |
Constructor Summary | |
---|---|
VehicleChargePurpose()
|
Method Summary | |
---|---|
java.lang.String |
getPurpose()
Get the 'Purpose' attribute value. |
java.lang.Boolean |
getRateConvertInd()
Get the 'RateConvertInd' attribute value. |
java.lang.Boolean |
getRequiredInd()
Get the 'RequiredInd' attribute value. |
void |
setPurpose(java.lang.String purpose)
Set the 'Purpose' attribute value. |
void |
setRateConvertInd(java.lang.Boolean rateConvertInd)
Set the 'RateConvertInd' attribute value. |
void |
setRequiredInd(java.lang.Boolean requiredInd)
Set the 'RequiredInd' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleChargePurpose()
Method Detail |
---|
public java.lang.String getPurpose()
public void setPurpose(java.lang.String purpose)
purpose
- public java.lang.Boolean getRateConvertInd()
public void setRateConvertInd(java.lang.Boolean rateConvertInd)
rateConvertInd
- public java.lang.Boolean getRequiredInd()
public void setRequiredInd(java.lang.Boolean requiredInd)
requiredInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |