|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo
public static class EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo
Exhibitor (i.e., the people working the booths) information for the event. 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="ExhibitorInfo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Comments" minOccurs="0"> <!-- Reference to inner class Comments --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:PostEventAttendanceGroup"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo.Comments
A collection of comments pertaining to the exhibitors. |
Constructor Summary | |
---|---|
EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo()
|
Method Summary | |
---|---|
EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo.Comments |
getComments()
Get the 'Comments' element value. |
PostEventAttendanceGroup |
getPostEventAttendanceGroup()
Get the 'PostEventAttendanceGroup' attributeGroup value. |
void |
setComments(EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo.Comments comments)
Set the 'Comments' element value. |
void |
setPostEventAttendanceGroup(PostEventAttendanceGroup postEventAttendanceGroup)
Set the 'PostEventAttendanceGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo()
Method Detail |
---|
public EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo.Comments getComments()
public void setComments(EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo.Comments comments)
comments
- public PostEventAttendanceGroup getPostEventAttendanceGroup()
public void setPostEventAttendanceGroup(PostEventAttendanceGroup postEventAttendanceGroup)
postEventAttendanceGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |