org.ota.vehicle
Class VehicleRentalRate.RateQualifier

java.lang.Object
  extended by org.ota.shared.RateQualifier
      extended by org.ota.vehicle.VehicleRentalRate.RateQualifier
Enclosing class:
VehicleRentalRate

public static class VehicleRentalRate.RateQualifier
extends RateQualifier

Indicates the type of rates applicable to the customer, along with any discount number or promotional codes that affect the quoted rate. 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="RateQualifier" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:RateQualifierType">
         <xs:attribute type="xs:string" use="optional" name="TourInfoRPH"/>
         <xs:attribute type="xs:string" use="optional" name="CustLoyaltyRPH"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.RateQualifier
RateQualifier.RateComments
 
Constructor Summary
VehicleRentalRate.RateQualifier()
           
 
Method Summary
 java.lang.String getCustLoyaltyRPH()
          Get the 'CustLoyaltyRPH' attribute value.
 java.lang.String getTourInfoRPH()
          Get the 'TourInfoRPH' attribute value.
 void setCustLoyaltyRPH(java.lang.String custLoyaltyRPH)
          Set the 'CustLoyaltyRPH' attribute value.
 void setTourInfoRPH(java.lang.String tourInfoRPH)
          Set the 'TourInfoRPH' attribute value.
 
Methods inherited from class org.ota.shared.RateQualifier
getArriveByFlight, getPromoDesc, getRateAuthorizationCode, getRateComments, getRateQualifierCoreGroup, getVendorRateID, setArriveByFlight, setPromoDesc, setRateAuthorizationCode, setRateComments, setRateQualifierCoreGroup, setVendorRateID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRentalRate.RateQualifier

public VehicleRentalRate.RateQualifier()
Method Detail

getTourInfoRPH

public java.lang.String getTourInfoRPH()
Get the 'TourInfoRPH' attribute value. Provides a reference pointer that links the availability rate to a TourInfo.

Returns:
value

setTourInfoRPH

public void setTourInfoRPH(java.lang.String tourInfoRPH)
Set the 'TourInfoRPH' attribute value. Provides a reference pointer that links the availability rate to a TourInfo.

Parameters:
tourInfoRPH -

getCustLoyaltyRPH

public java.lang.String getCustLoyaltyRPH()
Get the 'CustLoyaltyRPH' attribute value. Provides a reference pointer that links the availability rate to one or more CustLoyalty RPHs.

Returns:
value

setCustLoyaltyRPH

public void setCustLoyaltyRPH(java.lang.String custLoyaltyRPH)
Set the 'CustLoyaltyRPH' attribute value. Provides a reference pointer that links the availability rate to one or more CustLoyalty RPHs.

Parameters:
custLoyaltyRPH -