java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.TicketDocInfoType

public class TicketDocInfoType extends Object
Information corresponding to a group of 1 to 4 Tickets for a single Origin Destination and a single Passenger.

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 Details

  • Constructor Details

    • TicketDocInfoType

      public TicketDocInfoType()
  • Method Details

    • getBaggageAllowanceRefID

      public List<String> 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 set method 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

      public TravelAgencyType getBookingAgency()
      Gets the value of the bookingAgency property.
      Returns:
      possible object is TravelAgencyType
    • setBookingAgency

      public void setBookingAgency(TravelAgencyType value)
      Sets the value of the bookingAgency property.
      Parameters:
      value - allowed object is TravelAgencyType
    • getBookingRef

      public List<BookingRefType> 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 set method 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

      public QtyType getBookletQty()
      Gets the value of the bookletQty property.
      Returns:
      possible object is QtyType
    • setBookletQty

      public void setBookletQty(QtyType value)
      Sets the value of the bookletQty property.
      Parameters:
      value - allowed object is QtyType
    • getCarrierFee

      public CarrierFeeType getCarrierFee()
      Gets the value of the carrierFee property.
      Returns:
      possible object is CarrierFeeType
    • setCarrierFee

      public void setCarrierFee(CarrierFeeType value)
      Sets the value of the carrierFee property.
      Parameters:
      value - allowed object is CarrierFeeType
    • getCommission

      public CommissionType getCommission()
      Gets the value of the commission property.
      Returns:
      possible object is CommissionType
    • setCommission

      public void setCommission(CommissionType value)
      Sets the value of the commission property.
      Parameters:
      value - allowed object is CommissionType
    • getEndorsementText

      public String getEndorsementText()
      Gets the value of the endorsementText property.
      Returns:
      possible object is String
    • setEndorsementText

      public void setEndorsementText(String value)
      Sets the value of the endorsementText property.
      Parameters:
      value - allowed object is String
    • getFareDetail

      public FareDetailType getFareDetail()
      Gets the value of the fareDetail property.
      Returns:
      possible object is FareDetailType
    • setFareDetail

      public void setFareDetail(FareDetailType value)
      Sets the value of the fareDetail property.
      Parameters:
      value - allowed object is FareDetailType
    • getOriginalIssueInfo

      public TicketIssuanceInfoType getOriginalIssueInfo()
      Gets the value of the originalIssueInfo property.
      Returns:
      possible object is TicketIssuanceInfoType
    • setOriginalIssueInfo

      public void setOriginalIssueInfo(TicketIssuanceInfoType value)
      Sets the value of the originalIssueInfo property.
      Parameters:
      value - allowed object is TicketIssuanceInfoType
    • getOriginDest

      public OriginDestType getOriginDest()
      Gets the value of the originDest property.
      Returns:
      possible object is OriginDestType
    • setOriginDest

      public void setOriginDest(OriginDestType value)
      Sets the value of the originDest property.
      Parameters:
      value - allowed object is OriginDestType
    • getPaxRefID

      public String getPaxRefID()
      Gets the value of the paxRefID property.
      Returns:
      possible object is String
    • setPaxRefID

      public void setPaxRefID(String value)
      Sets the value of the paxRefID property.
      Parameters:
      value - allowed object is String
    • getPaymentInfoRefID

      public List<String> 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 set method 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

      public List<PenaltyType> 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 set method 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

      public String getPricingCountryCode()
      Gets the value of the pricingCountryCode property.
      Returns:
      possible object is String
    • setPricingCountryCode

      public void setPricingCountryCode(String value)
      Sets the value of the pricingCountryCode property.
      Parameters:
      value - allowed object is String
    • getPricingDate

      public XMLGregorianCalendar getPricingDate()
      Gets the value of the pricingDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPricingDate

      public void setPricingDate(XMLGregorianCalendar value)
      Sets the value of the pricingDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPricingLocationCode

      public String getPricingLocationCode()
      Gets the value of the pricingLocationCode property.
      Returns:
      possible object is String
    • setPricingLocationCode

      public void setPricingLocationCode(String value)
      Sets the value of the pricingLocationCode property.
      Parameters:
      value - allowed object is String
    • getPricingTime

      public XMLGregorianCalendar getPricingTime()
      Gets the value of the pricingTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPricingTime

      public void setPricingTime(XMLGregorianCalendar value)
      Sets the value of the pricingTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getRefdOrder

      public Order1Type getRefdOrder()
      Gets the value of the refdOrder property.
      Returns:
      possible object is Order1Type
    • setRefdOrder

      public void setRefdOrder(Order1Type value)
      Sets the value of the refdOrder property.
      Parameters:
      value - allowed object is Order1Type
    • getServicingAgency

      public TravelAgencyType getServicingAgency()
      Gets the value of the servicingAgency property.
      Returns:
      possible object is TravelAgencyType
    • setServicingAgency

      public void setServicingAgency(TravelAgencyType value)
      Sets the value of the servicingAgency property.
      Parameters:
      value - allowed object is TravelAgencyType
    • getTicket

      public List<TicketType> 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 set method 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

      public List<TicketRefIdentificationType> 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 set method 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