|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Event.EventInner.AttendeeInfo
public static class Event.EventInner.AttendeeInfo
The number of attendees to 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="AttendeeInfo" 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:AttendanceGroup"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
Event.EventInner.AttendeeInfo.Comments
A collection of comments pertaining to the attendees. |
| Constructor Summary | |
|---|---|
Event.EventInner.AttendeeInfo()
|
|
| Method Summary | |
|---|---|
AttendanceGroup |
getAttendanceGroup()
Get the 'AttendanceGroup' attributeGroup value. |
Event.EventInner.AttendeeInfo.Comments |
getComments()
Get the 'Comments' element value. |
void |
setAttendanceGroup(AttendanceGroup attendanceGroup)
Set the 'AttendanceGroup' attributeGroup value. |
void |
setComments(Event.EventInner.AttendeeInfo.Comments comments)
Set the 'Comments' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Event.EventInner.AttendeeInfo()
| Method Detail |
|---|
public Event.EventInner.AttendeeInfo.Comments getComments()
public void setComments(Event.EventInner.AttendeeInfo.Comments comments)
comments - public AttendanceGroup getAttendanceGroup()
public void setAttendanceGroup(AttendanceGroup attendanceGroup)
attendanceGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||