org.ota.hotel
Class ResGuests.ResGuest.ProfileRPHs.ProfileRPH

java.lang.Object
  extended by org.ota.hotel.ResGuests.ResGuest.ProfileRPHs.ProfileRPH
Enclosing class:
ResGuests.ResGuest.ProfileRPHs

public static class ResGuests.ResGuest.ProfileRPHs.ProfileRPH
extends java.lang.Object

Used to reference a profile found in the Profile element in ResGlobablInfo. 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="ProfileRPH" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="RPH"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ResGuests.ResGuest.ProfileRPHs.ProfileRPH()
           
 
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
 

Constructor Detail

ResGuests.ResGuest.ProfileRPHs.ProfileRPH

public ResGuests.ResGuest.ProfileRPHs.ProfileRPH()
Method Detail

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. A unique reference to the guest profile.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. A unique reference to the guest profile.

Parameters:
RPH -