org.ota.hotel
Class ResGuestRPHs.ResGuestRPH
java.lang.Object
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>
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 |
ResGuestRPHs.ResGuestRPH
public ResGuestRPHs.ResGuestRPH()
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
-