java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.TicketType

public class TicketType extends Object
The accountable document issued by or on behalf of a carrier which includes notices and the flight and passenger coupons contained therein.

Java class for TicketType complex type.

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

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

    • ticketNumber

      protected BigDecimal ticketNumber
  • Constructor Details

    • TicketType

      public TicketType()
  • Method Details

    • getTicketNumber

      public BigDecimal getTicketNumber()
      Gets the value of the ticketNumber property.
      Returns:
      possible object is BigDecimal
    • setTicketNumber

      public void setTicketNumber(BigDecimal value)
      Sets the value of the ticketNumber property.
      Parameters:
      value - allowed object is BigDecimal