org.ota.shared
Class TimeWindowGroup

java.lang.Object
  extended by org.ota.shared.TimeWindowGroup

public class TimeWindowGroup
extends java.lang.Object

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

TimeWindowGroup

public TimeWindowGroup()
Method Detail

getEarliestDate

public java.lang.String getEarliestDate()
Get the 'EarliestDate' attribute value. The earliest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.

Returns:
value

setEarliestDate

public void setEarliestDate(java.lang.String earliestDate)
Set the 'EarliestDate' attribute value. The earliest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.

Parameters:
earliestDate -

getLatestDate

public java.lang.String getLatestDate()
Get the 'LatestDate' attribute value. The latest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.

Returns:
value

setLatestDate

public void setLatestDate(java.lang.String latestDate)
Set the 'LatestDate' attribute value. The latest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.

Parameters:
latestDate -

getDOW

public DayOfWeek getDOW()
Get the 'DOW' attribute value. The Day of Week of the starting date for the availability requested. Enumerated values of StartDOW are the seven days of the week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, or Sunday.

Returns:
value

setDOW

public void setDOW(DayOfWeek DOW)
Set the 'DOW' attribute value. The Day of Week of the starting date for the availability requested. Enumerated values of StartDOW are the seven days of the week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, or Sunday.

Parameters:
DOW -