java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.BookingRefType

public class BookingRefType extends Object
Information related to a booking or reservation.

Java class for BookingRefType complex type.

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

 <complexType name="BookingRefType">
   <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_ServiceListRQ}BookingEntityType"/>
         <element name="BookingID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type"/>
         <element name="BookingRefTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}BookingRefTypeCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bookingEntity

      protected BookingEntityType bookingEntity
    • bookingID

      protected String bookingID
    • bookingRefTypeCode

      protected String bookingRefTypeCode
  • Constructor Details

    • BookingRefType

      public BookingRefType()
  • 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
    • getBookingRefTypeCode

      public String getBookingRefTypeCode()
      Gets the value of the bookingRefTypeCode property.
      Returns:
      possible object is String
    • setBookingRefTypeCode

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