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

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

public static class FlifoRS.FlightInfoDetails.FlightLegInfo.ArrivalDateTime
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="ArrivalDateTime" 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:complexType>
 </xs:element>
 


Constructor Summary
FlifoRS.FlightInfoDetails.FlightLegInfo.ArrivalDateTime()
           
 
Method Summary
 java.lang.String getActual()
          Get the 'Actual' attribute value.
 java.lang.String getEstimated()
          Get the 'Estimated' 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 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.ArrivalDateTime

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

getScheduled

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

Returns:
value

setScheduled

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

Parameters:
scheduled -

getEstimated

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

Returns:
value

setEstimated

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

Parameters:
estimated -

getActual

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

Returns:
value

setActual

public void setActual(java.lang.String actual)
Set the 'Actual' attribute value. Actual operational arrival 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 -