java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.BookingEntityType

public class BookingEntityType extends Object
Booking entity Information related to a booking or reservation.

Java class for BookingEntityType complex type.

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

 <complexType name="BookingEntityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Carrier" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}CarrierType"/>
         <element name="Org" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}OrgType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BookingEntityType

      public BookingEntityType()
  • Method Details

    • getCarrier

      public CarrierType getCarrier()
      Gets the value of the carrier property.
      Returns:
      possible object is CarrierType
    • setCarrier

      public void setCarrier(CarrierType value)
      Sets the value of the carrier property.
      Parameters:
      value - allowed object is CarrierType
    • getOrg

      public OrgType getOrg()
      Gets the value of the org property.
      Returns:
      possible object is OrgType
    • setOrg

      public void setOrg(OrgType value)
      Sets the value of the org property.
      Parameters:
      value - allowed object is OrgType