Class TicketRefIdentificationType

java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.TicketRefIdentificationType

public class TicketRefIdentificationType extends Object
Additional, identifying information used to identify a ticket.

Java class for TicketRefIdentificationType complex type.

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

 <complexType name="TicketRefIdentificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type"/>
         <element name="RefTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected String id
    • refTypeCode

      protected String refTypeCode
  • Constructor Details

    • TicketRefIdentificationType

      public TicketRefIdentificationType()
  • Method Details

    • getID

      public String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      public void setID(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getRefTypeCode

      public String getRefTypeCode()
      Gets the value of the refTypeCode property.
      Returns:
      possible object is String
    • setRefTypeCode

      public void setRefTypeCode(String value)
      Sets the value of the refTypeCode property.
      Parameters:
      value - allowed object is String