|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPResponse.RFPResponseSegment.Sites
public static class RFPResponse.RFPResponseSegment.Sites
A collection of sites that the response is being submitted for (e.g. a hotel, national sales office, convention center). 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="Sites" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Site" maxOccurs="unbounded"> <!-- Reference to inner class Site --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPResponse.RFPResponseSegment.Sites.Site
Specifies an individual destination of the response. |
Constructor Summary | |
---|---|
RFPResponse.RFPResponseSegment.Sites()
|
Method Summary | |
---|---|
void |
addSite(RFPResponse.RFPResponseSegment.Sites.Site item)
Add a 'Site' element item. |
void |
clearSites()
Remove all 'Site' element items. |
RFPResponse.RFPResponseSegment.Sites.Site |
getSite(int index)
Get 'Site' element item by position. |
java.util.List<RFPResponse.RFPResponseSegment.Sites.Site> |
getSites()
Get the list of 'Site' element items. |
void |
setSites(java.util.List<RFPResponse.RFPResponseSegment.Sites.Site> list)
Set the list of 'Site' element items. |
int |
sizeSites()
Get the number of 'Site' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPResponse.RFPResponseSegment.Sites()
Method Detail |
---|
public java.util.List<RFPResponse.RFPResponseSegment.Sites.Site> getSites()
public void setSites(java.util.List<RFPResponse.RFPResponseSegment.Sites.Site> list)
list
- public int sizeSites()
public void addSite(RFPResponse.RFPResponseSegment.Sites.Site item)
item
- public RFPResponse.RFPResponseSegment.Sites.Site getSite(int index)
index
-
public void clearSites()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |