|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.RateRuleRS
public class RateRuleRS
The OTA_VehRateRuleRS provides details regarding a previously quoted rate or a reservation that is already confirmed. 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="OTA_VehRateRuleRS"> <xs:complexType> <xs:choice> <xs:sequence> <xs:element type="ns:SuccessType" name="Success"/> <xs:element type="ns:WarningsType" name="Warnings" minOccurs="0"/> <xs:element name="VehRentalCore" minOccurs="0"> <!-- Reference to inner class VehRentalCore --> </xs:element> <xs:element name="Vehicle" minOccurs="0"> <!-- Reference to inner class Vehicle --> </xs:element> <xs:element name="RentalRate" minOccurs="0" maxOccurs="5"> <!-- Reference to inner class RentalRate --> </xs:element> <xs:element name="TotalCharge" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:VehicleTotalChargeGroup"/> </xs:complexType> </xs:element> <xs:element name="RateRules" minOccurs="0"> <!-- Reference to inner class RateRules --> </xs:element> <xs:element name="PricedEquips" minOccurs="0"> <!-- Reference to inner class PricedEquips --> </xs:element> <xs:element name="Fees" minOccurs="0"> <!-- Reference to inner class Fees --> </xs:element> <xs:element name="PricedCoverages" minOccurs="0"> <!-- Reference to inner class PricedCoverages --> </xs:element> <xs:element name="LocationDetails" minOccurs="0" maxOccurs="2"> <!-- Reference to inner class LocationDetails --> </xs:element> <xs:element type="ns:VendorMessagesType" name="VendorMessages" minOccurs="0"/> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:element type="ns:ErrorsType" name="Errors"/> </xs:choice> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SuccessType"/> <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
Nested Class Summary | |
---|---|
static class |
RateRuleRS.Fees
A collection of fees associated with this vehicle quotation. |
static class |
RateRuleRS.LocationDetails
Information on the rental location (pick up or dropoff), including address, telephone, directions, hours of operations, etc. |
static class |
RateRuleRS.PricedCoverages
A collection of coverages, along with associated price and details. |
static class |
RateRuleRS.PricedEquips
A collection of special equipment that is part of this quote, along with the charges associated with this equipment. |
static class |
RateRuleRS.RateRules
Collection of rules pertaining to the rental rate and/or vehicle. |
static class |
RateRuleRS.RentalRate
Information on the rates associated with this vehicle. |
static class |
RateRuleRS.Vehicle
Information on one specific vehicle. |
static class |
RateRuleRS.VehRentalCore
Contains rental dates, times, and locations. |
Constructor Summary | |
---|---|
RateRuleRS()
|
Method Summary | |
---|---|
void |
addLocationDetail(RateRuleRS.LocationDetails item)
Add a 'LocationDetails' element item. |
void |
addRentalRate(RateRuleRS.RentalRate item)
Add a 'RentalRate' element item. |
void |
clearChoiceSelect()
Clear the choice selection. |
void |
clearLocationDetails()
Remove all 'LocationDetails' element items. |
void |
clearRentalRates()
Remove all 'RentalRate' element items. |
Errors |
getErrors()
Get the 'Errors' element value. |
RateRuleRS.Fees |
getFees()
Get the 'Fees' element value. |
RateRuleRS.LocationDetails |
getLocationDetail(int index)
Get 'LocationDetails' element item by position. |
java.util.List<RateRuleRS.LocationDetails> |
getLocationDetails()
Get the list of 'LocationDetails' element items. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
RateRuleRS.PricedCoverages |
getPricedCoverages()
Get the 'PricedCoverages' element value. |
RateRuleRS.PricedEquips |
getPricedEquips()
Get the 'PricedEquips' element value. |
RateRuleRS.RateRules |
getRateRules()
Get the 'RateRules' element value. |
RateRuleRS.RentalRate |
getRentalRate(int index)
Get 'RentalRate' element item by position. |
java.util.List<RateRuleRS.RentalRate> |
getRentalRates()
Get the list of 'RentalRate' element items. |
VehicleTotalChargeGroup |
getTotalCharge()
Get the 'VehicleTotalChargeGroup' attributeGroup value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
RateRuleRS.Vehicle |
getVehicle()
Get the 'Vehicle' element value. |
RateRuleRS.VehRentalCore |
getVehRentalCore()
Get the 'VehRentalCore' element value. |
VendorMessages |
getVendorMessages()
Get the 'VendorMessages' element value. |
Warnings |
getWarnings()
Get the 'Warnings' element value. |
boolean |
ifErrors()
Check if Errors is current selection for choice. |
boolean |
ifSuccess()
Check if Success is current selection for choice. |
void |
setErrors(Errors errors)
Set the 'Errors' element value. |
void |
setFees(RateRuleRS.Fees fees)
Set the 'Fees' element value. |
void |
setLocationDetails(java.util.List<RateRuleRS.LocationDetails> list)
Set the list of 'LocationDetails' element items. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPricedCoverages(RateRuleRS.PricedCoverages pricedCoverages)
Set the 'PricedCoverages' element value. |
void |
setPricedEquips(RateRuleRS.PricedEquips pricedEquips)
Set the 'PricedEquips' element value. |
void |
setRateRules(RateRuleRS.RateRules rateRules)
Set the 'RateRules' element value. |
void |
setRentalRates(java.util.List<RateRuleRS.RentalRate> list)
Set the list of 'RentalRate' element items. |
void |
setTotalCharge(VehicleTotalChargeGroup totalCharge)
Set the 'VehicleTotalChargeGroup' attributeGroup value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setVehicle(RateRuleRS.Vehicle vehicle)
Set the 'Vehicle' element value. |
void |
setVehRentalCore(RateRuleRS.VehRentalCore vehRentalCore)
Set the 'VehRentalCore' element value. |
void |
setVendorMessages(VendorMessages vendorMessages)
Set the 'VendorMessages' element value. |
void |
setWarnings(Warnings warnings)
Set the 'Warnings' element value. |
int |
sizeLocationDetails()
Get the number of 'LocationDetails' element items. |
int |
sizeRentalRates()
Get the number of 'RentalRate' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateRuleRS()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifSuccess()
true
if selection, false
if notpublic Warnings getWarnings()
public void setWarnings(Warnings warnings)
warnings
- public RateRuleRS.VehRentalCore getVehRentalCore()
public void setVehRentalCore(RateRuleRS.VehRentalCore vehRentalCore)
vehRentalCore
- public RateRuleRS.Vehicle getVehicle()
public void setVehicle(RateRuleRS.Vehicle vehicle)
vehicle
- public java.util.List<RateRuleRS.RentalRate> getRentalRates()
public void setRentalRates(java.util.List<RateRuleRS.RentalRate> list)
list
- public int sizeRentalRates()
public void addRentalRate(RateRuleRS.RentalRate item)
item
- public RateRuleRS.RentalRate getRentalRate(int index)
index
-
public void clearRentalRates()
public VehicleTotalChargeGroup getTotalCharge()
public void setTotalCharge(VehicleTotalChargeGroup totalCharge)
totalCharge
- public RateRuleRS.RateRules getRateRules()
public void setRateRules(RateRuleRS.RateRules rateRules)
rateRules
- public RateRuleRS.PricedEquips getPricedEquips()
public void setPricedEquips(RateRuleRS.PricedEquips pricedEquips)
pricedEquips
- public RateRuleRS.Fees getFees()
public void setFees(RateRuleRS.Fees fees)
fees
- public RateRuleRS.PricedCoverages getPricedCoverages()
public void setPricedCoverages(RateRuleRS.PricedCoverages pricedCoverages)
pricedCoverages
- public java.util.List<RateRuleRS.LocationDetails> getLocationDetails()
public void setLocationDetails(java.util.List<RateRuleRS.LocationDetails> list)
list
- public int sizeLocationDetails()
public void addLocationDetail(RateRuleRS.LocationDetails item)
item
- public RateRuleRS.LocationDetails getLocationDetail(int index)
index
-
public void clearLocationDetails()
public VendorMessages getVendorMessages()
public void setVendorMessages(VendorMessages vendorMessages)
vendorMessages
- public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
- public boolean ifErrors()
true
if selection, false
if notpublic Errors getErrors()
public void setErrors(Errors errors)
errors
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |