public class AirlineItineraryType
extends java.lang.Object
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>
 | Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
clearingCount  | 
protected java.lang.String | 
clearingSequence  | 
protected java.lang.String | 
customerCode  | 
protected java.util.List<FlightDetailsType> | 
flightDetails  | 
protected java.lang.String | 
issueDate  | 
protected java.lang.String | 
issuingCarrierCode  | 
protected java.lang.String | 
passengerName  | 
protected java.lang.String | 
restrictedTicket  | 
protected java.lang.String | 
ticketNumber  | 
protected BasicAmountType | 
totalFare  | 
protected BasicAmountType | 
totalFee  | 
protected BasicAmountType | 
totalTaxes  | 
protected java.lang.String | 
travelAgencyCode  | 
protected java.lang.String | 
travelAgencyName  | 
| Constructor and Description | 
|---|
AirlineItineraryType()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getClearingCount()
Gets the value of the clearingCount property. 
 | 
java.lang.String | 
getClearingSequence()
Gets the value of the clearingSequence property. 
 | 
java.lang.String | 
getCustomerCode()
Gets the value of the customerCode property. 
 | 
java.util.List<FlightDetailsType> | 
getFlightDetails()
Gets the value of the flightDetails property. 
 | 
java.lang.String | 
getIssueDate()
Gets the value of the issueDate property. 
 | 
java.lang.String | 
getIssuingCarrierCode()
Gets the value of the issuingCarrierCode property. 
 | 
java.lang.String | 
getPassengerName()
Gets the value of the passengerName property. 
 | 
java.lang.String | 
getRestrictedTicket()
Gets the value of the restrictedTicket property. 
 | 
java.lang.String | 
getTicketNumber()
Gets the value of the ticketNumber property. 
 | 
BasicAmountType | 
getTotalFare()
Gets the value of the totalFare property. 
 | 
BasicAmountType | 
getTotalFee()
Gets the value of the totalFee property. 
 | 
BasicAmountType | 
getTotalTaxes()
Gets the value of the totalTaxes property. 
 | 
java.lang.String | 
getTravelAgencyCode()
Gets the value of the travelAgencyCode property. 
 | 
java.lang.String | 
getTravelAgencyName()
Gets the value of the travelAgencyName property. 
 | 
void | 
setClearingCount(java.lang.String value)
Sets the value of the clearingCount property. 
 | 
void | 
setClearingSequence(java.lang.String value)
Sets the value of the clearingSequence property. 
 | 
void | 
setCustomerCode(java.lang.String value)
Sets the value of the customerCode property. 
 | 
void | 
setIssueDate(java.lang.String value)
Sets the value of the issueDate property. 
 | 
void | 
setIssuingCarrierCode(java.lang.String value)
Sets the value of the issuingCarrierCode property. 
 | 
void | 
setPassengerName(java.lang.String value)
Sets the value of the passengerName property. 
 | 
void | 
setRestrictedTicket(java.lang.String value)
Sets the value of the restrictedTicket property. 
 | 
void | 
setTicketNumber(java.lang.String value)
Sets the value of the ticketNumber property. 
 | 
void | 
setTotalFare(BasicAmountType value)
Sets the value of the totalFare property. 
 | 
void | 
setTotalFee(BasicAmountType value)
Sets the value of the totalFee property. 
 | 
void | 
setTotalTaxes(BasicAmountType value)
Sets the value of the totalTaxes property. 
 | 
void | 
setTravelAgencyCode(java.lang.String value)
Sets the value of the travelAgencyCode property. 
 | 
void | 
setTravelAgencyName(java.lang.String value)
Sets the value of the travelAgencyName property. 
 | 
protected java.lang.String passengerName
protected java.lang.String issueDate
protected java.lang.String travelAgencyName
protected java.lang.String travelAgencyCode
protected java.lang.String ticketNumber
protected java.lang.String issuingCarrierCode
protected java.lang.String customerCode
protected BasicAmountType totalFare
protected BasicAmountType totalTaxes
protected BasicAmountType totalFee
protected java.lang.String restrictedTicket
protected java.lang.String clearingSequence
protected java.lang.String clearingCount
protected java.util.List<FlightDetailsType> flightDetails
public java.lang.String getPassengerName()
Stringpublic void setPassengerName(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getIssueDate()
Stringpublic void setIssueDate(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getTravelAgencyName()
Stringpublic void setTravelAgencyName(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getTravelAgencyCode()
Stringpublic void setTravelAgencyCode(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getTicketNumber()
Stringpublic void setTicketNumber(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getIssuingCarrierCode()
Stringpublic void setIssuingCarrierCode(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getCustomerCode()
Stringpublic void setCustomerCode(java.lang.String value)
value - the value
     allowed object is
     Stringpublic BasicAmountType getTotalFare()
BasicAmountTypepublic void setTotalFare(BasicAmountType value)
value - the value
     allowed object is
     BasicAmountTypepublic BasicAmountType getTotalTaxes()
BasicAmountTypepublic void setTotalTaxes(BasicAmountType value)
value - the value
     allowed object is
     BasicAmountTypepublic BasicAmountType getTotalFee()
BasicAmountTypepublic void setTotalFee(BasicAmountType value)
value - the value
     allowed object is
     BasicAmountTypepublic java.lang.String getRestrictedTicket()
Stringpublic void setRestrictedTicket(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getClearingSequence()
Stringpublic void setClearingSequence(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.lang.String getClearingCount()
Stringpublic void setClearingCount(java.lang.String value)
value - the value
     allowed object is
     Stringpublic java.util.List<FlightDetailsType> getFlightDetails()
 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
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.