org.ota.air
Class FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime

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

public static class FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime
extends java.lang.Object

Provides information on operational events for this flight leg e.g. off-ground. 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="OperationTime" maxOccurs="99">
   <xs:complexType>
     <xs:attributeGroup ref="ns:OperationTimeGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OperationTimeGroup">
   <xs:attribute type="xs:string" use="required" name="Time"/>
   <xs:attribute type="xs:string" use="required" name="OperationType"/>
   <xs:attribute use="required" name="TimeType">
     <xs:simpleType>
       <!-- Reference to inner class Time -->
     </xs:simpleType>
   </xs:attribute>
   <xs:attribute type="xs:string" use="optional" name="ReasonCode"/>
 </xs:attributeGroup>
 


Nested Class Summary
static class FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime.Time
          Schema fragment(s) for this class:
 
Constructor Summary
FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime()
           
 
Method Summary
 java.lang.String getOperation()
          Get the 'OperationType' attribute value.
 java.lang.String getReasonCode()
          Get the 'ReasonCode' attribute value.
 java.lang.String getTime()
          Get the 'Time' attribute value.
 FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime.Time getTime1()
          Get the 'TimeType' attribute value.
 void setOperation(java.lang.String operation)
          Set the 'OperationType' attribute value.
 void setReasonCode(java.lang.String reasonCode)
          Set the 'ReasonCode' attribute value.
 void setTime(java.lang.String time)
          Set the 'Time' attribute value.
 void setTime1(FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime.Time time1)
          Set the 'TimeType' 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.OperationTimes.OperationTime

public FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime()
Method Detail

getTime

public java.lang.String getTime()
Get the 'Time' attribute value. Time or date/time an operational event happened.

Returns:
value

setTime

public void setTime(java.lang.String time)
Set the 'Time' attribute value. Time or date/time an operational event happened.

Parameters:
time -

getOperation

public java.lang.String getOperation()
Get the 'OperationType' attribute value. Type of operational event (e.g., off-ground). References the OpenTravel Code Table OTT.

Returns:
value

setOperation

public void setOperation(java.lang.String operation)
Set the 'OperationType' attribute value. Type of operational event (e.g., off-ground). References the OpenTravel Code Table OTT.

Parameters:
operation -

getTime1

public FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime.Time getTime1()
Get the 'TimeType' attribute value. Describes whether the operational event time is scheduled, estimated or actual.

Returns:
value

setTime1

public void setTime1(FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime.Time time1)
Set the 'TimeType' attribute value. Describes whether the operational event time is scheduled, estimated or actual.

Parameters:
time1 -

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 -