org.ota.vehicle
Class ExchangeRS.ExchangeLocationDetails

java.lang.Object
  extended by org.ota.vehicle.VehicleLocationDetails
      extended by org.ota.vehicle.ExchangeRS.ExchangeLocationDetails
Enclosing class:
ExchangeRS

public static class ExchangeRS.ExchangeLocationDetails
extends VehicleLocationDetails

Provides location details where the vehicle was exchanged. 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="ExchangeLocationDetails" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleLocationDetailsType">
         <xs:attribute type="xs:dateTime" use="optional" name="ExchangeDateTime"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ExchangeRS.ExchangeLocationDetails()
           
 
Method Summary
 java.util.Date getExchangeDateTime()
          Get the 'ExchangeDateTime' attribute value.
 void setExchangeDateTime(java.util.Date exchangeDateTime)
          Set the 'ExchangeDateTime' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleLocationDetails
addAddress, addTelephone, clearAddresses, clearTelephones, getAdditionalInfo, getAddress, getAddresses, getAssocAirportLocList, getAtAirport, getCode, getCodeContext, getExtendedLocationCode, getName, getTelephone, getTelephones, setAdditionalInfo, setAddresses, setAssocAirportLocList, setAtAirport, setCode, setCodeContext, setExtendedLocationCode, setName, setTelephones, sizeAddresses, sizeTelephones
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeRS.ExchangeLocationDetails

public ExchangeRS.ExchangeLocationDetails()
Method Detail

getExchangeDateTime

public java.util.Date getExchangeDateTime()
Get the 'ExchangeDateTime' attribute value. Provides the date and time when the actual exchange occured.

Returns:
value

setExchangeDateTime

public void setExchangeDateTime(java.util.Date exchangeDateTime)
Set the 'ExchangeDateTime' attribute value. Provides the date and time when the actual exchange occured.

Parameters:
exchangeDateTime -