org.ota.hotel
Class EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.SessionTimes

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

public static class EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.SessionTimes
extends java.lang.Object

The start and end times for a session or show within a function. 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="SessionTimes" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:time" use="optional" name="StartTime"/>
     <xs:attribute type="xs:time" use="optional" name="EndTime"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.SessionTimes()
           
 
Method Summary
 java.sql.Time getEndTime()
          Get the 'EndTime' attribute value.
 java.sql.Time getStartTime()
          Get the 'StartTime' attribute value.
 void setEndTime(java.sql.Time endTime)
          Set the 'EndTime' attribute value.
 void setStartTime(java.sql.Time startTime)
          Set the 'StartTime' attribute 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.EventDayFunctions.EventDayFunction.Sequence.SessionTimes

public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.SessionTimes()
Method Detail

getStartTime

public java.sql.Time getStartTime()
Get the 'StartTime' attribute value. The time a session is scheduled to begin.

Returns:
value

setStartTime

public void setStartTime(java.sql.Time startTime)
Set the 'StartTime' attribute value. The time a session is scheduled to begin.

Parameters:
startTime -

getEndTime

public java.sql.Time getEndTime()
Get the 'EndTime' attribute value. The time a session is scheduled to finish.

Returns:
value

setEndTime

public void setEndTime(java.sql.Time endTime)
Set the 'EndTime' attribute value. The time a session is scheduled to finish.

Parameters:
endTime -