org.ota.air
Class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange

java.lang.Object
  extended by org.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange
Enclosing class:
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo

public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange
extends java.lang.Object

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

FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange

public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.SeasonalInfo.SeasonalRange()
Method Detail

getDirection

public AirTrip getDirection()
Get the 'Direction' attribute value. The direction associated with the seasonal fare.

Returns:
value

setDirection

public void setDirection(AirTrip direction)
Set the 'Direction' attribute value. The direction associated with the seasonal fare.

Parameters:
direction -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. The start and end date of the season.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. The start and end date of the season.

Parameters:
dateTimeSpanGroup -