|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleRentalRate
org.ota.vehicle.RateRuleRS.RentalRate
public static class RateRuleRS.RentalRate
Information on the rates associated with this vehicle. Rate information can include the distance and the base rental cost, along with information on the various factors that may infuence this rate. This element may repeat to allow different distances to be made available for different charges. For example, $20.00 with 100 miles per day or $30.00 for unlimited mileage. 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="RentalRate" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:VehicleRentalRateType"> <xs:attribute type="xs:boolean" use="optional" name="WrittenConfInd"/> <xs:attribute type="ns:InventoryStatusType" use="optional" name="Status"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleRentalRate |
---|
VehicleRentalRate.PickupReturnRule, VehicleRentalRate.RateGuarantee, VehicleRentalRate.RateQualifier, VehicleRentalRate.RateRestrictions, VehicleRentalRate.VehicleCharges |
Constructor Summary | |
---|---|
RateRuleRS.RentalRate()
|
Method Summary | |
---|---|
InventoryStatus |
getStatus()
Get the 'Status' attribute value. |
java.lang.Boolean |
getWrittenConfInd()
Get the 'WrittenConfInd' attribute value. |
void |
setStatus(InventoryStatus status)
Set the 'Status' attribute value. |
void |
setWrittenConfInd(java.lang.Boolean writtenConfInd)
Set the 'WrittenConfInd' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateRuleRS.RentalRate()
Method Detail |
---|
public java.lang.Boolean getWrittenConfInd()
public void setWrittenConfInd(java.lang.Boolean writtenConfInd)
writtenConfInd
- public InventoryStatus getStatus()
public void setStatus(InventoryStatus status)
status
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |