org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.Histories.History

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Histories.History
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.Histories

public static class RFPMeetingRQ.RFPRequestSegment.Histories.History
extends java.lang.Object

Data pertaining to previous instances of the same or similar event in the past. 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="History" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
       <xs:element name="ContactInfos" minOccurs="0">
         <!-- Reference to inner class ContactInfos -->
       </xs:element>
       <xs:element name="DaySummaries" minOccurs="0">
         <!-- Reference to inner class DaySummaries -->
       </xs:element>
       <xs:element type="ns:ParagraphType" name="Comments" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
     <xs:attribute type="xs:string" use="optional" name="MeetingName"/>
     <xs:attribute type="xs:string" use="optional" name="SiteName"/>
     <xs:attributeGroup ref="ns:EventStatisticsGroup"/>
     <xs:attribute type="xs:boolean" use="optional" name="PostEventReportExistsInd"/>
     <xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos
          A collection of previous contacts (e.g.
static class RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries
          A collection of DaySummaries.
 
Constructor Summary
RFPMeetingRQ.RFPRequestSegment.Histories.History()
           
 
Method Summary
 Paragraph getComments()
          Get the 'Comments' element value.
 RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos getContactInfos()
          Get the 'ContactInfos' element value.
 CurrencyCodeGroup getCurrencyCodeGroup()
          Get the 'CurrencyCodeGroup' attributeGroup value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries getDaySummaries()
          Get the 'DaySummaries' element value.
 EventStatisticsGroup getEventStatisticsGroup()
          Get the 'EventStatisticsGroup' attributeGroup value.
 java.lang.String getMeetingName()
          Get the 'MeetingName' attribute value.
 java.lang.Boolean getPostEventReportExistsInd()
          Get the 'PostEventReportExistsInd' attribute value.
 java.lang.String getSiteName()
          Get the 'SiteName' attribute value.
 UniqueID getUniqueID()
          Get the 'UniqueID' element value.
 void setComments(Paragraph comments)
          Set the 'Comments' element value.
 void setContactInfos(RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos contactInfos)
          Set the 'ContactInfos' element value.
 void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
          Set the 'CurrencyCodeGroup' attributeGroup value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setDaySummaries(RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries daySummaries)
          Set the 'DaySummaries' element value.
 void setEventStatisticsGroup(EventStatisticsGroup eventStatisticsGroup)
          Set the 'EventStatisticsGroup' attributeGroup value.
 void setMeetingName(java.lang.String meetingName)
          Set the 'MeetingName' attribute value.
 void setPostEventReportExistsInd(java.lang.Boolean postEventReportExistsInd)
          Set the 'PostEventReportExistsInd' attribute value.
 void setSiteName(java.lang.String siteName)
          Set the 'SiteName' attribute value.
 void setUniqueID(UniqueID uniqueID)
          Set the 'UniqueID' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPMeetingRQ.RFPRequestSegment.Histories.History

public RFPMeetingRQ.RFPRequestSegment.Histories.History()
Method Detail

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value. This is used to identify the previous room block and/or meeting space information.

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. This is used to identify the previous room block and/or meeting space information.

Parameters:
uniqueID -

getContactInfos

public RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos getContactInfos()
Get the 'ContactInfos' element value.

Returns:
value

setContactInfos

public void setContactInfos(RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos contactInfos)
Set the 'ContactInfos' element value.

Parameters:
contactInfos -

getDaySummaries

public RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries getDaySummaries()
Get the 'DaySummaries' element value.

Returns:
value

setDaySummaries

public void setDaySummaries(RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries daySummaries)
Set the 'DaySummaries' element value.

Parameters:
daySummaries -

getComments

public Paragraph getComments()
Get the 'Comments' element value. An open field to comment on the previous event.

Returns:
value

setComments

public void setComments(Paragraph comments)
Set the 'Comments' element value. An open field to comment on the previous event.

Parameters:
comments -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. Identifies the dates of the previous meeting.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. Identifies the dates of the previous meeting.

Parameters:
dateTimeSpanGroup -

getMeetingName

public java.lang.String getMeetingName()
Get the 'MeetingName' attribute value. The name of the previous meeting for which data is being provided.

Returns:
value

setMeetingName

public void setMeetingName(java.lang.String meetingName)
Set the 'MeetingName' attribute value. The name of the previous meeting for which data is being provided.

Parameters:
meetingName -

getSiteName

public java.lang.String getSiteName()
Get the 'SiteName' attribute value. The site where the previous meeting was held.

Returns:
value

setSiteName

public void setSiteName(java.lang.String siteName)
Set the 'SiteName' attribute value. The site where the previous meeting was held.

Parameters:
siteName -

getEventStatisticsGroup

public EventStatisticsGroup getEventStatisticsGroup()
Get the 'EventStatisticsGroup' attributeGroup value. Newly Created Att Group added here

Returns:
value

setEventStatisticsGroup

public void setEventStatisticsGroup(EventStatisticsGroup eventStatisticsGroup)
Set the 'EventStatisticsGroup' attributeGroup value. Newly Created Att Group added here

Parameters:
eventStatisticsGroup -

getPostEventReportExistsInd

public java.lang.Boolean getPostEventReportExistsInd()
Get the 'PostEventReportExistsInd' attribute value. If true, a report exists. IF false, a report does not exist. Thinking is that this info would come in a seperate message, whether that be as a file attachment or as a structured message will be determined later.

Returns:
value

setPostEventReportExistsInd

public void setPostEventReportExistsInd(java.lang.Boolean postEventReportExistsInd)
Set the 'PostEventReportExistsInd' attribute value. If true, a report exists. IF false, a report does not exist. Thinking is that this info would come in a seperate message, whether that be as a file attachment or as a structured message will be determined later.

Parameters:
postEventReportExistsInd -

getCurrencyCodeGroup

public CurrencyCodeGroup getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value.

Returns:
value

setCurrencyCodeGroup

public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value.

Parameters:
currencyCodeGroup -