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()
String
public void setPassengerName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getIssueDate()
String
public void setIssueDate(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTravelAgencyName()
String
public void setTravelAgencyName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTravelAgencyCode()
String
public void setTravelAgencyCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTicketNumber()
String
public void setTicketNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getIssuingCarrierCode()
String
public void setIssuingCarrierCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCustomerCode()
String
public void setCustomerCode(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getTotalFare()
BasicAmountType
public void setTotalFare(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getTotalTaxes()
BasicAmountType
public void setTotalTaxes(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getTotalFee()
BasicAmountType
public void setTotalFee(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getRestrictedTicket()
String
public void setRestrictedTicket(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getClearingSequence()
String
public void setClearingSequence(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getClearingCount()
String
public void setClearingCount(java.lang.String value)
value
- the value
allowed object is
String
public 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.