|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.destination.DestActivityItems
public class DestActivityItems
A collection of destination activity items. 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="DestActivityItemsType"> <xs:sequence> <xs:element type="ns:ItemType" name="Item" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType>
Constructor Summary | |
---|---|
DestActivityItems()
|
Method Summary | |
---|---|
void |
addItem(Item item)
Add a 'Item' element item. |
void |
clearItems()
Remove all 'Item' element items. |
Item |
getItem(int index)
Get 'Item' element item by position. |
java.util.List<Item> |
getItems()
Get the list of 'Item' element items. |
void |
setItems(java.util.List<Item> list)
Set the list of 'Item' element items. |
int |
sizeItems()
Get the number of 'Item' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DestActivityItems()
Method Detail |
---|
public java.util.List<Item> getItems()
public void setItems(java.util.List<Item> list)
list
- public int sizeItems()
public void addItem(Item item)
item
- public Item getItem(int index)
index
-
public void clearItems()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |