|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.LocDetailRS
public class LocDetailRS
Vehicle Location Detail response will allow car rental providers to return information about the location requested to assist the customer. This information includes address, phone number, informational messages, parking and counter location, services, and operating schedule of the location requested. 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_VehLocDetailRS"> <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:CompanyNameType" name="Vendor" minOccurs="0"/> <xs:element type="ns:VehicleLocationDetailsType" name="LocationDetail" minOccurs="0"/> <xs:element type="ns:VehicleLocationVehiclesType" name="Vehicles" minOccurs="0"/> <xs:element type="ns:VehicleLocationRequirementsType" name="Requirements" minOccurs="0"/> <xs:element type="ns:VehicleLocationAdditionalFeesType" name="AdditionalFees" minOccurs="0"/> <xs:element type="ns:VehicleLocationLiabilitiesType" name="Liabilities" minOccurs="0"/> <xs:element type="ns:VehicleLocationServicesOfferedType" name="ServicesOffered" minOccurs="0"/> <xs:element name="Date" minOccurs="0"> <!-- Reference to inner class Date --> </xs:element> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:element type="ns:ErrorsType" name="Errors" minOccurs="0"/> </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 |
LocDetailRS.Date
The pick-up and return dates for the location information requested. |
Constructor Summary | |
---|---|
LocDetailRS()
|
Method Summary | |
---|---|
void |
clearChoiceSelect()
Clear the choice selection. |
VehicleLocationAdditionalFees |
getAdditionalFees()
Get the 'AdditionalFees' element value. |
LocDetailRS.Date |
getDate()
Get the 'Date' element value. |
Errors |
getErrors()
Get the 'Errors' element value. |
VehicleLocationLiabilities |
getLiabilities()
Get the 'Liabilities' element value. |
VehicleLocationDetails |
getLocationDetail()
Get the 'LocationDetail' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
VehicleLocationRequirements |
getRequirements()
Get the 'Requirements' element value. |
VehicleLocationServicesOffered |
getServicesOffered()
Get the 'ServicesOffered' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
VehicleLocationVehicles |
getVehicles()
Get the 'Vehicles' 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 |
setAdditionalFees(VehicleLocationAdditionalFees additionalFees)
Set the 'AdditionalFees' element value. |
void |
setDate(LocDetailRS.Date date)
Set the 'Date' element value. |
void |
setErrors(Errors errors)
Set the 'Errors' element value. |
void |
setLiabilities(VehicleLocationLiabilities liabilities)
Set the 'Liabilities' element value. |
void |
setLocationDetail(VehicleLocationDetails locationDetail)
Set the 'LocationDetail' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setRequirements(VehicleLocationRequirements requirements)
Set the 'Requirements' element value. |
void |
setServicesOffered(VehicleLocationServicesOffered servicesOffered)
Set the 'ServicesOffered' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setVehicles(VehicleLocationVehicles vehicles)
Set the 'Vehicles' 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 LocDetailRS()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifSuccess()
true
if selection, false
if notpublic Warnings getWarnings()
public void setWarnings(Warnings warnings)
warnings
- public CompanyName getVendor()
public void setVendor(CompanyName vendor)
vendor
- public VehicleLocationDetails getLocationDetail()
public void setLocationDetail(VehicleLocationDetails locationDetail)
locationDetail
- public VehicleLocationVehicles getVehicles()
public void setVehicles(VehicleLocationVehicles vehicles)
vehicles
- public VehicleLocationRequirements getRequirements()
public void setRequirements(VehicleLocationRequirements requirements)
requirements
- public VehicleLocationAdditionalFees getAdditionalFees()
public void setAdditionalFees(VehicleLocationAdditionalFees additionalFees)
additionalFees
- public VehicleLocationLiabilities getLiabilities()
public void setLiabilities(VehicleLocationLiabilities liabilities)
liabilities
- public VehicleLocationServicesOffered getServicesOffered()
public void setServicesOffered(VehicleLocationServicesOffered servicesOffered)
servicesOffered
- public LocDetailRS.Date getDate()
public void setDate(LocDetailRS.Date date)
date
- 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 |