org.ota.profile
Class Profile.PrefCollections.PrefCollection.AirlinePref.VendorPref

java.lang.Object
  extended by org.ota.shared.CompanyNamePref
      extended by org.ota.profile.Profile.PrefCollections.PrefCollection.AirlinePref.VendorPref
Enclosing class:
Profile.PrefCollections.PrefCollection.AirlinePref

public static class Profile.PrefCollections.PrefCollection.AirlinePref.VendorPref
extends CompanyNamePref

Identifies the preferred airline carrier(s) by name. 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="VendorPref" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:CompanyNamePrefType">
         <xs:attribute type="xs:string" use="optional" name="RPH"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Profile.PrefCollections.PrefCollection.AirlinePref.VendorPref()
           
 
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 org.ota.shared.CompanyNamePref
getCompanyName, getPreferLevel, setCompanyName, setPreferLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile.PrefCollections.PrefCollection.AirlinePref.VendorPref

public Profile.PrefCollections.PrefCollection.AirlinePref.VendorPref()
Method Detail

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. A reference pointer used to identify an airline vendor.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. A reference pointer used to identify an airline vendor.

Parameters:
RPH -