public class FlightDetailsType
extends java.lang.Object
Java class for FlightDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="FlightDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ConjuctionTicket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExchangeTicket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CouponNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ServiceClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TravelDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CarrierCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StopOverPermitted" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DepartureAirport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ArrivalAirport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FlightNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DepartureTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ArrivalTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FareBasisCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Fare" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="Taxes" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="Fee" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
         <element name="EndorsementOrRestrictions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
arrivalAirport  | 
protected java.lang.String | 
arrivalTime  | 
protected java.lang.String | 
carrierCode  | 
protected java.lang.String | 
conjuctionTicket  | 
protected java.lang.String | 
couponNumber  | 
protected java.lang.String | 
departureAirport  | 
protected java.lang.String | 
departureTime  | 
protected java.lang.String | 
endorsementOrRestrictions  | 
protected java.lang.String | 
exchangeTicket  | 
protected BasicAmountType | 
fare  | 
protected java.lang.String | 
fareBasisCode  | 
protected BasicAmountType | 
fee  | 
protected java.lang.String | 
flightNumber  | 
protected java.lang.String | 
serviceClass  | 
protected java.lang.String | 
stopOverPermitted  | 
protected BasicAmountType | 
taxes  | 
protected java.lang.String | 
travelDate  | 
| Constructor and Description | 
|---|
FlightDetailsType()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getArrivalAirport()
Gets the value of the arrivalAirport property. 
 | 
java.lang.String | 
getArrivalTime()
Gets the value of the arrivalTime property. 
 | 
java.lang.String | 
getCarrierCode()
Gets the value of the carrierCode property. 
 | 
java.lang.String | 
getConjuctionTicket()
Gets the value of the conjuctionTicket property. 
 | 
java.lang.String | 
getCouponNumber()
Gets the value of the couponNumber property. 
 | 
java.lang.String | 
getDepartureAirport()
Gets the value of the departureAirport property. 
 | 
java.lang.String | 
getDepartureTime()
Gets the value of the departureTime property. 
 | 
java.lang.String | 
getEndorsementOrRestrictions()
Gets the value of the endorsementOrRestrictions property. 
 | 
java.lang.String | 
getExchangeTicket()
Gets the value of the exchangeTicket property. 
 | 
BasicAmountType | 
getFare()
Gets the value of the fare property. 
 | 
java.lang.String | 
getFareBasisCode()
Gets the value of the fareBasisCode property. 
 | 
BasicAmountType | 
getFee()
Gets the value of the fee property. 
 | 
java.lang.String | 
getFlightNumber()
Gets the value of the flightNumber property. 
 | 
java.lang.String | 
getServiceClass()
Gets the value of the serviceClass property. 
 | 
java.lang.String | 
getStopOverPermitted()
Gets the value of the stopOverPermitted property. 
 | 
BasicAmountType | 
getTaxes()
Gets the value of the taxes property. 
 | 
java.lang.String | 
getTravelDate()
Gets the value of the travelDate property. 
 | 
void | 
setArrivalAirport(java.lang.String value)
Sets the value of the arrivalAirport property. 
 | 
void | 
setArrivalTime(java.lang.String value)
Sets the value of the arrivalTime property. 
 | 
void | 
setCarrierCode(java.lang.String value)
Sets the value of the carrierCode property. 
 | 
void | 
setConjuctionTicket(java.lang.String value)
Sets the value of the conjuctionTicket property. 
 | 
void | 
setCouponNumber(java.lang.String value)
Sets the value of the couponNumber property. 
 | 
void | 
setDepartureAirport(java.lang.String value)
Sets the value of the departureAirport property. 
 | 
void | 
setDepartureTime(java.lang.String value)
Sets the value of the departureTime property. 
 | 
void | 
setEndorsementOrRestrictions(java.lang.String value)
Sets the value of the endorsementOrRestrictions property. 
 | 
void | 
setExchangeTicket(java.lang.String value)
Sets the value of the exchangeTicket property. 
 | 
void | 
setFare(BasicAmountType value)
Sets the value of the fare property. 
 | 
void | 
setFareBasisCode(java.lang.String value)
Sets the value of the fareBasisCode property. 
 | 
void | 
setFee(BasicAmountType value)
Sets the value of the fee property. 
 | 
void | 
setFlightNumber(java.lang.String value)
Sets the value of the flightNumber property. 
 | 
void | 
setServiceClass(java.lang.String value)
Sets the value of the serviceClass property. 
 | 
void | 
setStopOverPermitted(java.lang.String value)
Sets the value of the stopOverPermitted property. 
 | 
void | 
setTaxes(BasicAmountType value)
Sets the value of the taxes property. 
 | 
void | 
setTravelDate(java.lang.String value)
Sets the value of the travelDate property. 
 | 
protected java.lang.String conjuctionTicket
protected java.lang.String exchangeTicket
protected java.lang.String couponNumber
protected java.lang.String serviceClass
protected java.lang.String travelDate
protected java.lang.String carrierCode
protected java.lang.String stopOverPermitted
protected java.lang.String departureAirport
protected java.lang.String arrivalAirport
protected java.lang.String flightNumber
protected java.lang.String departureTime
protected java.lang.String arrivalTime
protected java.lang.String fareBasisCode
protected BasicAmountType fare
protected BasicAmountType taxes
protected BasicAmountType fee
protected java.lang.String endorsementOrRestrictions
public java.lang.String getConjuctionTicket()
Stringpublic void setConjuctionTicket(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getExchangeTicket()
Stringpublic void setExchangeTicket(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getCouponNumber()
Stringpublic void setCouponNumber(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getServiceClass()
Stringpublic void setServiceClass(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getTravelDate()
Stringpublic void setTravelDate(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getCarrierCode()
Stringpublic void setCarrierCode(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getStopOverPermitted()
Stringpublic void setStopOverPermitted(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getDepartureAirport()
Stringpublic void setDepartureAirport(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getArrivalAirport()
Stringpublic void setArrivalAirport(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getFlightNumber()
Stringpublic void setFlightNumber(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getDepartureTime()
Stringpublic void setDepartureTime(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getArrivalTime()
Stringpublic void setArrivalTime(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getFareBasisCode()
Stringpublic void setFareBasisCode(java.lang.String value)
value - the value
     allowed object is
     Stringpublic BasicAmountType getFare()
BasicAmountTypepublic void setFare(BasicAmountType value)
value - the value
     allowed object is
     BasicAmountTypepublic BasicAmountType getTaxes()
BasicAmountTypepublic void setTaxes(BasicAmountType value)
value - the value
     allowed object is
     BasicAmountTypepublic BasicAmountType getFee()
BasicAmountTypepublic void setFee(BasicAmountType value)
value - the value
     allowed object is
     BasicAmountTypepublic java.lang.String getEndorsementOrRestrictions()
Stringpublic void setEndorsementOrRestrictions(java.lang.String value)
value - the value
     allowed object is
     StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.