Class TicketDocInfoType
Java class for TicketDocInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TicketDocInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BaggageAllowanceRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" maxOccurs="99" minOccurs="0"/>
<element name="BookingAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TravelAgencyType" minOccurs="0"/>
<element name="BookingRef" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}BookingRefType" maxOccurs="unbounded"/>
<element name="BookletQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}QtyType" minOccurs="0"/>
<element name="CarrierFee" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CarrierFeeType" minOccurs="0"/>
<element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CommissionType" minOccurs="0"/>
<element name="EndorsementText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
<element name="FareDetail" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}FareDetailType" minOccurs="0"/>
<element name="OriginalIssueInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TicketIssuanceInfoType" minOccurs="0"/>
<element name="OriginDest" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}OriginDestType" minOccurs="0"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type"/>
<element name="PaymentInfoRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" maxOccurs="unbounded"/>
<element name="Penalty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PenaltyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PricingCountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CountryCodeType" minOccurs="0"/>
<element name="PricingDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateType" minOccurs="0"/>
<element name="PricingLocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IATALocationCodeType" minOccurs="0"/>
<element name="PricingTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TimeType" minOccurs="0"/>
<element name="RefdOrder" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}Order1Type" minOccurs="0"/>
<element name="ServicingAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TravelAgencyType" minOccurs="0"/>
<element name="Ticket" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TicketType" maxOccurs="4"/>
<element name="TicketRefIdentification" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TicketRefIdentificationType" maxOccurs="5" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TravelAgencyTypeprotected List<BookingRefType>protected QtyTypeprotected CarrierFeeTypeprotected CommissionTypeprotected Stringprotected FareDetailTypeprotected TicketIssuanceInfoTypeprotected OriginDestTypeprotected Stringprotected List<PenaltyType>protected Stringprotected XMLGregorianCalendarprotected Stringprotected XMLGregorianCalendarprotected Order1Typeprotected TravelAgencyTypeprotected List<TicketType>protected List<TicketRefIdentificationType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baggageAllowanceRefID property.Gets the value of the bookingAgency property.Gets the value of the bookingRef property.Gets the value of the bookletQty property.Gets the value of the carrierFee property.Gets the value of the commission property.Gets the value of the endorsementText property.Gets the value of the fareDetail property.Gets the value of the originalIssueInfo property.Gets the value of the originDest property.Gets the value of the paxRefID property.Gets the value of the paymentInfoRefID property.Gets the value of the penalty property.Gets the value of the pricingCountryCode property.Gets the value of the pricingDate property.Gets the value of the pricingLocationCode property.Gets the value of the pricingTime property.Gets the value of the refdOrder property.Gets the value of the servicingAgency property.Gets the value of the ticket property.Gets the value of the ticketRefIdentification property.voidsetBookingAgency(TravelAgencyType value) Sets the value of the bookingAgency property.voidsetBookletQty(QtyType value) Sets the value of the bookletQty property.voidsetCarrierFee(CarrierFeeType value) Sets the value of the carrierFee property.voidsetCommission(CommissionType value) Sets the value of the commission property.voidsetEndorsementText(String value) Sets the value of the endorsementText property.voidsetFareDetail(FareDetailType value) Sets the value of the fareDetail property.voidSets the value of the originalIssueInfo property.voidsetOriginDest(OriginDestType value) Sets the value of the originDest property.voidsetPaxRefID(String value) Sets the value of the paxRefID property.voidsetPricingCountryCode(String value) Sets the value of the pricingCountryCode property.voidSets the value of the pricingDate property.voidsetPricingLocationCode(String value) Sets the value of the pricingLocationCode property.voidSets the value of the pricingTime property.voidsetRefdOrder(Order1Type value) Sets the value of the refdOrder property.voidSets the value of the servicingAgency property.
-
Field Details
-
baggageAllowanceRefID
-
bookingAgency
-
bookingRef
-
bookletQty
-
carrierFee
-
commission
-
endorsementText
-
fareDetail
-
originalIssueInfo
-
originDest
-
paxRefID
-
paymentInfoRefID
-
penalty
-
pricingCountryCode
-
pricingDate
-
pricingLocationCode
-
pricingTime
-
refdOrder
-
servicingAgency
-
ticket
-
ticketRefIdentification
-
-
Constructor Details
-
TicketDocInfoType
public TicketDocInfoType()
-
-
Method Details
-
getBaggageAllowanceRefID
Gets the value of the baggageAllowanceRefID 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
setmethod for the baggageAllowanceRefID property.For example, to add a new item, do as follows:
getBaggageAllowanceRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getBookingAgency
Gets the value of the bookingAgency property.- Returns:
- possible object is
TravelAgencyType
-
setBookingAgency
Sets the value of the bookingAgency property.- Parameters:
value- allowed object isTravelAgencyType
-
getBookingRef
Gets the value of the bookingRef 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
setmethod for the bookingRef property.For example, to add a new item, do as follows:
getBookingRef().add(newItem);Objects of the following type(s) are allowed in the list
BookingRefType -
getBookletQty
Gets the value of the bookletQty property.- Returns:
- possible object is
QtyType
-
setBookletQty
Sets the value of the bookletQty property.- Parameters:
value- allowed object isQtyType
-
getCarrierFee
Gets the value of the carrierFee property.- Returns:
- possible object is
CarrierFeeType
-
setCarrierFee
Sets the value of the carrierFee property.- Parameters:
value- allowed object isCarrierFeeType
-
getCommission
Gets the value of the commission property.- Returns:
- possible object is
CommissionType
-
setCommission
Sets the value of the commission property.- Parameters:
value- allowed object isCommissionType
-
getEndorsementText
Gets the value of the endorsementText property.- Returns:
- possible object is
String
-
setEndorsementText
Sets the value of the endorsementText property.- Parameters:
value- allowed object isString
-
getFareDetail
Gets the value of the fareDetail property.- Returns:
- possible object is
FareDetailType
-
setFareDetail
Sets the value of the fareDetail property.- Parameters:
value- allowed object isFareDetailType
-
getOriginalIssueInfo
Gets the value of the originalIssueInfo property.- Returns:
- possible object is
TicketIssuanceInfoType
-
setOriginalIssueInfo
Sets the value of the originalIssueInfo property.- Parameters:
value- allowed object isTicketIssuanceInfoType
-
getOriginDest
Gets the value of the originDest property.- Returns:
- possible object is
OriginDestType
-
setOriginDest
Sets the value of the originDest property.- Parameters:
value- allowed object isOriginDestType
-
getPaxRefID
Gets the value of the paxRefID property.- Returns:
- possible object is
String
-
setPaxRefID
Sets the value of the paxRefID property.- Parameters:
value- allowed object isString
-
getPaymentInfoRefID
Gets the value of the paymentInfoRefID 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
setmethod for the paymentInfoRefID property.For example, to add a new item, do as follows:
getPaymentInfoRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPenalty
Gets the value of the penalty 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
setmethod for the penalty property.For example, to add a new item, do as follows:
getPenalty().add(newItem);Objects of the following type(s) are allowed in the list
PenaltyType -
getPricingCountryCode
Gets the value of the pricingCountryCode property.- Returns:
- possible object is
String
-
setPricingCountryCode
Sets the value of the pricingCountryCode property.- Parameters:
value- allowed object isString
-
getPricingDate
Gets the value of the pricingDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPricingDate
Sets the value of the pricingDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPricingLocationCode
Gets the value of the pricingLocationCode property.- Returns:
- possible object is
String
-
setPricingLocationCode
Sets the value of the pricingLocationCode property.- Parameters:
value- allowed object isString
-
getPricingTime
Gets the value of the pricingTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPricingTime
Sets the value of the pricingTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRefdOrder
Gets the value of the refdOrder property.- Returns:
- possible object is
Order1Type
-
setRefdOrder
Sets the value of the refdOrder property.- Parameters:
value- allowed object isOrder1Type
-
getServicingAgency
Gets the value of the servicingAgency property.- Returns:
- possible object is
TravelAgencyType
-
setServicingAgency
Sets the value of the servicingAgency property.- Parameters:
value- allowed object isTravelAgencyType
-
getTicket
Gets the value of the ticket 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
setmethod for the ticket property.For example, to add a new item, do as follows:
getTicket().add(newItem);Objects of the following type(s) are allowed in the list
TicketType -
getTicketRefIdentification
Gets the value of the ticketRefIdentification 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
setmethod for the ticketRefIdentification property.For example, to add a new item, do as follows:
getTicketRefIdentification().add(newItem);Objects of the following type(s) are allowed in the list
TicketRefIdentificationType
-