|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.MealPlan
public class MealPlan
Details of meal arrangements, booked or available according to context, with appropriate supplementary charges. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MealPlanType"> <xs:sequence> <xs:element type="ns:CustomerCountsType" name="CustomerCounts" minOccurs="0"/> <xs:element name="PassengerRPHs" minOccurs="0"> <!-- Reference to inner class PassengerRPHs --> </xs:element> <xs:element name="Prices" minOccurs="0"> <!-- Reference to inner class Prices --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:MealPlanGroup"/> <xs:attribute type="xs:string" use="optional" name="ListOfRoomRPH"/> </xs:complexType> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MealPlanGroup"> <xs:attribute type="xs:string" use="optional" name="Plan"/> <xs:attribute type="xs:string" use="required" name="Code"/> <xs:attributeGroup ref="ns:QuantityGroup"/> <xs:attribute type="xs:string" use="optional" name="RPH"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup"> <xs:attribute type="xs:int" use="optional" name="Quantity"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
MealPlan.PassengerRPHs
Details of individual passengers - may be used instead of CustomerCounts. |
static class |
MealPlan.Prices
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
MealPlan()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Get the 'Code' attribute value. |
CustomerCounts |
getCustomerCounts()
Get the 'CustomerCounts' element value. |
java.lang.String |
getListOfRoomRPH()
Get the 'ListOfRoomRPH' attribute value. |
MealPlan.PassengerRPHs |
getPassengerRPHs()
Get the 'PassengerRPHs' element value. |
java.lang.String |
getPlan()
Get the 'Plan' attribute value. |
MealPlan.Prices |
getPrices()
Get the 'Prices' element value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setCustomerCounts(CustomerCounts customerCounts)
Set the 'CustomerCounts' element value. |
void |
setListOfRoomRPH(java.lang.String listOfRoomRPH)
Set the 'ListOfRoomRPH' attribute value. |
void |
setPassengerRPHs(MealPlan.PassengerRPHs passengerRPHs)
Set the 'PassengerRPHs' element value. |
void |
setPlan(java.lang.String plan)
Set the 'Plan' attribute value. |
void |
setPrices(MealPlan.Prices prices)
Set the 'Prices' element value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' 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 |
---|
public MealPlan()
Method Detail |
---|
public CustomerCounts getCustomerCounts()
public void setCustomerCounts(CustomerCounts customerCounts)
customerCounts
- public MealPlan.PassengerRPHs getPassengerRPHs()
public void setPassengerRPHs(MealPlan.PassengerRPHs passengerRPHs)
passengerRPHs
- public MealPlan.Prices getPrices()
public void setPrices(MealPlan.Prices prices)
prices
- public java.lang.String getPlan()
public void setPlan(java.lang.String plan)
plan
- public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
- public java.lang.String getListOfRoomRPH()
public void setListOfRoomRPH(java.lang.String listOfRoomRPH)
listOfRoomRPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |