org.ota.misc
Class NotifReportRQ.NotifDetails.VehRes

java.lang.Object
  extended by org.ota.misc.NotifReportRQ.NotifDetails.VehRes
Enclosing class:
NotifReportRQ.NotifDetails

public static class NotifReportRQ.NotifDetails.VehRes
extends java.lang.Object

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="VehRes" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:VehicleResRSCoreType" name="VehNotifReportRQCore"/>
       <xs:element type="ns:VehicleResRSAdditionalInfoType" name="VehNotifReportRQInfo" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
NotifReportRQ.NotifDetails.VehRes()
           
 
Method Summary
 VehicleResRSCore getVehNotifReportRQCore()
          Get the 'VehNotifReportRQCore' element value.
 VehicleResRSAdditionalInfo getVehNotifReportRQInfo()
          Get the 'VehNotifReportRQInfo' element value.
 void setVehNotifReportRQCore(VehicleResRSCore vehNotifReportRQCore)
          Set the 'VehNotifReportRQCore' element value.
 void setVehNotifReportRQInfo(VehicleResRSAdditionalInfo vehNotifReportRQInfo)
          Set the 'VehNotifReportRQInfo' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifReportRQ.NotifDetails.VehRes

public NotifReportRQ.NotifDetails.VehRes()
Method Detail

getVehNotifReportRQCore

public VehicleResRSCore getVehNotifReportRQCore()
Get the 'VehNotifReportRQCore' element value. Identifies the common, or core, information associated with the request providing information on the reservation of a rental vehicle.

Returns:
value

setVehNotifReportRQCore

public void setVehNotifReportRQCore(VehicleResRSCore vehNotifReportRQCore)
Set the 'VehNotifReportRQCore' element value. Identifies the common, or core, information associated with the request providing information on the reservation of a rental vehicle.

Parameters:
vehNotifReportRQCore -

getVehNotifReportRQInfo

public VehicleResRSAdditionalInfo getVehNotifReportRQInfo()
Get the 'VehNotifReportRQInfo' element value. Identifies the supplemental information associated with the request providing information on the reservation of a rental vehicle.

Returns:
value

setVehNotifReportRQInfo

public void setVehNotifReportRQInfo(VehicleResRSAdditionalInfo vehNotifReportRQInfo)
Set the 'VehNotifReportRQInfo' element value. Identifies the supplemental information associated with the request providing information on the reservation of a rental vehicle.

Parameters:
vehNotifReportRQInfo -