|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.FlightSegmentBase
org.ota.air.FlightSegment
org.ota.air.BookFlightSegment
org.ota.air.PTCFareBreakdown.PricingUnit.FareComponent.FlightLeg
public static class PTCFareBreakdown.PricingUnit.FareComponent.FlightLeg
The flight leg information for the fare component. 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="FlightLeg" maxOccurs="99"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:BookFlightSegmentType"> <xs:attribute type="xs:boolean" use="optional" name="SurchargeInd"/> <xs:attribute type="xs:string" use="optional" name="FareBasisCode"/> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.air.BookFlightSegment |
---|
BookFlightSegment.BookingClassAvails, BookFlightSegment.ETicketEligibility |
Nested classes/interfaces inherited from class org.ota.air.FlightSegment |
---|
FlightSegment.MarketingAirline |
Constructor Summary | |
---|---|
PTCFareBreakdown.PricingUnit.FareComponent.FlightLeg()
|
Method Summary | |
---|---|
java.lang.String |
getFareBasisCode()
Get the 'FareBasisCode' attribute value. |
java.lang.Boolean |
getSurchargeInd()
Get the 'SurchargeInd' attribute value. |
UnitsOfMeasureGroup |
getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setFareBasisCode(java.lang.String fareBasisCode)
Set the 'FareBasisCode' attribute value. |
void |
setSurchargeInd(java.lang.Boolean surchargeInd)
Set the 'SurchargeInd' attribute value. |
void |
setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
Methods inherited from class org.ota.air.FlightSegment |
---|
getFlightNumber, getMarketingAirline, getTourOperatorFlightID, setFlightNumber, setMarketingAirline, setTourOperatorFlightID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PTCFareBreakdown.PricingUnit.FareComponent.FlightLeg()
Method Detail |
---|
public java.lang.Boolean getSurchargeInd()
public void setSurchargeInd(java.lang.Boolean surchargeInd)
surchargeInd
- public java.lang.String getFareBasisCode()
public void setFareBasisCode(java.lang.String fareBasisCode)
fareBasisCode
- public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
unitsOfMeasureGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |