org.ota.vehicle
Class VehicleLocationAdditionalDetails.Shuttle

java.lang.Object
  extended by org.ota.vehicle.VehicleLocationAdditionalDetails.Shuttle
Enclosing class:
VehicleLocationAdditionalDetails

public static class VehicleLocationAdditionalDetails.Shuttle
extends java.lang.Object

Information on the shuttle services associated with this location. Some locations use a shuttle bus to transfer the customers from an airport terminal to the rental facility. 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="Shuttle" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="ShuttleInfos" minOccurs="0">
         <!-- Reference to inner class ShuttleInfos -->
       </xs:element>
       <xs:element type="ns:OperationSchedulesType" name="OperationSchedules" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos
          Collection of descriptions about various aspects of the Shuttle Services.
 
Constructor Summary
VehicleLocationAdditionalDetails.Shuttle()
           
 
Method Summary
 OperationSchedules getOperationSchedules()
          Get the 'OperationSchedules' element value.
 VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos getShuttleInfos()
          Get the 'ShuttleInfos' element value.
 void setOperationSchedules(OperationSchedules operationSchedules)
          Set the 'OperationSchedules' element value.
 void setShuttleInfos(VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos shuttleInfos)
          Set the 'ShuttleInfos' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationAdditionalDetails.Shuttle

public VehicleLocationAdditionalDetails.Shuttle()
Method Detail

getShuttleInfos

public VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos getShuttleInfos()
Get the 'ShuttleInfos' element value.

Returns:
value

setShuttleInfos

public void setShuttleInfos(VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos shuttleInfos)
Set the 'ShuttleInfos' element value.

Parameters:
shuttleInfos -

getOperationSchedules

public OperationSchedules getOperationSchedules()
Get the 'OperationSchedules' element value. A collection of operation schedules, used to define the hours of operation for the shuttle services.

Returns:
value

setOperationSchedules

public void setOperationSchedules(OperationSchedules operationSchedules)
Set the 'OperationSchedules' element value. A collection of operation schedules, used to define the hours of operation for the shuttle services.

Parameters:
operationSchedules -