|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventReport
public class EventReport
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 |
---|
public EventReport()
Method Detail |
---|
public EventReport.EventSites getEventSites()
public void setEventSites(EventReport.EventSites eventSites)
eventSites
- public EventReport.GeneralEventInfo getGeneralEventInfo()
public void setGeneralEventInfo(EventReport.GeneralEventInfo generalEventInfo)
generalEventInfo
- public java.lang.Float getVersion()
public void setVersion(java.lang.Float version)
version
- public java.util.Date getTimeStamp()
public void setTimeStamp(java.util.Date timeStamp)
timeStamp
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |