|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg._package.ItineraryItems.ItineraryItem.Accommodation.MealPlans
public static class _package.ItineraryItems.ItineraryItem.Accommodation.MealPlans
A collection of MealPlan elements 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="MealPlans" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:MealPlanType" name="MealPlan" maxOccurs="9"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
_package.ItineraryItems.ItineraryItem.Accommodation.MealPlans()
|
|
| 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 _package.ItineraryItems.ItineraryItem.Accommodation.MealPlans()
| 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 | ||||||