org.ota.pkg
Class RoomProfile.PassengerRPHs

java.lang.Object
  extended by org.ota.pkg.RoomProfile.PassengerRPHs
Enclosing class:
RoomProfile

public static class RoomProfile.PassengerRPHs
extends java.lang.Object

Details of individual passengers in a room; may be used instead of GuestCounts. 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="PassengerRPHs" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="ListOfPassengerRPH"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RoomProfile.PassengerRPHs()
           
 
Method Summary
 java.lang.String getListOfPassengerRPH()
          Get the 'ListOfPassengerRPH' attribute value.
 void setListOfPassengerRPH(java.lang.String listOfPassengerRPH)
          Set the 'ListOfPassengerRPH' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoomProfile.PassengerRPHs

public RoomProfile.PassengerRPHs()
Method Detail

getListOfPassengerRPH

public java.lang.String getListOfPassengerRPH()
Get the 'ListOfPassengerRPH' attribute value. Where an option is applicable only to certain passengers, this attribute will contain the ReferencePlaceHolders of the relevant passengers.

Returns:
value

setListOfPassengerRPH

public void setListOfPassengerRPH(java.lang.String listOfPassengerRPH)
Set the 'ListOfPassengerRPH' attribute value. Where an option is applicable only to certain passengers, this attribute will contain the ReferencePlaceHolders of the relevant passengers.

Parameters:
listOfPassengerRPH -