org.ota.vehicle
Class LocDetailRQ.Date

java.lang.Object
  extended by org.ota.vehicle.LocDetailRQ.Date
Enclosing class:
LocDetailRQ

public static class LocDetailRQ.Date
extends java.lang.Object

The pick-up and return dates for the location information requested. 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="Date" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="PickUpDateTime"/>
     <xs:attribute type="xs:string" use="optional" name="ReturnDateTime"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
LocDetailRQ.Date()
           
 
Method Summary
 java.lang.String getPickUpDateTime()
          Get the 'PickUpDateTime' attribute value.
 java.lang.String getReturnDateTime()
          Get the 'ReturnDateTime' attribute value.
 void setPickUpDateTime(java.lang.String pickUpDateTime)
          Set the 'PickUpDateTime' attribute value.
 void setReturnDateTime(java.lang.String returnDateTime)
          Set the 'ReturnDateTime' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocDetailRQ.Date

public LocDetailRQ.Date()
Method Detail

getPickUpDateTime

public java.lang.String getPickUpDateTime()
Get the 'PickUpDateTime' attribute value. The date and time a car will be picked up at this location.

Returns:
value

setPickUpDateTime

public void setPickUpDateTime(java.lang.String pickUpDateTime)
Set the 'PickUpDateTime' attribute value. The date and time a car will be picked up at this location.

Parameters:
pickUpDateTime -

getReturnDateTime

public java.lang.String getReturnDateTime()
Get the 'ReturnDateTime' attribute value. The date and time a car will be returned at this location.

Returns:
value

setReturnDateTime

public void setReturnDateTime(java.lang.String returnDateTime)
Set the 'ReturnDateTime' attribute value. The date and time a car will be returned at this location.

Parameters:
returnDateTime -