|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange
public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange
The date range for the season. 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="SeasonalRange" minOccurs="0" maxOccurs="2">
<xs:complexType>
<xs:attribute type="ns:AirTripType" use="optional" name="Direction"/>
<xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange()
|
|
| Method Summary | |
|---|---|
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
AirTrip |
getDirection()
Get the 'Direction' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setDirection(AirTrip direction)
Set the 'Direction' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange()
| Method Detail |
|---|
public AirTrip getDirection()
public void setDirection(AirTrip direction)
direction - public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||