org.ota.vehicle
Class RateRuleRS.RateRules.PickupReturnRules.LatestReturn

java.lang.Object
  extended by org.ota.vehicle.RateRuleRS.RateRules.PickupReturnRules.LatestReturn
Enclosing class:
RateRuleRS.RateRules.PickupReturnRules

public static class RateRuleRS.RateRules.PickupReturnRules.LatestReturn
extends java.lang.Object

The latest day and time a vehicle can be returned to qualify for a specific rate. 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="LatestReturn" minOccurs="0" maxOccurs="7">
   <xs:complexType>
     <xs:attribute type="ns:DayOfWeekType" use="optional" name="DayOfWeek"/>
     <xs:attribute type="xs:string" use="optional" name="Time"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RateRuleRS.RateRules.PickupReturnRules.LatestReturn()
           
 
Method Summary
 DayOfWeek getDayOfWeek()
          Get the 'DayOfWeek' attribute value.
 java.lang.String getTime()
          Get the 'Time' attribute value.
 void setDayOfWeek(DayOfWeek dayOfWeek)
          Set the 'DayOfWeek' attribute value.
 void setTime(java.lang.String time)
          Set the 'Time' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateRuleRS.RateRules.PickupReturnRules.LatestReturn

public RateRuleRS.RateRules.PickupReturnRules.LatestReturn()
Method Detail

getDayOfWeek

public DayOfWeek getDayOfWeek()
Get the 'DayOfWeek' attribute value. The latest day of the week the rental can terminate to qualify for the specific rate.

Returns:
value

setDayOfWeek

public void setDayOfWeek(DayOfWeek dayOfWeek)
Set the 'DayOfWeek' attribute value. The latest day of the week the rental can terminate to qualify for the specific rate.

Parameters:
dayOfWeek -

getTime

public java.lang.String getTime()
Get the 'Time' attribute value. The latest time, in conjunction with the DayOfWeek, the rental can terminate to qualify for the specific rate.

Returns:
value

setTime

public void setTime(java.lang.String time)
Set the 'Time' attribute value. The latest time, in conjunction with the DayOfWeek, the rental can terminate to qualify for the specific rate.

Parameters:
time -