|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationAdditionalDetails
public class VehicleLocationAdditionalDetails
The VehicleLocationAdditionalDetailsType complex type defines the supplemental information that describes a vehicle rental facility. Such information may include the operation schedules and services offered. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleLocationAdditionalDetailsType"> <xs:sequence> <xs:element name="VehRentLocInfos" minOccurs="0"> <!-- Reference to inner class VehRentLocInfos --> </xs:element> <xs:element type="ns:VehicleWhereAtFacilityType" name="ParkLocation" minOccurs="0"/> <xs:element type="ns:VehicleWhereAtFacilityType" name="CounterLocation" minOccurs="0"/> <xs:element type="ns:OperationSchedulesType" name="OperationSchedules" minOccurs="0"/> <xs:element name="Shuttle" minOccurs="0"> <!-- Reference to inner class Shuttle --> </xs:element> <xs:element name="OneWayDropLocations" minOccurs="0"> <!-- Reference to inner class OneWayDropLocations --> </xs:element> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> </xs:complexType> <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 |
VehicleLocationAdditionalDetails.OneWayDropLocations
List of locations where one way drops are allowed based on pick-up location. |
static class |
VehicleLocationAdditionalDetails.Shuttle
Information on the shuttle services associated with this location. |
static class |
VehicleLocationAdditionalDetails.VehRentLocInfos
Descriptive information allowing the vendor to present informational messages about the rental location. |
Constructor Summary | |
---|---|
VehicleLocationAdditionalDetails()
|
Method Summary | |
---|---|
VehicleWhereAtFacility |
getCounterLocation()
Get the 'CounterLocation' element value. |
VehicleLocationAdditionalDetails.OneWayDropLocations |
getOneWayDropLocations()
Get the 'OneWayDropLocations' element value. |
OperationSchedules |
getOperationSchedules()
Get the 'OperationSchedules' element value. |
VehicleWhereAtFacility |
getParkLocation()
Get the 'ParkLocation' element value. |
VehicleLocationAdditionalDetails.Shuttle |
getShuttle()
Get the 'Shuttle' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
VehicleLocationAdditionalDetails.VehRentLocInfos |
getVehRentLocInfos()
Get the 'VehRentLocInfos' element value. |
void |
setCounterLocation(VehicleWhereAtFacility counterLocation)
Set the 'CounterLocation' element value. |
void |
setOneWayDropLocations(VehicleLocationAdditionalDetails.OneWayDropLocations oneWayDropLocations)
Set the 'OneWayDropLocations' element value. |
void |
setOperationSchedules(OperationSchedules operationSchedules)
Set the 'OperationSchedules' element value. |
void |
setParkLocation(VehicleWhereAtFacility parkLocation)
Set the 'ParkLocation' element value. |
void |
setShuttle(VehicleLocationAdditionalDetails.Shuttle shuttle)
Set the 'Shuttle' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setVehRentLocInfos(VehicleLocationAdditionalDetails.VehRentLocInfos vehRentLocInfos)
Set the 'VehRentLocInfos' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleLocationAdditionalDetails()
Method Detail |
---|
public VehicleLocationAdditionalDetails.VehRentLocInfos getVehRentLocInfos()
public void setVehRentLocInfos(VehicleLocationAdditionalDetails.VehRentLocInfos vehRentLocInfos)
vehRentLocInfos
- public VehicleWhereAtFacility getParkLocation()
public void setParkLocation(VehicleWhereAtFacility parkLocation)
parkLocation
- public VehicleWhereAtFacility getCounterLocation()
public void setCounterLocation(VehicleWhereAtFacility counterLocation)
counterLocation
- public OperationSchedules getOperationSchedules()
public void setOperationSchedules(OperationSchedules operationSchedules)
operationSchedules
- public VehicleLocationAdditionalDetails.Shuttle getShuttle()
public void setShuttle(VehicleLocationAdditionalDetails.Shuttle shuttle)
shuttle
- public VehicleLocationAdditionalDetails.OneWayDropLocations getOneWayDropLocations()
public void setOneWayDropLocations(VehicleLocationAdditionalDetails.OneWayDropLocations oneWayDropLocations)
oneWayDropLocations
- public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |