| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Histories.History
public static class RFPMeetingRQ.RFPRequestSegment.Histories.History
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 | 
|---|
public RFPMeetingRQ.RFPRequestSegment.Histories.History()
| Method Detail | 
|---|
public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID - public RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos getContactInfos()
public void setContactInfos(RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos contactInfos)
contactInfos - public RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries getDaySummaries()
public void setDaySummaries(RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries daySummaries)
daySummaries - public Paragraph getComments()
public void setComments(Paragraph comments)
comments - public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup - public java.lang.String getMeetingName()
public void setMeetingName(java.lang.String meetingName)
meetingName - public java.lang.String getSiteName()
public void setSiteName(java.lang.String siteName)
siteName - public EventStatisticsGroup getEventStatisticsGroup()
public void setEventStatisticsGroup(EventStatisticsGroup eventStatisticsGroup)
eventStatisticsGroup - public java.lang.Boolean getPostEventReportExistsInd()
public void setPostEventReportExistsInd(java.lang.Boolean postEventReportExistsInd)
postEventReportExistsInd - public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||