org.ota.vehicle
Class OffLocationServicePriced

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

public class OffLocationServicePriced
extends java.lang.Object

The OffLocationServicePricedType complex type describes the data that is used to describe a priced off-location service, that is, an off-location service and the corresponding charge. 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="OffLocationServicePricedType">
   <xs:sequence>
     <xs:element type="ns:OffLocationServiceType" name="OffLocService"/>
     <xs:element type="ns:VehicleChargeType" name="Charge" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 


Constructor Summary
OffLocationServicePriced()
           
 
Method Summary
 VehicleCharge getCharge()
          Get the 'Charge' element value.
 OffLocationService getOffLocService()
          Get the 'OffLocService' element value.
 void setCharge(VehicleCharge charge)
          Set the 'Charge' element value.
 void setOffLocService(OffLocationService offLocService)
          Set the 'OffLocService' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffLocationServicePriced

public OffLocationServicePriced()
Method Detail

getOffLocService

public OffLocationService getOffLocService()
Get the 'OffLocService' element value. Information on a specific off-airport service, for example, vehicle delivery, customer pickup.

Returns:
value

setOffLocService

public void setOffLocService(OffLocationService offLocService)
Set the 'OffLocService' element value. Information on a specific off-airport service, for example, vehicle delivery, customer pickup.

Parameters:
offLocService -

getCharge

public VehicleCharge getCharge()
Get the 'Charge' element value. Charge information associated with this specific off-airport service.

Returns:
value

setCharge

public void setCharge(VehicleCharge charge)
Set the 'Charge' element value. Charge information associated with this specific off-airport service.

Parameters:
charge -