|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.PostEventRQ.Events.Event.EventSites
public static class PostEventRQ.Events.Event.EventSites
A collection of event sites. 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="EventSites" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="EventSite" maxOccurs="unbounded"> <xs:complexType> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
PostEventRQ.Events.Event.EventSites()
|
Method Summary | |
---|---|
void |
addEventSite(HotelReferenceGroup item)
Add a 'EventSite' element item. |
void |
clearEventSites()
Remove all 'EventSite' element items. |
HotelReferenceGroup |
getEventSite(int index)
Get 'EventSite' element item by position. |
java.util.List<HotelReferenceGroup> |
getEventSites()
Get the list of 'EventSite' element items. |
void |
setEventSites(java.util.List<HotelReferenceGroup> list)
Set the list of 'EventSite' element items. |
int |
sizeEventSites()
Get the number of 'EventSite' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostEventRQ.Events.Event.EventSites()
Method Detail |
---|
public java.util.List<HotelReferenceGroup> getEventSites()
public void setEventSites(java.util.List<HotelReferenceGroup> list)
list
- public int sizeEventSites()
public void addEventSite(HotelReferenceGroup item)
item
- public HotelReferenceGroup getEventSite(int index)
index
-
public void clearEventSites()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |