java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.BookingInfoType

public class BookingInfoType extends Object
Information related to booking or reservation.

Java class for BookingInfoType complex type.

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

 <complexType name="BookingInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BookingEntity" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}BookingEntityType"/>
         <element name="BookingID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type"/>
         <element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}BookingRefTypeCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BookingInfoType

      public BookingInfoType()
  • Method Details

    • getBookingEntity

      public BookingEntityType getBookingEntity()
      Gets the value of the bookingEntity property.
      Returns:
      possible object is BookingEntityType
    • setBookingEntity

      public void setBookingEntity(BookingEntityType value)
      Sets the value of the bookingEntity property.
      Parameters:
      value - allowed object is BookingEntityType
    • getBookingID

      public String getBookingID()
      Gets the value of the bookingID property.
      Returns:
      possible object is String
    • setBookingID

      public void setBookingID(String value)
      Sets the value of the bookingID property.
      Parameters:
      value - allowed object is String
    • getTypeCode

      public String getTypeCode()
      Gets the value of the typeCode property.
      Returns:
      possible object is String
    • setTypeCode

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