|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.PostEventRQ.Events
public static class PostEventRQ.Events
A collection of individual events for which the post event report is being requested. Provides the ability to request information for a specific event or event planner for one or more 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="Events" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Event" maxOccurs="unbounded">
<!-- Reference to inner class Event -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
PostEventRQ.Events.Event
The event for which the post event report is being requested. |
| Constructor Summary | |
|---|---|
PostEventRQ.Events()
|
|
| Method Summary | |
|---|---|
void |
addEvent(PostEventRQ.Events.Event item)
Add a 'Event' element item. |
void |
clearEvents()
Remove all 'Event' element items. |
PostEventRQ.Events.Event |
getEvent(int index)
Get 'Event' element item by position. |
java.util.List<PostEventRQ.Events.Event> |
getEvents()
Get the list of 'Event' element items. |
void |
setEvents(java.util.List<PostEventRQ.Events.Event> list)
Set the list of 'Event' element items. |
int |
sizeEvents()
Get the number of 'Event' 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()
| Method Detail |
|---|
public java.util.List<PostEventRQ.Events.Event> getEvents()
public void setEvents(java.util.List<PostEventRQ.Events.Event> list)
list - public int sizeEvents()
public void addEvent(PostEventRQ.Events.Event item)
item - public PostEventRQ.Events.Event getEvent(int index)
index -
public void clearEvents()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||