public class

FlightDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.FlightDetailsType

Class Overview

Details of leg information

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>
 

Summary

Fields
protected String arrivalAirport
protected String arrivalTime
protected String carrierCode
protected String conjuctionTicket
protected String couponNumber
protected String departureAirport
protected String departureTime
protected String endorsementOrRestrictions
protected String exchangeTicket
protected BasicAmountType fare
protected String fareBasisCode
protected BasicAmountType fee
protected String flightNumber
protected String serviceClass
protected String stopOverPermitted
protected BasicAmountType taxes
protected String travelDate
Public Constructors
FlightDetailsType()
Public Methods
String getArrivalAirport()
Gets the value of the arrivalAirport property.
String getArrivalTime()
Gets the value of the arrivalTime property.
String getCarrierCode()
Gets the value of the carrierCode property.
String getConjuctionTicket()
Gets the value of the conjuctionTicket property.
String getCouponNumber()
Gets the value of the couponNumber property.
String getDepartureAirport()
Gets the value of the departureAirport property.
String getDepartureTime()
Gets the value of the departureTime property.
String getEndorsementOrRestrictions()
Gets the value of the endorsementOrRestrictions property.
String getExchangeTicket()
Gets the value of the exchangeTicket property.
BasicAmountType getFare()
Gets the value of the fare property.
String getFareBasisCode()
Gets the value of the fareBasisCode property.
BasicAmountType getFee()
Gets the value of the fee property.
String getFlightNumber()
Gets the value of the flightNumber property.
String getServiceClass()
Gets the value of the serviceClass property.
String getStopOverPermitted()
Gets the value of the stopOverPermitted property.
BasicAmountType getTaxes()
Gets the value of the taxes property.
String getTravelDate()
Gets the value of the travelDate property.
void setArrivalAirport(String value)
Sets the value of the arrivalAirport property.
void setArrivalTime(String value)
Sets the value of the arrivalTime property.
void setCarrierCode(String value)
Sets the value of the carrierCode property.
void setConjuctionTicket(String value)
Sets the value of the conjuctionTicket property.
void setCouponNumber(String value)
Sets the value of the couponNumber property.
void setDepartureAirport(String value)
Sets the value of the departureAirport property.
void setDepartureTime(String value)
Sets the value of the departureTime property.
void setEndorsementOrRestrictions(String value)
Sets the value of the endorsementOrRestrictions property.
void setExchangeTicket(String value)
Sets the value of the exchangeTicket property.
void setFare(BasicAmountType value)
Sets the value of the fare property.
void setFareBasisCode(String value)
Sets the value of the fareBasisCode property.
void setFee(BasicAmountType value)
Sets the value of the fee property.
void setFlightNumber(String value)
Sets the value of the flightNumber property.
void setServiceClass(String value)
Sets the value of the serviceClass property.
void setStopOverPermitted(String value)
Sets the value of the stopOverPermitted property.
void setTaxes(BasicAmountType value)
Sets the value of the taxes property.
void setTravelDate(String value)
Sets the value of the travelDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String arrivalAirport

protected String arrivalTime

protected String carrierCode

protected String conjuctionTicket

protected String couponNumber

protected String departureAirport

protected String departureTime

protected String endorsementOrRestrictions

protected String exchangeTicket

protected BasicAmountType fare

protected String fareBasisCode

protected BasicAmountType fee

protected String flightNumber

protected String serviceClass

protected String stopOverPermitted

protected BasicAmountType taxes

protected String travelDate

Public Constructors

public FlightDetailsType ()

Public Methods

public String getArrivalAirport ()

Gets the value of the arrivalAirport property.

Returns
  • possible object is String

public String getArrivalTime ()

Gets the value of the arrivalTime property.

Returns
  • possible object is String

public String getCarrierCode ()

Gets the value of the carrierCode property.

Returns
  • possible object is String

public String getConjuctionTicket ()

Gets the value of the conjuctionTicket property.

Returns
  • possible object is String

public String getCouponNumber ()

Gets the value of the couponNumber property.

Returns
  • possible object is String

public String getDepartureAirport ()

Gets the value of the departureAirport property.

Returns
  • possible object is String

public String getDepartureTime ()

Gets the value of the departureTime property.

Returns
  • possible object is String

public String getEndorsementOrRestrictions ()

Gets the value of the endorsementOrRestrictions property.

Returns
  • possible object is String

public String getExchangeTicket ()

Gets the value of the exchangeTicket property.

Returns
  • possible object is String

public BasicAmountType getFare ()

Gets the value of the fare property.

Returns

public String getFareBasisCode ()

Gets the value of the fareBasisCode property.

Returns
  • possible object is String

public BasicAmountType getFee ()

Gets the value of the fee property.

Returns

public String getFlightNumber ()

Gets the value of the flightNumber property.

Returns
  • possible object is String

public String getServiceClass ()

Gets the value of the serviceClass property.

Returns
  • possible object is String

public String getStopOverPermitted ()

Gets the value of the stopOverPermitted property.

Returns
  • possible object is String

public BasicAmountType getTaxes ()

Gets the value of the taxes property.

Returns

public String getTravelDate ()

Gets the value of the travelDate property.

Returns
  • possible object is String

public void setArrivalAirport (String value)

Sets the value of the arrivalAirport property.

Parameters
value Allowed object is String

public void setArrivalTime (String value)

Sets the value of the arrivalTime property.

Parameters
value Allowed object is String

public void setCarrierCode (String value)

Sets the value of the carrierCode property.

Parameters
value Allowed object is String

public void setConjuctionTicket (String value)

Sets the value of the conjuctionTicket property.

Parameters
value Allowed object is String

public void setCouponNumber (String value)

Sets the value of the couponNumber property.

Parameters
value Allowed object is String

public void setDepartureAirport (String value)

Sets the value of the departureAirport property.

Parameters
value Allowed object is String

public void setDepartureTime (String value)

Sets the value of the departureTime property.

Parameters
value Allowed object is String

public void setEndorsementOrRestrictions (String value)

Sets the value of the endorsementOrRestrictions property.

Parameters
value Allowed object is String

public void setExchangeTicket (String value)

Sets the value of the exchangeTicket property.

Parameters
value Allowed object is String

public void setFare (BasicAmountType value)

Sets the value of the fare property.

Parameters
value Allowed object is BasicAmountType

public void setFareBasisCode (String value)

Sets the value of the fareBasisCode property.

Parameters
value Allowed object is String

public void setFee (BasicAmountType value)

Sets the value of the fee property.

Parameters
value Allowed object is BasicAmountType

public void setFlightNumber (String value)

Sets the value of the flightNumber property.

Parameters
value Allowed object is String

public void setServiceClass (String value)

Sets the value of the serviceClass property.

Parameters
value Allowed object is String

public void setStopOverPermitted (String value)

Sets the value of the stopOverPermitted property.

Parameters
value Allowed object is String

public void setTaxes (BasicAmountType value)

Sets the value of the taxes property.

Parameters
value Allowed object is BasicAmountType

public void setTravelDate (String value)

Sets the value of the travelDate property.

Parameters
value Allowed object is String