org.ota.misc
Class ReadRQ.ReadRequests.VehicleReadRequest

java.lang.Object
  extended by org.ota.vehicle.VehicleRetrieveResRQCore
      extended by org.ota.misc.ReadRQ.ReadRequests.VehicleReadRequest
Enclosing class:
ReadRQ.ReadRequests

public static class ReadRQ.ReadRequests.VehicleReadRequest
extends VehicleRetrieveResRQCore

To request a vehicle reservation when the confirmation number is not known. 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="VehicleReadRequest" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleRetrieveResRQCoreType">
         <xs:sequence>
           <xs:element type="ns:VehicleRetrieveResRQAdditionalInfoType" name="VehRetResRQInfo"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ReadRQ.ReadRequests.VehicleReadRequest()
           
 
Method Summary
 VehicleRetrieveResRQAdditionalInfo getVehRetResRQInfo()
          Get the 'VehRetResRQInfo' element value.
 void setVehRetResRQInfo(VehicleRetrieveResRQAdditionalInfo vehRetResRQInfo)
          Set the 'VehRetResRQInfo' element value.
 
Methods inherited from class org.ota.vehicle.VehicleRetrieveResRQCore
addUniqueID, clearUniqueIDs, getCustLoyalty, getPersonName, getTPAExtensions, getUniqueID, getUniqueIDs, setCustLoyalty, setPersonName, setTPAExtensions, setUniqueIDs, sizeUniqueIDs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadRQ.ReadRequests.VehicleReadRequest

public ReadRQ.ReadRequests.VehicleReadRequest()
Method Detail

getVehRetResRQInfo

public VehicleRetrieveResRQAdditionalInfo getVehRetResRQInfo()
Get the 'VehRetResRQInfo' element value. Identifies the core and supplemental information associated with the request for the retrieval of a rental vehicle reservation.

Returns:
value

setVehRetResRQInfo

public void setVehRetResRQInfo(VehicleRetrieveResRQAdditionalInfo vehRetResRQInfo)
Set the 'VehRetResRQInfo' element value. Identifies the core and supplemental information associated with the request for the retrieval of a rental vehicle reservation.

Parameters:
vehRetResRQInfo -