|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.CheckInRQ
public class CheckInRQ
This message is used to collect information about the vehicle and equipment being returned. 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_VehCheckInRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS" 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:CustomerPrimaryAdditionalType" name="Customer" minOccurs="0"/> <xs:element type="ns:VehicleRentalCoreType" name="PickUpReturnDetails" minOccurs="0"/> <xs:element type="ns:PaymentDetailType" name="PaymentDetails" minOccurs="0" maxOccurs="5"/> <xs:element type="ns:VehicleType" name="Vehicle" minOccurs="0"/> <xs:element type="ns:VehicleRentalDetailsType" name="VehRentalDetails" minOccurs="0"/> <xs:element name="PricedEquips" minOccurs="0"> <!-- Reference to inner class PricedEquips --> </xs:element> <xs:element name="AdjustmentDetails" minOccurs="0"> <!-- Reference to inner class AdjustmentDetails --> </xs:element> <xs:element type="ns:OffLocationServiceCoreType" name="OffLocationServiceDetails" minOccurs="0"/> <xs:element name="Remarks" minOccurs="0"> <!-- Reference to inner class Remarks --> </xs:element> </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 |
CheckInRQ.AdjustmentDetails
Collection of adjustments. |
static class |
CheckInRQ.PricedEquips
Collection of PricedEquip Schema fragment(s) for this class: |
static class |
CheckInRQ.Remarks
A collection of remarks. |
Constructor Summary | |
---|---|
CheckInRQ()
|
Method Summary | |
---|---|
void |
addPaymentDetail(PaymentDetail item)
Add a 'PaymentDetails' element item. |
void |
clearPaymentDetails()
Remove all 'PaymentDetails' element items. |
CheckInRQ.AdjustmentDetails |
getAdjustmentDetails()
Get the 'AdjustmentDetails' element value. |
UniqueID |
getConfID()
Get the 'ConfID' element value. |
UniqueID |
getContractID()
Get the 'ContractID' element value. |
CustomerPrimaryAdditional |
getCustomer()
Get the 'Customer' element value. |
OffLocationServiceCore |
getOffLocationServiceDetails()
Get the 'OffLocationServiceDetails' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
PaymentDetail |
getPaymentDetail(int index)
Get 'PaymentDetails' element item by position. |
java.util.List<PaymentDetail> |
getPaymentDetails()
Get the list of 'PaymentDetails' element items. |
VehicleRentalCore |
getPickUpReturnDetails()
Get the 'PickUpReturnDetails' element value. |
POS |
getPOS()
Get the 'POS' element value. |
CheckInRQ.PricedEquips |
getPricedEquips()
Get the 'PricedEquips' element value. |
CheckInRQ.Remarks |
getRemarks()
Get the 'Remarks' element value. |
RentalActionGroup |
getRentalActionGroup()
Get the 'RentalActionGroup' attributeGroup value. |
java.lang.String |
getReqRespVersion()
Get the 'ReqRespVersion' attribute value. |
Vehicle |
getVehicle()
Get the 'Vehicle' element value. |
VehicleRentalDetails |
getVehRentalDetails()
Get the 'VehRentalDetails' element value. |
void |
setAdjustmentDetails(CheckInRQ.AdjustmentDetails adjustmentDetails)
Set the 'AdjustmentDetails' 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 |
setOffLocationServiceDetails(OffLocationServiceCore offLocationServiceDetails)
Set the 'OffLocationServiceDetails' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPaymentDetails(java.util.List<PaymentDetail> list)
Set the list of 'PaymentDetails' element items. |
void |
setPickUpReturnDetails(VehicleRentalCore pickUpReturnDetails)
Set the 'PickUpReturnDetails' element value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setPricedEquips(CheckInRQ.PricedEquips pricedEquips)
Set the 'PricedEquips' element value. |
void |
setRemarks(CheckInRQ.Remarks remarks)
Set the 'Remarks' element value. |
void |
setRentalActionGroup(RentalActionGroup rentalActionGroup)
Set the 'RentalActionGroup' attributeGroup value. |
void |
setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value. |
void |
setVehicle(Vehicle vehicle)
Set the 'Vehicle' element value. |
void |
setVehRentalDetails(VehicleRentalDetails vehRentalDetails)
Set the 'VehRentalDetails' element value. |
int |
sizePaymentDetails()
Get the number of 'PaymentDetails' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckInRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public UniqueID getConfID()
public void setConfID(UniqueID confID)
confID
- public UniqueID getContractID()
public void setContractID(UniqueID contractID)
contractID
- public CustomerPrimaryAdditional getCustomer()
public void setCustomer(CustomerPrimaryAdditional customer)
customer
- public VehicleRentalCore getPickUpReturnDetails()
public void setPickUpReturnDetails(VehicleRentalCore pickUpReturnDetails)
pickUpReturnDetails
- public java.util.List<PaymentDetail> getPaymentDetails()
public void setPaymentDetails(java.util.List<PaymentDetail> list)
list
- public int sizePaymentDetails()
public void addPaymentDetail(PaymentDetail item)
item
- public PaymentDetail getPaymentDetail(int index)
index
-
public void clearPaymentDetails()
public Vehicle getVehicle()
public void setVehicle(Vehicle vehicle)
vehicle
- public VehicleRentalDetails getVehRentalDetails()
public void setVehRentalDetails(VehicleRentalDetails vehRentalDetails)
vehRentalDetails
- public CheckInRQ.PricedEquips getPricedEquips()
public void setPricedEquips(CheckInRQ.PricedEquips pricedEquips)
pricedEquips
- public CheckInRQ.AdjustmentDetails getAdjustmentDetails()
public void setAdjustmentDetails(CheckInRQ.AdjustmentDetails adjustmentDetails)
adjustmentDetails
- public OffLocationServiceCore getOffLocationServiceDetails()
public void setOffLocationServiceDetails(OffLocationServiceCore offLocationServiceDetails)
offLocationServiceDetails
- public CheckInRQ.Remarks getRemarks()
public void setRemarks(CheckInRQ.Remarks remarks)
remarks
- 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 |