org.ota.shared
Class DateTimeSpan.Sequence

java.lang.Object
  extended by org.ota.shared.DateTimeSpan.Sequence
Enclosing class:
DateTimeSpan

public static class DateTimeSpan.Sequence
extends java.lang.Object

Schema fragment(s) for this class:

 <xs:sequence xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:element name="StartDateWindow" minOccurs="0">
     <xs:complexType>
       <xs:attributeGroup ref="ns:TimeWindowGroup"/>
     </xs:complexType>
   </xs:element>
   <xs:element name="EndDateWindow" minOccurs="0">
     <xs:complexType>
       <xs:attributeGroup ref="ns:TimeWindowGroup"/>
     </xs:complexType>
   </xs:element>
 </xs:sequence>
 


Constructor Summary
DateTimeSpan.Sequence()
           
 
Method Summary
 TimeWindowGroup getEndDateWindow()
          Get the 'TimeWindowGroup' attributeGroup value.
 TimeWindowGroup getStartDateWindow()
          Get the 'TimeWindowGroup' attributeGroup value.
 void setEndDateWindow(TimeWindowGroup endDateWindow)
          Set the 'TimeWindowGroup' attributeGroup value.
 void setStartDateWindow(TimeWindowGroup startDateWindow)
          Set the 'TimeWindowGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeSpan.Sequence

public DateTimeSpan.Sequence()
Method Detail

getStartDateWindow

public TimeWindowGroup getStartDateWindow()
Get the 'TimeWindowGroup' attributeGroup value. Identifies a date range.

Returns:
value

setStartDateWindow

public void setStartDateWindow(TimeWindowGroup startDateWindow)
Set the 'TimeWindowGroup' attributeGroup value. Identifies a date range.

Parameters:
startDateWindow -

getEndDateWindow

public TimeWindowGroup getEndDateWindow()
Get the 'TimeWindowGroup' attributeGroup value. Identifies a date range.

Returns:
value

setEndDateWindow

public void setEndDateWindow(TimeWindowGroup endDateWindow)
Set the 'TimeWindowGroup' attributeGroup value. Identifies a date range.

Parameters:
endDateWindow -