org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.AgeRequirements

java.lang.Object
  extended by org.ota.vehicle.VehicleAgeRequirements
      extended by org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.AgeRequirements
Enclosing class:
LocDetailsNotifRQ.LocationDetail

public static class LocDetailsNotifRQ.LocationDetail.AgeRequirements
extends VehicleAgeRequirements

Age requirement information for this car rental location. 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="AgeRequirements" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleAgeRequirementsType">
         <xs:attribute type="ns:ActionType" use="optional" name="Action"/>
         <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleAgeRequirements
VehicleAgeRequirements.Age
 
Constructor Summary
LocDetailsNotifRQ.LocationDetail.AgeRequirements()
           
 
Method Summary
 Action getAction()
          Get the 'Action' attribute value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 void setAction(Action action)
          Set the 'Action' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 
Methods inherited from class org.ota.vehicle.VehicleAgeRequirements
getAge, setAge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocDetailsNotifRQ.LocationDetail.AgeRequirements

public LocDetailsNotifRQ.LocationDetail.AgeRequirements()
Method Detail

getAction

public Action getAction()
Get the 'Action' attribute value. To specify if the action to be taken is a replacement, addition, deletion, or update.

Returns:
value

setAction

public void setAction(Action action)
Set the 'Action' attribute value. To specify if the action to be taken is a replacement, addition, deletion, or update.

Parameters:
action -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. The effective and discontinue dates for the age requirement.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. The effective and discontinue dates for the age requirement.

Parameters:
dateTimeSpanGroup -