|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.MealPlan.Prices
public static class MealPlan.Prices
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="Prices" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Price" maxOccurs="9"> <xs:complexType> <xs:attributeGroup ref="ns:PriceGroup"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
MealPlan.Prices()
|
Method Summary | |
---|---|
void |
addPrice(PriceGroup item)
Add a 'Price' element item. |
void |
clearPrices()
Remove all 'Price' element items. |
PriceGroup |
getPrice(int index)
Get 'Price' element item by position. |
java.util.List<PriceGroup> |
getPrices()
Get the list of 'Price' element items. |
void |
setPrices(java.util.List<PriceGroup> list)
Set the list of 'Price' element items. |
int |
sizePrices()
Get the number of 'Price' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MealPlan.Prices()
Method Detail |
---|
public java.util.List<PriceGroup> getPrices()
public void setPrices(java.util.List<PriceGroup> list)
list
- public int sizePrices()
public void addPrice(PriceGroup item)
item
- public PriceGroup getPrice(int index)
index
-
public void clearPrices()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |