org.ota.hotel
Class EventReport

java.lang.Object
  extended by org.ota.hotel.EventReport

public class EventReport
extends java.lang.Object

Provides actualized event information. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EventReportType">
   <xs:sequence>
     <xs:element name="EventSites" minOccurs="0">
       <!-- Reference to inner class EventSites -->
     </xs:element>
     <xs:element name="GeneralEventInfo" minOccurs="0">
       <!-- Reference to inner class GeneralEventInfo -->
     </xs:element>
   </xs:sequence>
   <xs:attribute type="xs:float" use="optional" name="Version"/>
   <xs:attribute type="xs:dateTime" use="optional" name="TimeStamp"/>
   <xs:attribute type="xs:string" use="optional" name="RPH"/>
 </xs:complexType>
 


Nested Class Summary
static class EventReport.EventSites
          A collection of sites utilized by the event.
static class EventReport.GeneralEventInfo
          High-level information regarding the event.
 
Constructor Summary
EventReport()
           
 
Method Summary
 EventReport.EventSites getEventSites()
          Get the 'EventSites' element value.
 EventReport.GeneralEventInfo getGeneralEventInfo()
          Get the 'GeneralEventInfo' element value.
 java.lang.String getRPH()
          Get the 'RPH' attribute value.
 java.util.Date getTimeStamp()
          Get the 'TimeStamp' attribute value.
 java.lang.Float getVersion()
          Get the 'Version' attribute value.
 void setEventSites(EventReport.EventSites eventSites)
          Set the 'EventSites' element value.
 void setGeneralEventInfo(EventReport.GeneralEventInfo generalEventInfo)
          Set the 'GeneralEventInfo' element value.
 void setRPH(java.lang.String RPH)
          Set the 'RPH' attribute value.
 void setTimeStamp(java.util.Date timeStamp)
          Set the 'TimeStamp' attribute value.
 void setVersion(java.lang.Float version)
          Set the 'Version' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReport

public EventReport()
Method Detail

getEventSites

public EventReport.EventSites getEventSites()
Get the 'EventSites' element value.

Returns:
value

setEventSites

public void setEventSites(EventReport.EventSites eventSites)
Set the 'EventSites' element value.

Parameters:
eventSites -

getGeneralEventInfo

public EventReport.GeneralEventInfo getGeneralEventInfo()
Get the 'GeneralEventInfo' element value.

Returns:
value

setGeneralEventInfo

public void setGeneralEventInfo(EventReport.GeneralEventInfo generalEventInfo)
Set the 'GeneralEventInfo' element value.

Parameters:
generalEventInfo -

getVersion

public java.lang.Float getVersion()
Get the 'Version' attribute value. Identifies the version of the report.

Returns:
value

setVersion

public void setVersion(java.lang.Float version)
Set the 'Version' attribute value. Identifies the version of the report.

Parameters:
version -

getTimeStamp

public java.util.Date getTimeStamp()
Get the 'TimeStamp' attribute value. Time stamp of when this version of the report was completed.

Returns:
value

setTimeStamp

public void setTimeStamp(java.util.Date timeStamp)
Set the 'TimeStamp' attribute value. Time stamp of when this version of the report was completed.

Parameters:
timeStamp -

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. This Reference Place Holder (RPH) is an index code used to identify an instance of the event report.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. This Reference Place Holder (RPH) is an index code used to identify an instance of the event report.

Parameters:
RPH -