Class InConnectionWithDocType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.InConnectionWithDocType

public class InConnectionWithDocType extends Object
A document number representing a transaction that is issued in relation to this transaction, and coupon number which is associated with the 'In Connection With' document.

Java class for InConnectionWithDocType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InConnectionWithDocType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Coupon" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CouponType" minOccurs="0"/>
         <element name="Ticket" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TicketType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InConnectionWithDocType

      public InConnectionWithDocType()
  • Method Details

    • getCoupon

      public CouponType getCoupon()
      Gets the value of the coupon property.
      Returns:
      possible object is CouponType
    • setCoupon

      public void setCoupon(CouponType value)
      Sets the value of the coupon property.
      Parameters:
      value - allowed object is CouponType
    • getTicket

      public TicketType getTicket()
      Gets the value of the ticket property.
      Returns:
      possible object is TicketType
    • setTicket

      public void setTicket(TicketType value)
      Sets the value of the ticket property.
      Parameters:
      value - allowed object is TicketType