|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.CheckOutRS
public class CheckOutRS
This message provides rental agreement details (e.g., rate, surcharge, liabilities). 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_VehCheckOutRS"> <xs:complexType> <xs:choice> <xs:sequence> <xs:element type="ns:SuccessType" name="Success"/> <xs:element type="ns:WarningsType" name="Warnings" minOccurs="0"/> <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/> <xs:element type="ns:CustomerPrimaryAdditionalType" name="Customer" minOccurs="0"/> <xs:element type="ns:CompanyNameType" name="Vendor" minOccurs="0"/> <xs:element type="ns:VehicleRentalTransactionType" name="VehRentalTransaction" minOccurs="0"/> <xs:element type="ns:VehicleSegmentAdditionalInfoType" name="VehAdditionalInfo" minOccurs="0"/> <xs:element name="Remarks" minOccurs="0"> <!-- Reference to inner class Remarks --> </xs:element> </xs:sequence> <xs:element type="ns:ErrorsType" name="Errors"/> </xs:choice> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> <xs:attributeGroup ref="ns:RentalActionGroup"/> </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"/>
Nested Class Summary | |
---|---|
static class |
CheckOutRS.Remarks
A collection of remarks. |
Constructor Summary | |
---|---|
CheckOutRS()
|
Method Summary | |
---|---|
void |
clearChoiceSelect()
Clear the choice selection. |
CustomerPrimaryAdditional |
getCustomer()
Get the 'Customer' element value. |
Errors |
getErrors()
Get the 'Errors' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
CheckOutRS.Remarks |
getRemarks()
Get the 'Remarks' element value. |
RentalActionGroup |
getRentalActionGroup()
Get the 'RentalActionGroup' attributeGroup value. |
VehicleSegmentAdditionalInfo |
getVehAdditionalInfo()
Get the 'VehAdditionalInfo' element value. |
VehicleRentalTransaction |
getVehRentalTransaction()
Get the 'VehRentalTransaction' element value. |
CompanyName |
getVendor()
Get the 'Vendor' 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 |
setCustomer(CustomerPrimaryAdditional customer)
Set the 'Customer' element value. |
void |
setErrors(Errors errors)
Set the 'Errors' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setRemarks(CheckOutRS.Remarks remarks)
Set the 'Remarks' element value. |
void |
setRentalActionGroup(RentalActionGroup rentalActionGroup)
Set the 'RentalActionGroup' attributeGroup value. |
void |
setVehAdditionalInfo(VehicleSegmentAdditionalInfo vehAdditionalInfo)
Set the 'VehAdditionalInfo' element value. |
void |
setVehRentalTransaction(VehicleRentalTransaction vehRentalTransaction)
Set the 'VehRentalTransaction' element value. |
void |
setVendor(CompanyName vendor)
Set the 'Vendor' element value. |
void |
setWarnings(Warnings warnings)
Set the 'Warnings' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckOutRS()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifSuccess()
true
if selection, false
if notpublic Warnings getWarnings()
public void setWarnings(Warnings warnings)
warnings
- public POS getPOS()
public void setPOS(POS POS)
POS
- public CustomerPrimaryAdditional getCustomer()
public void setCustomer(CustomerPrimaryAdditional customer)
customer
- public CompanyName getVendor()
public void setVendor(CompanyName vendor)
vendor
- public VehicleRentalTransaction getVehRentalTransaction()
public void setVehRentalTransaction(VehicleRentalTransaction vehRentalTransaction)
vehRentalTransaction
- public VehicleSegmentAdditionalInfo getVehAdditionalInfo()
public void setVehAdditionalInfo(VehicleSegmentAdditionalInfo vehAdditionalInfo)
vehAdditionalInfo
- public CheckOutRS.Remarks getRemarks()
public void setRemarks(CheckOutRS.Remarks remarks)
remarks
- 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
- public RentalActionGroup getRentalActionGroup()
public void setRentalActionGroup(RentalActionGroup rentalActionGroup)
rentalActionGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |