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()
String
public void setConjuctionTicket(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getExchangeTicket()
String
public void setExchangeTicket(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCouponNumber()
String
public void setCouponNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getServiceClass()
String
public void setServiceClass(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTravelDate()
String
public void setTravelDate(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCarrierCode()
String
public void setCarrierCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getStopOverPermitted()
String
public void setStopOverPermitted(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getDepartureAirport()
String
public void setDepartureAirport(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getArrivalAirport()
String
public void setArrivalAirport(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getFlightNumber()
String
public void setFlightNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getDepartureTime()
String
public void setDepartureTime(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getArrivalTime()
String
public void setArrivalTime(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getFareBasisCode()
String
public void setFareBasisCode(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getFare()
BasicAmountType
public void setFare(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getTaxes()
BasicAmountType
public void setTaxes(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getFee()
BasicAmountType
public void setFee(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getEndorsementOrRestrictions()
String
public void setEndorsementOrRestrictions(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.