|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.AvailRS.AccommodationChoices.AvailableProperty.FacilityChoices.AvailableMealPlans
public static class AvailRS.AccommodationChoices.AvailableProperty.FacilityChoices.AvailableMealPlans
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="AvailableMealPlans" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:MealPlanType" name="MealPlan" maxOccurs="9"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
AvailRS.AccommodationChoices.AvailableProperty.FacilityChoices.AvailableMealPlans()
|
Method Summary | |
---|---|
void |
addMealPlan(MealPlan item)
Add a 'MealPlan' element item. |
void |
clearMealPlans()
Remove all 'MealPlan' element items. |
MealPlan |
getMealPlan(int index)
Get 'MealPlan' element item by position. |
java.util.List<MealPlan> |
getMealPlans()
Get the list of 'MealPlan' element items. |
void |
setMealPlans(java.util.List<MealPlan> list)
Set the list of 'MealPlan' element items. |
int |
sizeMealPlans()
Get the number of 'MealPlan' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailRS.AccommodationChoices.AvailableProperty.FacilityChoices.AvailableMealPlans()
Method Detail |
---|
public java.util.List<MealPlan> getMealPlans()
public void setMealPlans(java.util.List<MealPlan> list)
list
- public int sizeMealPlans()
public void addMealPlan(MealPlan item)
item
- public MealPlan getMealPlan(int index)
index
-
public void clearMealPlans()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |