org.ota.vehicle
Class LocDetailRS.Date

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

public static class LocDetailRS.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
LocDetailRS.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

LocDetailRS.Date

public LocDetailRS.Date()
Method Detail

getPickUpDateTime

public java.lang.String getPickUpDateTime()
Get the 'PickUpDateTime' attribute value. The date at which 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 at which a car will be picked up at this location.

Parameters:
pickUpDateTime -

getReturnDateTime

public java.lang.String getReturnDateTime()
Get the 'ReturnDateTime' attribute value. The date at which 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 at which a car will be returned at this location.

Parameters:
returnDateTime -