org.ota.hotel
Class EventReport.GeneralEventInfo.AttendeeInfo

java.lang.Object
  extended by org.ota.hotel.EventReport.GeneralEventInfo.AttendeeInfo
Enclosing class:
EventReport.GeneralEventInfo

public static class EventReport.GeneralEventInfo.AttendeeInfo
extends java.lang.Object

Specifies the number of event attendees. 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" maxOccurs="3">
   <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.GeneralEventInfo.AttendeeInfo.Comments
          A collection of comments pertaining to the attendees.
 
Constructor Summary
EventReport.GeneralEventInfo.AttendeeInfo()
           
 
Method Summary
 EventReport.GeneralEventInfo.AttendeeInfo.Comments getComments()
          Get the 'Comments' element value.
 PostEventAttendanceGroup getPostEventAttendanceGroup()
          Get the 'PostEventAttendanceGroup' attributeGroup value.
 void setComments(EventReport.GeneralEventInfo.AttendeeInfo.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

EventReport.GeneralEventInfo.AttendeeInfo

public EventReport.GeneralEventInfo.AttendeeInfo()
Method Detail

getComments

public EventReport.GeneralEventInfo.AttendeeInfo.Comments getComments()
Get the 'Comments' element value.

Returns:
value

setComments

public void setComments(EventReport.GeneralEventInfo.AttendeeInfo.Comments comments)
Set the 'Comments' element value.

Parameters:
comments -

getPostEventAttendanceGroup

public PostEventAttendanceGroup getPostEventAttendanceGroup()
Get the 'PostEventAttendanceGroup' attributeGroup value. Attendance quantities qualifed as estimated, guaranteed or actual.

Returns:
value

setPostEventAttendanceGroup

public void setPostEventAttendanceGroup(PostEventAttendanceGroup postEventAttendanceGroup)
Set the 'PostEventAttendanceGroup' attributeGroup value. Attendance quantities qualifed as estimated, guaranteed or actual.

Parameters:
postEventAttendanceGroup -