|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.tour.SearchRS.Tours
public static class SearchRS.Tours
A collection of tours satisfying the criteria supplied in the search request. 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="Tours" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:TourInformationType" name="Tour" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="MoreDataEchoToken"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
SearchRS.Tours()
|
Method Summary | |
---|---|
void |
addTour(TourInformation item)
Add a 'Tour' element item. |
void |
clearTours()
Remove all 'Tour' element items. |
java.lang.String |
getMoreDataEchoToken()
Get the 'MoreDataEchoToken' attribute value. |
TourInformation |
getTour(int index)
Get 'Tour' element item by position. |
java.util.List<TourInformation> |
getTours()
Get the list of 'Tour' element items. |
void |
setMoreDataEchoToken(java.lang.String moreDataEchoToken)
Set the 'MoreDataEchoToken' attribute value. |
void |
setTours(java.util.List<TourInformation> list)
Set the list of 'Tour' element items. |
int |
sizeTours()
Get the number of 'Tour' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchRS.Tours()
Method Detail |
---|
public java.util.List<TourInformation> getTours()
public void setTours(java.util.List<TourInformation> list)
list
- public int sizeTours()
public void addTour(TourInformation item)
item
- public TourInformation getTour(int index)
index
-
public void clearTours()
public java.lang.String getMoreDataEchoToken()
public void setMoreDataEchoToken(java.lang.String moreDataEchoToken)
moreDataEchoToken
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |