org.ota.vehicle
Class ExchangeRQ.ExchangeLocation

java.lang.Object
  extended by org.ota.vehicle.ExchangeRQ.ExchangeLocation
Enclosing class:
ExchangeRQ

public static class ExchangeRQ.ExchangeLocation
extends java.lang.Object

Location 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="ExchangeLocation" minOccurs="0">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:LocationType">
         <xs:attribute type="xs:dateTime" use="optional" name="ExchangeDateTime"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ExchangeRQ.ExchangeLocation()
           
 
Method Summary
 java.util.Date getExchangeDateTime()
          Get the 'ExchangeDateTime' attribute value.
 Location getLocation()
          Get the extension value.
 void setExchangeDateTime(java.util.Date exchangeDateTime)
          Set the 'ExchangeDateTime' attribute value.
 void setLocation(Location location)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeRQ.ExchangeLocation

public ExchangeRQ.ExchangeLocation()
Method Detail

getLocation

public Location getLocation()
Get the extension value.

Returns:
value

setLocation

public void setLocation(Location location)
Set the extension value.

Parameters:
location -

getExchangeDateTime

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

Returns:
value

setExchangeDateTime

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

Parameters:
exchangeDateTime -