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

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

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

A container for the previous event detail data. 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="DaySummary" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="DayNumber"/>
     <xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
     <xs:attributeGroup ref="ns:EventStatisticsGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries.DaySummary()
           
 
Method Summary
 CurrencyCodeGroup getCurrencyCodeGroup()
          Get the 'CurrencyCodeGroup' attributeGroup value.
 java.lang.String getDayNumber()
          Get the 'DayNumber' attribute value.
 EventStatisticsGroup getEventStatisticsGroup()
          Get the 'EventStatisticsGroup' attributeGroup value.
 void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
          Set the 'CurrencyCodeGroup' attributeGroup value.
 void setDayNumber(java.lang.String dayNumber)
          Set the 'DayNumber' attribute value.
 void setEventStatisticsGroup(EventStatisticsGroup eventStatisticsGroup)
          Set the 'EventStatisticsGroup' attributeGroup 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.DaySummaries.DaySummary

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

getDayNumber

public java.lang.String getDayNumber()
Get the 'DayNumber' attribute value. The number which indicates the day of the previous room requirements and/or previous event (e.g. 1, 2, 3, etc).

Returns:
value

setDayNumber

public void setDayNumber(java.lang.String dayNumber)
Set the 'DayNumber' attribute value. The number which indicates the day of the previous room requirements and/or previous event (e.g. 1, 2, 3, etc).

Parameters:
dayNumber -

getCurrencyCodeGroup

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

Returns:
value

setCurrencyCodeGroup

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

Parameters:
currencyCodeGroup -

getEventStatisticsGroup

public EventStatisticsGroup getEventStatisticsGroup()
Get the 'EventStatisticsGroup' attributeGroup value. Previously existed and just grouped in order to be able to use it at the aggregate level

Returns:
value

setEventStatisticsGroup

public void setEventStatisticsGroup(EventStatisticsGroup eventStatisticsGroup)
Set the 'EventStatisticsGroup' attributeGroup value. Previously existed and just grouped in order to be able to use it at the aggregate level

Parameters:
eventStatisticsGroup -