java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.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_OrderRetrieveRQ}IATALocationCodeType" minOccurs="0"/>
         <element name="IssueDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}DateType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • 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