| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.AirlineItineraryType |
AID for Airlines
Java class for AirlineItineraryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AirlineItineraryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PassengerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IssueDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TravelAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TravelAgencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TicketNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IssuingCarrierCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TotalFare" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="TotalTaxes" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="TotalFee" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="RestrictedTicket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ClearingSequence" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ClearingCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FlightDetails" type="{urn:ebay:apis:eBLBaseComponents}FlightDetailsType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| clearingCount | |||||||||||
| clearingSequence | |||||||||||
| customerCode | |||||||||||
| flightDetails | |||||||||||
| issueDate | |||||||||||
| issuingCarrierCode | |||||||||||
| passengerName | |||||||||||
| restrictedTicket | |||||||||||
| ticketNumber | |||||||||||
| totalFare | |||||||||||
| totalFee | |||||||||||
| totalTaxes | |||||||||||
| travelAgencyCode | |||||||||||
| travelAgencyName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the clearingCount property.
| |||||||||||
Gets the value of the clearingSequence property.
| |||||||||||
Gets the value of the customerCode property.
| |||||||||||
Gets the value of the flightDetails property.
| |||||||||||
Gets the value of the issueDate property.
| |||||||||||
Gets the value of the issuingCarrierCode property.
| |||||||||||
Gets the value of the passengerName property.
| |||||||||||
Gets the value of the restrictedTicket property.
| |||||||||||
Gets the value of the ticketNumber property.
| |||||||||||
Gets the value of the totalFare property.
| |||||||||||
Gets the value of the totalFee property.
| |||||||||||
Gets the value of the totalTaxes property.
| |||||||||||
Gets the value of the travelAgencyCode property.
| |||||||||||
Gets the value of the travelAgencyName property.
| |||||||||||
Sets the value of the clearingCount property.
| |||||||||||
Sets the value of the clearingSequence property.
| |||||||||||
Sets the value of the customerCode property.
| |||||||||||
Sets the value of the issueDate property.
| |||||||||||
Sets the value of the issuingCarrierCode property.
| |||||||||||
Sets the value of the passengerName property.
| |||||||||||
Sets the value of the restrictedTicket property.
| |||||||||||
Sets the value of the ticketNumber property.
| |||||||||||
Sets the value of the totalFare property.
| |||||||||||
Sets the value of the totalFee property.
| |||||||||||
Sets the value of the totalTaxes property.
| |||||||||||
Sets the value of the travelAgencyCode property.
| |||||||||||
Sets the value of the travelAgencyName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the clearingCount property.
Gets the value of the clearingSequence property.
Gets the value of the customerCode property.
Gets the value of the flightDetails property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the flightDetails property.
For example, to add a new item, do as follows:
getFlightDetails().add(newItem);
Objects of the following type(s) are allowed in the list
FlightDetailsType
Gets the value of the issueDate property.
Gets the value of the issuingCarrierCode property.
Gets the value of the passengerName property.
Gets the value of the restrictedTicket property.
Gets the value of the ticketNumber property.
Gets the value of the totalFare property.
BasicAmountType
Gets the value of the totalFee property.
BasicAmountType
Gets the value of the totalTaxes property.
BasicAmountType
Gets the value of the travelAgencyCode property.
Gets the value of the travelAgencyName property.
Sets the value of the clearingCount property.
| value | Allowed object is String |
|---|
Sets the value of the clearingSequence property.
| value | Allowed object is String |
|---|
Sets the value of the customerCode property.
| value | Allowed object is String |
|---|
Sets the value of the issueDate property.
| value | Allowed object is String |
|---|
Sets the value of the issuingCarrierCode property.
| value | Allowed object is String |
|---|
Sets the value of the passengerName property.
| value | Allowed object is String |
|---|
Sets the value of the restrictedTicket property.
| value | Allowed object is String |
|---|
Sets the value of the ticketNumber property.
| value | Allowed object is String |
|---|
Sets the value of the totalFare property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the totalFee property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the totalTaxes property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the travelAgencyCode property.
| value | Allowed object is String |
|---|
Sets the value of the travelAgencyName property.
| value | Allowed object is String |
|---|