| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.EventReport.EventSites.EventSite.EventDays.EventDay
public static class EventReport.EventSites.EventSite.EventDays.EventDay
Defines the functions for a specific day of the event. 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="EventDay" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="EventDayFunctions" minOccurs="0">
         <!-- Reference to inner class EventDayFunctions -->
       </xs:element>
     </xs:sequence>
     <xs:attribute type="xs:string" use="required" name="DayNumber"/>
     <xs:attribute type="ns:EventDayType" use="optional" name="DayType"/>
   </xs:complexType>
 </xs:element>
 
| Nested Class Summary | |
|---|---|
static class | 
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions
A collection of multiple EventDayFunctions.  | 
| Constructor Summary | |
|---|---|
EventReport.EventSites.EventSite.EventDays.EventDay()
 | 
|
| Method Summary | |
|---|---|
 EventDay | 
getDay()
Get the 'DayType' attribute value.  | 
 java.lang.String | 
getDayNumber()
Get the 'DayNumber' attribute value.  | 
 EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions | 
getEventDayFunctions()
Get the 'EventDayFunctions' element value.  | 
 void | 
setDay(EventDay day)
Set the 'DayType' attribute value.  | 
 void | 
setDayNumber(java.lang.String dayNumber)
Set the 'DayNumber' attribute value.  | 
 void | 
setEventDayFunctions(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions eventDayFunctions)
Set the 'EventDayFunctions' element value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EventReport.EventSites.EventSite.EventDays.EventDay()
| Method Detail | 
|---|
public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions getEventDayFunctions()
public void setEventDayFunctions(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions eventDayFunctions)
eventDayFunctions - public java.lang.String getDayNumber()
public void setDayNumber(java.lang.String dayNumber)
dayNumber - public EventDay getDay()
public void setDay(EventDay day)
day - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||