|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Event.EventInner.EventInfos
public static class Event.EventInner.EventInfos
A collection of event infos. 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="EventInfos" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="EventInfo" maxOccurs="unbounded">
<!-- Reference to inner class EventInfo -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
Event.EventInner.EventInfos.EventInfo
Details regarding a particular occurence of an event. |
| Constructor Summary | |
|---|---|
Event.EventInner.EventInfos()
|
|
| Method Summary | |
|---|---|
void |
addEventInfo(Event.EventInner.EventInfos.EventInfo item)
Add a 'EventInfo' element item. |
void |
clearEventInfos()
Remove all 'EventInfo' element items. |
Event.EventInner.EventInfos.EventInfo |
getEventInfo(int index)
Get 'EventInfo' element item by position. |
java.util.List<Event.EventInner.EventInfos.EventInfo> |
getEventInfos()
Get the list of 'EventInfo' element items. |
void |
setEventInfos(java.util.List<Event.EventInner.EventInfos.EventInfo> list)
Set the list of 'EventInfo' element items. |
int |
sizeEventInfos()
Get the number of 'EventInfo' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Event.EventInner.EventInfos()
| Method Detail |
|---|
public java.util.List<Event.EventInner.EventInfos.EventInfo> getEventInfos()
public void setEventInfos(java.util.List<Event.EventInner.EventInfos.EventInfo> list)
list - public int sizeEventInfos()
public void addEventInfo(Event.EventInner.EventInfos.EventInfo item)
item - public Event.EventInner.EventInfos.EventInfo getEventInfo(int index)
index -
public void clearEventInfos()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||