org.ota.vehicle
Class VehicleAgeRequirements

java.lang.Object
  extended by org.ota.vehicle.VehicleAgeRequirements
Direct Known Subclasses:
LocDetailsNotifRQ.LocationDetail.AgeRequirements

public class VehicleAgeRequirements
extends java.lang.Object

The Vehicle Location Requirements Type is used to define information on the age requirements that are in place with regard to the renting of a vehicle. These are requirement that typically must be met by the renter before a rental may commence. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleAgeRequirementsType">
   <xs:sequence>
     <xs:element name="Age" minOccurs="0">
       <!-- Reference to inner class Age -->
     </xs:element>
   </xs:sequence>
 </xs:complexType>
 


Nested Class Summary
static class VehicleAgeRequirements.Age
          Information associated with the age requirements of renting a vehicle.
 
Constructor Summary
VehicleAgeRequirements()
           
 
Method Summary
 VehicleAgeRequirements.Age getAge()
          Get the 'Age' element value.
 void setAge(VehicleAgeRequirements.Age age)
          Set the 'Age' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleAgeRequirements

public VehicleAgeRequirements()
Method Detail

getAge

public VehicleAgeRequirements.Age getAge()
Get the 'Age' element value.

Returns:
value

setAge

public void setAge(VehicleAgeRequirements.Age age)
Set the 'Age' element value.

Parameters:
age -