|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.TimeWindowGroup
public class TimeWindowGroup
Total time span covered by this availability request (from the earliest arrival to the latest departure) Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeWindowGroup"> <xs:attribute type="xs:string" use="optional" name="EarliestDate"/> <xs:attribute type="xs:string" use="optional" name="LatestDate"/> <xs:attribute type="ns:DayOfWeekType" use="optional" name="DOW"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
TimeWindowGroup()
|
Method Summary | |
---|---|
DayOfWeek |
getDOW()
Get the 'DOW' attribute value. |
java.lang.String |
getEarliestDate()
Get the 'EarliestDate' attribute value. |
java.lang.String |
getLatestDate()
Get the 'LatestDate' attribute value. |
void |
setDOW(DayOfWeek DOW)
Set the 'DOW' attribute value. |
void |
setEarliestDate(java.lang.String earliestDate)
Set the 'EarliestDate' attribute value. |
void |
setLatestDate(java.lang.String latestDate)
Set the 'LatestDate' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeWindowGroup()
Method Detail |
---|
public java.lang.String getEarliestDate()
public void setEarliestDate(java.lang.String earliestDate)
earliestDate
- public java.lang.String getLatestDate()
public void setLatestDate(java.lang.String latestDate)
latestDate
- public DayOfWeek getDOW()
public void setDOW(DayOfWeek DOW)
DOW
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |