|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime
public static class FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime
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 |
---|
public FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime()
Method Detail |
---|
public java.lang.String getTime()
public void setTime(java.lang.String time)
time
- public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
operation
- public FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime.Time getTime1()
public void setTime1(FlifoRS.FlightInfoDetails.FlightLegInfo.OperationTimes.OperationTime.Time time1)
time1
- public java.lang.String getReasonCode()
public void setReasonCode(java.lang.String reasonCode)
reasonCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |