|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.tour.SearchRQ.CategoryPref
public static class SearchRQ.CategoryPref
Inidicates a preference for a category of tour. 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="CategoryPref" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:sequence>
<xs:element name="CategoryItem" maxOccurs="99">
<!-- Reference to inner class CategoryItem -->
</xs:element>
</xs:sequence>
<xs:attribute use="optional" name="Type">
<xs:simpleType>
<!-- Reference to inner class Type -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
SearchRQ.CategoryPref.CategoryItem
Identifies an individual characteristic of a tour. |
static class |
SearchRQ.CategoryPref.Type
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
SearchRQ.CategoryPref()
|
|
| Method Summary | |
|---|---|
void |
addCategoryItem(SearchRQ.CategoryPref.CategoryItem item)
Add a 'CategoryItem' element item. |
void |
clearCategoryItems()
Remove all 'CategoryItem' element items. |
SearchRQ.CategoryPref.CategoryItem |
getCategoryItem(int index)
Get 'CategoryItem' element item by position. |
java.util.List<SearchRQ.CategoryPref.CategoryItem> |
getCategoryItems()
Get the list of 'CategoryItem' element items. |
SearchRQ.CategoryPref.Type |
getType()
Get the 'Type' attribute value. |
void |
setCategoryItems(java.util.List<SearchRQ.CategoryPref.CategoryItem> list)
Set the list of 'CategoryItem' element items. |
void |
setType(SearchRQ.CategoryPref.Type type)
Set the 'Type' attribute value. |
int |
sizeCategoryItems()
Get the number of 'CategoryItem' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchRQ.CategoryPref()
| Method Detail |
|---|
public java.util.List<SearchRQ.CategoryPref.CategoryItem> getCategoryItems()
public void setCategoryItems(java.util.List<SearchRQ.CategoryPref.CategoryItem> list)
list - public int sizeCategoryItems()
public void addCategoryItem(SearchRQ.CategoryPref.CategoryItem item)
item - public SearchRQ.CategoryPref.CategoryItem getCategoryItem(int index)
index -
public void clearCategoryItems()
public SearchRQ.CategoryPref.Type getType()
public void setType(SearchRQ.CategoryPref.Type type)
type -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||