|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.SessionTimes
public static class Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.SessionTimes
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 | |
|---|---|
Event.EventInner.Sites.Site.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 |
|---|
public Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.SessionTimes()
| Method Detail |
|---|
public java.sql.Time getStartTime()
public void setStartTime(java.sql.Time startTime)
startTime - public java.sql.Time getEndTime()
public void setEndTime(java.sql.Time endTime)
endTime -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||