Class TicketIssuanceInfoType

java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.TicketIssuanceInfoType

public class TicketIssuanceInfoType extends Object
The issuing carrier and issuing location of a ticket.

Java class for TicketIssuanceInfoType complex type.

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

 <complexType name="TicketIssuanceInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IATALocationCodeType" minOccurs="0"/>
         <element name="IssueDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateType" minOccurs="0"/>
         <element name="IssuingAgencyID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
         <element name="IssuingAirlineDesigCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AirlineDesigCodeType"/>
         <element name="IssuingCarrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CarrierType"/>
         <element name="TicketNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • iataLocationCode

      protected String iataLocationCode
    • issueDate

      protected XMLGregorianCalendar issueDate
    • issuingAgencyID

      protected String issuingAgencyID
    • issuingAirlineDesigCode

      protected String issuingAirlineDesigCode
    • issuingCarrier

      protected CarrierType issuingCarrier
    • ticketNumber

      protected BigDecimal ticketNumber
  • Constructor Details

    • TicketIssuanceInfoType

      public TicketIssuanceInfoType()
  • Method Details

    • getIATALocationCode

      public String getIATALocationCode()
      Gets the value of the iataLocationCode property.
      Returns:
      possible object is String
    • setIATALocationCode

      public void setIATALocationCode(String value)
      Sets the value of the iataLocationCode property.
      Parameters:
      value - allowed object is String
    • getIssueDate

      public XMLGregorianCalendar getIssueDate()
      Gets the value of the issueDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setIssueDate

      public void setIssueDate(XMLGregorianCalendar value)
      Sets the value of the issueDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getIssuingAgencyID

      public String getIssuingAgencyID()
      Gets the value of the issuingAgencyID property.
      Returns:
      possible object is String
    • setIssuingAgencyID

      public void setIssuingAgencyID(String value)
      Sets the value of the issuingAgencyID property.
      Parameters:
      value - allowed object is String
    • getIssuingAirlineDesigCode

      public String getIssuingAirlineDesigCode()
      Gets the value of the issuingAirlineDesigCode property.
      Returns:
      possible object is String
    • setIssuingAirlineDesigCode

      public void setIssuingAirlineDesigCode(String value)
      Sets the value of the issuingAirlineDesigCode property.
      Parameters:
      value - allowed object is String
    • getIssuingCarrier

      public CarrierType getIssuingCarrier()
      Gets the value of the issuingCarrier property.
      Returns:
      possible object is CarrierType
    • setIssuingCarrier

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