|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails
public static class Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails
A collection of exhibit details. 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="ExhibitDetails" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="ExhibitDetail" maxOccurs="unbounded">
<!-- Reference to inner class ExhibitDetail -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail
Describes a single exhibit within an exhibitiion. |
| Constructor Summary | |
|---|---|
Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails()
|
|
| Method Summary | |
|---|---|
void |
addExhibitDetail(Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail item)
Add a 'ExhibitDetail' element item. |
void |
clearExhibitDetails()
Remove all 'ExhibitDetail' element items. |
Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail |
getExhibitDetail(int index)
Get 'ExhibitDetail' element item by position. |
java.util.List<Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail> |
getExhibitDetails()
Get the list of 'ExhibitDetail' element items. |
void |
setExhibitDetails(java.util.List<Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail> list)
Set the list of 'ExhibitDetail' element items. |
int |
sizeExhibitDetails()
Get the number of 'ExhibitDetail' 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.EventInfo.Exhibition.ExhibitDetails()
| Method Detail |
|---|
public java.util.List<Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail> getExhibitDetails()
public void setExhibitDetails(java.util.List<Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail> list)
list - public int sizeExhibitDetails()
public void addExhibitDetail(Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail item)
item - public Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail getExhibitDetail(int index)
index -
public void clearExhibitDetails()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||