|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.CheckOutRQ
public class CheckOutRQ
This message will allow a rental customer to engage in a car rental agreement allowing the customer to take possession of a specific vehicle. 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_VehCheckOutRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS"/> <xs:element type="ns:CustomerPrimaryAdditionalType" name="Customer" minOccurs="0"/> <xs:element name="DriverType" minOccurs="0" maxOccurs="3"> <xs:complexType> <xs:attributeGroup ref="ns:TravelerCountGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:VehicleRentalCoreType" name="PickUpReturnDetails" minOccurs="0"/> <xs:element type="ns:CompanyNamePrefType" name="VendorPref" minOccurs="0"/> <xs:element type="ns:VehiclePrefType" name="VehPref" minOccurs="0"/> <xs:element name="VehMakeModel" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:VehicleMakeModelGroup"/> </xs:complexType> </xs:element> <xs:element name="VehIdentity" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:VehicleIdentityGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:VehicleRentalDetailsType" name="VehDetailsOut" minOccurs="0"/> <xs:element name="RateQualifier" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:RateQualifierCoreGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:VehicleRentalRateType" name="RentalRate" minOccurs="0"/> <xs:element type="ns:CoveragePricedType" name="PricedCoverage" minOccurs="0"/> <xs:element name="SpecialEquipPrefs" minOccurs="0"> <!-- Reference to inner class SpecialEquipPrefs --> </xs:element> <xs:element type="ns:VehicleChargePurposeType" name="Fee" minOccurs="0"/> <xs:element type="ns:UniqueID_Type" name="ConfID" minOccurs="0"/> <xs:element type="ns:UniqueID_Type" name="ContractID" minOccurs="0"/> <xs:element type="ns:PaymentDetailType" name="RentalPaymentAmount" minOccurs="0" maxOccurs="5"/> <xs:element name="Remarks" minOccurs="0"> <!-- Reference to inner class Remarks --> </xs:element> <xs:element type="ns:VehicleReservationRQAdditionalInfoType" name="VehRentalAdditionalInfo" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> <xs:attributeGroup ref="ns:RentalActionGroup"/> <xs:attributeGroup ref="ns:ReqRespVersion"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReqRespVersion"> <xs:attribute type="xs:string" use="optional" name="ReqRespVersion"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
CheckOutRQ.Remarks
A collection of remarks. |
static class |
CheckOutRQ.SpecialEquipPrefs
Collection of special equipment preferences. |
Constructor Summary | |
---|---|
CheckOutRQ()
|
Method Summary | |
---|---|
void |
addDriver(TravelerCountGroup item)
Add a 'DriverType' element item. |
void |
addRentalPaymentAmount(PaymentDetail item)
Add a 'RentalPaymentAmount' element item. |
void |
clearDrivers()
Remove all 'DriverType' element items. |
void |
clearRentalPaymentAmounts()
Remove all 'RentalPaymentAmount' element items. |
UniqueID |
getConfID()
Get the 'ConfID' element value. |
UniqueID |
getContractID()
Get the 'ContractID' element value. |
CustomerPrimaryAdditional |
getCustomer()
Get the 'Customer' element value. |
TravelerCountGroup |
getDriver(int index)
Get 'DriverType' element item by position. |
java.util.List<TravelerCountGroup> |
getDrivers()
Get the list of 'DriverType' element items. |
VehicleChargePurpose |
getFee()
Get the 'Fee' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
VehicleRentalCore |
getPickUpReturnDetails()
Get the 'PickUpReturnDetails' element value. |
POS |
getPOS()
Get the 'POS' element value. |
CoveragePriced |
getPricedCoverage()
Get the 'PricedCoverage' element value. |
RateQualifierCoreGroup |
getRateQualifier()
Get the 'RateQualifierCoreGroup' attributeGroup value. |
CheckOutRQ.Remarks |
getRemarks()
Get the 'Remarks' element value. |
RentalActionGroup |
getRentalActionGroup()
Get the 'RentalActionGroup' attributeGroup value. |
PaymentDetail |
getRentalPaymentAmount(int index)
Get 'RentalPaymentAmount' element item by position. |
java.util.List<PaymentDetail> |
getRentalPaymentAmounts()
Get the list of 'RentalPaymentAmount' element items. |
VehicleRentalRate |
getRentalRate()
Get the 'RentalRate' element value. |
java.lang.String |
getReqRespVersion()
Get the 'ReqRespVersion' attribute value. |
CheckOutRQ.SpecialEquipPrefs |
getSpecialEquipPrefs()
Get the 'SpecialEquipPrefs' element value. |
VehicleRentalDetails |
getVehDetailsOut()
Get the 'VehDetailsOut' element value. |
VehicleIdentityGroup |
getVehIdentity()
Get the 'VehicleIdentityGroup' attributeGroup value. |
VehicleMakeModelGroup |
getVehMakeModel()
Get the 'VehicleMakeModelGroup' attributeGroup value. |
VehiclePref |
getVehPref()
Get the 'VehPref' element value. |
VehicleReservationRQAdditionalInfo |
getVehRentalAdditionalInfo()
Get the 'VehRentalAdditionalInfo' element value. |
CompanyNamePref |
getVendorPref()
Get the 'VendorPref' element value. |
void |
setConfID(UniqueID confID)
Set the 'ConfID' element value. |
void |
setContractID(UniqueID contractID)
Set the 'ContractID' element value. |
void |
setCustomer(CustomerPrimaryAdditional customer)
Set the 'Customer' element value. |
void |
setDrivers(java.util.List<TravelerCountGroup> list)
Set the list of 'DriverType' element items. |
void |
setFee(VehicleChargePurpose fee)
Set the 'Fee' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPickUpReturnDetails(VehicleRentalCore pickUpReturnDetails)
Set the 'PickUpReturnDetails' element value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setPricedCoverage(CoveragePriced pricedCoverage)
Set the 'PricedCoverage' element value. |
void |
setRateQualifier(RateQualifierCoreGroup rateQualifier)
Set the 'RateQualifierCoreGroup' attributeGroup value. |
void |
setRemarks(CheckOutRQ.Remarks remarks)
Set the 'Remarks' element value. |
void |
setRentalActionGroup(RentalActionGroup rentalActionGroup)
Set the 'RentalActionGroup' attributeGroup value. |
void |
setRentalPaymentAmounts(java.util.List<PaymentDetail> list)
Set the list of 'RentalPaymentAmount' element items. |
void |
setRentalRate(VehicleRentalRate rentalRate)
Set the 'RentalRate' element value. |
void |
setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value. |
void |
setSpecialEquipPrefs(CheckOutRQ.SpecialEquipPrefs specialEquipPrefs)
Set the 'SpecialEquipPrefs' element value. |
void |
setVehDetailsOut(VehicleRentalDetails vehDetailsOut)
Set the 'VehDetailsOut' element value. |
void |
setVehIdentity(VehicleIdentityGroup vehIdentity)
Set the 'VehicleIdentityGroup' attributeGroup value. |
void |
setVehMakeModel(VehicleMakeModelGroup vehMakeModel)
Set the 'VehicleMakeModelGroup' attributeGroup value. |
void |
setVehPref(VehiclePref vehPref)
Set the 'VehPref' element value. |
void |
setVehRentalAdditionalInfo(VehicleReservationRQAdditionalInfo vehRentalAdditionalInfo)
Set the 'VehRentalAdditionalInfo' element value. |
void |
setVendorPref(CompanyNamePref vendorPref)
Set the 'VendorPref' element value. |
int |
sizeDrivers()
Get the number of 'DriverType' element items. |
int |
sizeRentalPaymentAmounts()
Get the number of 'RentalPaymentAmount' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckOutRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public CustomerPrimaryAdditional getCustomer()
public void setCustomer(CustomerPrimaryAdditional customer)
customer
- public java.util.List<TravelerCountGroup> getDrivers()
public void setDrivers(java.util.List<TravelerCountGroup> list)
list
- public int sizeDrivers()
public void addDriver(TravelerCountGroup item)
item
- public TravelerCountGroup getDriver(int index)
index
-
public void clearDrivers()
public VehicleRentalCore getPickUpReturnDetails()
public void setPickUpReturnDetails(VehicleRentalCore pickUpReturnDetails)
pickUpReturnDetails
- public CompanyNamePref getVendorPref()
public void setVendorPref(CompanyNamePref vendorPref)
vendorPref
- public VehiclePref getVehPref()
public void setVehPref(VehiclePref vehPref)
vehPref
- public VehicleMakeModelGroup getVehMakeModel()
public void setVehMakeModel(VehicleMakeModelGroup vehMakeModel)
vehMakeModel
- public VehicleIdentityGroup getVehIdentity()
public void setVehIdentity(VehicleIdentityGroup vehIdentity)
vehIdentity
- public VehicleRentalDetails getVehDetailsOut()
public void setVehDetailsOut(VehicleRentalDetails vehDetailsOut)
vehDetailsOut
- public RateQualifierCoreGroup getRateQualifier()
public void setRateQualifier(RateQualifierCoreGroup rateQualifier)
rateQualifier
- public VehicleRentalRate getRentalRate()
public void setRentalRate(VehicleRentalRate rentalRate)
rentalRate
- public CoveragePriced getPricedCoverage()
public void setPricedCoverage(CoveragePriced pricedCoverage)
pricedCoverage
- public CheckOutRQ.SpecialEquipPrefs getSpecialEquipPrefs()
public void setSpecialEquipPrefs(CheckOutRQ.SpecialEquipPrefs specialEquipPrefs)
specialEquipPrefs
- public VehicleChargePurpose getFee()
public void setFee(VehicleChargePurpose fee)
fee
- public UniqueID getConfID()
public void setConfID(UniqueID confID)
confID
- public UniqueID getContractID()
public void setContractID(UniqueID contractID)
contractID
- public java.util.List<PaymentDetail> getRentalPaymentAmounts()
public void setRentalPaymentAmounts(java.util.List<PaymentDetail> list)
list
- public int sizeRentalPaymentAmounts()
public void addRentalPaymentAmount(PaymentDetail item)
item
- public PaymentDetail getRentalPaymentAmount(int index)
index
-
public void clearRentalPaymentAmounts()
public CheckOutRQ.Remarks getRemarks()
public void setRemarks(CheckOutRQ.Remarks remarks)
remarks
- public VehicleReservationRQAdditionalInfo getVehRentalAdditionalInfo()
public void setVehRentalAdditionalInfo(VehicleReservationRQAdditionalInfo vehRentalAdditionalInfo)
vehRentalAdditionalInfo
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
- public RentalActionGroup getRentalActionGroup()
public void setRentalActionGroup(RentalActionGroup rentalActionGroup)
rentalActionGroup
- public java.lang.String getReqRespVersion()
public void setReqRespVersion(java.lang.String reqRespVersion)
reqRespVersion
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |