org.ota.air
Class FlifoRS.FlightInfoDetails.FlightLegInfo.DepartureDateTime

java.lang.Object
  extended by org.ota.air.FlifoRS.FlightInfoDetails.FlightLegInfo.DepartureDateTime
Enclosing class:
FlifoRS.FlightInfoDetails.FlightLegInfo

public static class FlifoRS.FlightInfoDetails.FlightLegInfo.DepartureDateTime
extends java.lang.Object

Specifies scheduled and other date time information. 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="DepartureDateTime" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Scheduled"/>
     <xs:attribute type="xs:string" use="optional" name="Estimated"/>
     <xs:attribute type="xs:string" use="optional" name="Actual"/>
     <xs:attribute type="xs:string" use="optional" name="ReasonCode"/>
     <xs:attribute type="xs:string" use="optional" name="NextAdvisoryTime"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FlifoRS.FlightInfoDetails.FlightLegInfo.DepartureDateTime()
           
 
Method Summary
 java.lang.String getActual()
          Get the 'Actual' attribute value.
 java.lang.String getEstimated()
          Get the 'Estimated' attribute value.
 java.lang.String getNextAdvisoryTime()
          Get the 'NextAdvisoryTime' attribute value.
 java.lang.String getReasonCode()
          Get the 'ReasonCode' attribute value.
 java.lang.String getScheduled()
          Get the 'Scheduled' attribute value.
 void setActual(java.lang.String actual)
          Set the 'Actual' attribute value.
 void setEstimated(java.lang.String estimated)
          Set the 'Estimated' attribute value.
 void setNextAdvisoryTime(java.lang.String nextAdvisoryTime)
          Set the 'NextAdvisoryTime' attribute value.
 void setReasonCode(java.lang.String reasonCode)
          Set the 'ReasonCode' attribute value.
 void setScheduled(java.lang.String scheduled)
          Set the 'Scheduled' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlifoRS.FlightInfoDetails.FlightLegInfo.DepartureDateTime

public FlifoRS.FlightInfoDetails.FlightLegInfo.DepartureDateTime()
Method Detail

getScheduled

public java.lang.String getScheduled()
Get the 'Scheduled' attribute value. Scheduled departure date/time for flight leg.

Returns:
value

setScheduled

public void setScheduled(java.lang.String scheduled)
Set the 'Scheduled' attribute value. Scheduled departure date/time for flight leg.

Parameters:
scheduled -

getEstimated

public java.lang.String getEstimated()
Get the 'Estimated' attribute value. Estimated departure date/time for flight leg.

Returns:
value

setEstimated

public void setEstimated(java.lang.String estimated)
Set the 'Estimated' attribute value. Estimated departure date/time for flight leg.

Parameters:
estimated -

getActual

public java.lang.String getActual()
Get the 'Actual' attribute value. Actual operational departure date/time for flight leg.

Returns:
value

setActual

public void setActual(java.lang.String actual)
Set the 'Actual' attribute value. Actual operational departure date/time for flight leg.

Parameters:
actual -

getReasonCode

public java.lang.String getReasonCode()
Get the 'ReasonCode' attribute value. The reason attributed to a delay or cancellation. Refers to OpenTravel Code Table FDC.

Returns:
value

setReasonCode

public void setReasonCode(java.lang.String reasonCode)
Set the 'ReasonCode' attribute value. The reason attributed to a delay or cancellation. Refers to OpenTravel Code Table FDC.

Parameters:
reasonCode -

getNextAdvisoryTime

public java.lang.String getNextAdvisoryTime()
Get the 'NextAdvisoryTime' attribute value. Specifies the time when the next information will be published.

Returns:
value

setNextAdvisoryTime

public void setNextAdvisoryTime(java.lang.String nextAdvisoryTime)
Set the 'NextAdvisoryTime' attribute value. Specifies the time when the next information will be published.

Parameters:
nextAdvisoryTime -