|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleLocationAdditionalDetails.Shuttle
public static class VehicleLocationAdditionalDetails.Shuttle
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 |
|---|
public VehicleLocationAdditionalDetails.Shuttle()
| Method Detail |
|---|
public VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos getShuttleInfos()
public void setShuttleInfos(VehicleLocationAdditionalDetails.Shuttle.ShuttleInfos shuttleInfos)
shuttleInfos - public OperationSchedules getOperationSchedules()
public void setOperationSchedules(OperationSchedules operationSchedules)
operationSchedules -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||