|
|||||||
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.DaySummaries.DaySummary
public static class RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries.DaySummary
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 |
---|
public RFPMeetingRQ.RFPRequestSegment.Histories.History.DaySummaries.DaySummary()
Method Detail |
---|
public java.lang.String getDayNumber()
public void setDayNumber(java.lang.String dayNumber)
dayNumber
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
- public EventStatisticsGroup getEventStatisticsGroup()
public void setEventStatisticsGroup(EventStatisticsGroup eventStatisticsGroup)
eventStatisticsGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |