org.ota.pkg
Class MealPlan.PassengerRPHs
java.lang.Object
org.ota.pkg.MealPlan.PassengerRPHs
- Enclosing class:
- MealPlan
public static class MealPlan.PassengerRPHs
- extends java.lang.Object
Details of individual passengers - may be used instead of CustomerCounts.
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>
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 |
MealPlan.PassengerRPHs
public MealPlan.PassengerRPHs()
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
-