org.ota.hotel
Class ResGuestRPHs.ResGuestRPH

java.lang.Object
  extended by org.ota.hotel.ResGuestRPHs.ResGuestRPH
Enclosing class:
ResGuestRPHs

public static class ResGuestRPHs.ResGuestRPH
extends java.lang.Object

This is a reference placeholder, used as an index for this guest in this reservation. In the ResGuest object it is used like all other RPH attributes to send the delta of a reservation. It is used by the RoomStay and Service objects to indicate which guests are associated with that room stay or service. 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="ResGuestRPH" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="RPH"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ResGuestRPHs.ResGuestRPH()
           
 
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

ResGuestRPHs.ResGuestRPH

public ResGuestRPHs.ResGuestRPH()
Method Detail

getRPH

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

Returns:
value

setRPH

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

Parameters:
RPH -