org.ota.hotel
Class EventReport.EventSites.EventSite.EventDays.EventDay

java.lang.Object
  extended by org.ota.hotel.EventReport.EventSites.EventSite.EventDays.EventDay
Enclosing class:
EventReport.EventSites.EventSite.EventDays

public static class EventReport.EventSites.EventSite.EventDays.EventDay
extends java.lang.Object

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

EventReport.EventSites.EventSite.EventDays.EventDay

public EventReport.EventSites.EventSite.EventDays.EventDay()
Method Detail

getEventDayFunctions

public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions getEventDayFunctions()
Get the 'EventDayFunctions' element value.

Returns:
value

setEventDayFunctions

public void setEventDayFunctions(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions eventDayFunctions)
Set the 'EventDayFunctions' element value.

Parameters:
eventDayFunctions -

getDayNumber

public java.lang.String getDayNumber()
Get the 'DayNumber' attribute value. The number which indicates the day of the event (e.g. 1, 2, 3). This is relative to the Start attribute in the Date element.

Returns:
value

setDayNumber

public void setDayNumber(java.lang.String dayNumber)
Set the 'DayNumber' attribute value. The number which indicates the day of the event (e.g. 1, 2, 3). This is relative to the Start attribute in the Date element.

Parameters:
dayNumber -

getDay

public EventDay getDay()
Get the 'DayType' attribute value. Indicates the day is a pre-event day, a post event day or a published event day.

Returns:
value

setDay

public void setDay(EventDay day)
Set the 'DayType' attribute value. Indicates the day is a pre-event day, a post event day or a published event day.

Parameters:
day -