org.ota.vehicle
Class VehicleAvailVendorInfo.TourInfo
java.lang.Object
  
org.ota.vehicle.VehicleTourInfo
      
org.ota.vehicle.VehicleAvailVendorInfo.TourInfo
- Enclosing class:
 - VehicleAvailVendorInfo
 
public static class VehicleAvailVendorInfo.TourInfo
- extends VehicleTourInfo
 
Details of a tour with which this availability information is associated.  Availability and rate information may vary if associated with a tour.
 
 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="TourInfo" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleTourInfoType">
         <xs:attribute type="xs:string" use="optional" name="RPH"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 
| 
Method Summary | 
 java.lang.String | 
getRPH()
 
          Get the 'RPH' attribute value. | 
 void | 
setRPH(java.lang.String RPH)
 
          Set the 'RPH' attribute value. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VehicleAvailVendorInfo.TourInfo
public VehicleAvailVendorInfo.TourInfo()
getRPH
public java.lang.String getRPH()
- Get the 'RPH' attribute value. A reference placeholder for this tour info.
- Returns:
 - value
 
 
 
setRPH
public void setRPH(java.lang.String RPH)
- Set the 'RPH' attribute value. A reference placeholder for this tour info.
- Parameters:
 RPH -