org.ota.vehicle
Class VehicleAvailRSAdditionalInfo

java.lang.Object
  extended by org.ota.vehicle.VehicleAvailRSAdditionalInfo

public class VehicleAvailRSAdditionalInfo
extends java.lang.Object

The VehicleAvailRSAdditionalInfoType complex type identifies the data that descibes the supplemental information assocated with the availability and rates of a rental vehicle. 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="VehicleAvailRSAdditionalInfoType">
   <xs:sequence>
     <xs:element type="ns:CustomerPrimaryAdditionalType" name="Customer" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 


Constructor Summary
VehicleAvailRSAdditionalInfo()
           
 
Method Summary
 CustomerPrimaryAdditional getCustomer()
          Get the 'Customer' element value.
 void setCustomer(CustomerPrimaryAdditional customer)
          Set the 'Customer' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleAvailRSAdditionalInfo

public VehicleAvailRSAdditionalInfo()
Method Detail

getCustomer

public CustomerPrimaryAdditional getCustomer()
Get the 'Customer' element value. Information on the one primary driver and, optionally, several additional drivers. This may be used to provide a frequent renter number.

Returns:
value

setCustomer

public void setCustomer(CustomerPrimaryAdditional customer)
Set the 'Customer' element value. Information on the one primary driver and, optionally, several additional drivers. This may be used to provide a frequent renter number.

Parameters:
customer -