org.ota.vehicle
Class ModifyRQ.VehModifyRQInfo

java.lang.Object
  extended by org.ota.vehicle.VehicleModifyRQAdditionalInfo
      extended by org.ota.vehicle.ModifyRQ.VehModifyRQInfo
Enclosing class:
ModifyRQ

public static class ModifyRQ.VehModifyRQInfo
extends VehicleModifyRQAdditionalInfo

Identifies the supplemental information associated with the request for the modification of a rental vehicle reservation. 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="VehModifyRQInfo" minOccurs="0" maxOccurs="3">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleModifyRQAdditionalInfoType">
         <xs:attribute type="ns:ActionType" use="optional" name="Action"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleModifyRQAdditionalInfo
VehicleModifyRQAdditionalInfo.CoveragePrefs, VehicleModifyRQAdditionalInfo.Reference
 
Constructor Summary
ModifyRQ.VehModifyRQInfo()
           
 
Method Summary
 Action getAction()
          Get the 'Action' attribute value.
 void setAction(Action action)
          Set the 'Action' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleModifyRQAdditionalInfo
addOffLocService, addRemark, addRentalPaymentPref, addSpecialReqPref, clearOffLocServices, clearRemarks, clearRentalPaymentPrefs, clearSpecialReqPrefs, getArrivalDetails, getCoveragePrefs, getGasPrePay, getLuggageQty, getOffLocService, getOffLocServices, getPassengerQty, getReference, getRemark, getRemarks, getRentalPaymentPref, getRentalPaymentPrefs, getSmokingAllowed, getSpecialReqPref, getSpecialReqPrefs, getTourInfo, getTPAExtensions, getWrittenConfInst, setArrivalDetails, setCoveragePrefs, setGasPrePay, setLuggageQty, setOffLocServices, setPassengerQty, setReference, setRemarks, setRentalPaymentPrefs, setSmokingAllowed, setSpecialReqPrefs, setTourInfo, setTPAExtensions, setWrittenConfInst, sizeOffLocServices, sizeRemarks, sizeRentalPaymentPrefs, sizeSpecialReqPrefs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyRQ.VehModifyRQInfo

public ModifyRQ.VehModifyRQInfo()
Method Detail

getAction

public Action getAction()
Get the 'Action' attribute value. Identifies an action (add, delete, replace, etc.) to be taken on the information in the child elements.

Returns:
value

setAction

public void setAction(Action action)
Set the 'Action' attribute value. Identifies an action (add, delete, replace, etc.) to be taken on the information in the child elements.

Parameters:
action -