org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.AdditionalDriverRequirements
java.lang.Object
  
org.ota.vehicle.VehicleAdditionalDriverRequirements
      
org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.AdditionalDriverRequirements
- Enclosing class:
 - LocDetailsNotifRQ.LocationDetail
 
public static class LocDetailsNotifRQ.LocationDetail.AdditionalDriverRequirements
- extends VehicleAdditionalDriverRequirements
 
Additional driver requirements for this rental car 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="AdditionalDriverRequirements" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleAdditionalDriverRequirementsType">
         <xs:attribute type="ns:ActionType" use="optional" name="Action"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LocDetailsNotifRQ.LocationDetail.AdditionalDriverRequirements
public LocDetailsNotifRQ.LocationDetail.AdditionalDriverRequirements()
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 -