|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.DateTimeSpan.Sequence
public static class DateTimeSpan.Sequence
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 |
---|
public DateTimeSpan.Sequence()
Method Detail |
---|
public TimeWindowGroup getStartDateWindow()
public void setStartDateWindow(TimeWindowGroup startDateWindow)
startDateWindow
- public TimeWindowGroup getEndDateWindow()
public void setEndDateWindow(TimeWindowGroup endDateWindow)
endDateWindow
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |