Class TicketDocInfoType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.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="BookingAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TravelAgencyType" minOccurs="0"/>
         <element name="BookingRef" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}BookingRefType" maxOccurs="unbounded"/>
         <element name="CarrierFee" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CarrierFeeType" minOccurs="0"/>
         <element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CommissionType" minOccurs="0"/>
         <element name="EndorsementText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType"/>
         <element name="FareDetail" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}FareDetailType" minOccurs="0"/>
         <element name="OriginalIssueInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TicketIssuanceInfoType"/>
         <element name="OriginDest" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OriginDestType" minOccurs="0"/>
         <element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type"/>
         <element name="PaymentInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}PaymentInfoType" maxOccurs="unbounded"/>
         <element name="RefdOrder" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}Order1Type" minOccurs="0"/>
         <element name="ResControlIdentification" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ResControlIdentificationType" maxOccurs="5" minOccurs="0"/>
         <element name="ServicingAgency" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TravelAgencyType" minOccurs="0"/>
         <element name="ShoppingResponse" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ShoppingResponseType" minOccurs="0"/>
         <element name="Ticket" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TicketType" maxOccurs="4"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TicketDocInfoType

      public TicketDocInfoType()
  • Method Details

    • 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

    • 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
    • getPaymentInfo

      public List<PaymentInfoType> getPaymentInfo()
      Gets the value of the paymentInfo 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 paymentInfo property.

      For example, to add a new item, do as follows:

          getPaymentInfo().add(newItem);
       

      Objects of the following type(s) are allowed in the list PaymentInfoType

    • 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
    • getResControlIdentification

      public List<ResControlIdentificationType> getResControlIdentification()
      Gets the value of the resControlIdentification 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 resControlIdentification property.

      For example, to add a new item, do as follows:

          getResControlIdentification().add(newItem);
       

      Objects of the following type(s) are allowed in the list ResControlIdentificationType

    • 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
    • getShoppingResponse

      public ShoppingResponseType getShoppingResponse()
      Gets the value of the shoppingResponse property.
      Returns:
      possible object is ShoppingResponseType
    • setShoppingResponse

      public void setShoppingResponse(ShoppingResponseType value)
      Sets the value of the shoppingResponse property.
      Parameters:
      value - allowed object is ShoppingResponseType
    • 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