java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.OfferItemTypeType

public class OfferItemTypeType extends Object
Offer Item Type used for long sell transactions.

Java class for OfferItemTypeType complex type.

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

 <complexType name="OfferItemTypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="BaggageItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}BaggageItemType"/>
         <element name="FlightItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}FlightItemType"/>
         <element name="OtherItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}OtherItemType"/>
         <element name="SeatItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}SeatItemType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OfferItemTypeType

      public OfferItemTypeType()
  • Method Details

    • getBaggageItem

      public BaggageItemType getBaggageItem()
      Gets the value of the baggageItem property.
      Returns:
      possible object is BaggageItemType
    • setBaggageItem

      public void setBaggageItem(BaggageItemType value)
      Sets the value of the baggageItem property.
      Parameters:
      value - allowed object is BaggageItemType
    • getFlightItem

      public FlightItemType getFlightItem()
      Gets the value of the flightItem property.
      Returns:
      possible object is FlightItemType
    • setFlightItem

      public void setFlightItem(FlightItemType value)
      Sets the value of the flightItem property.
      Parameters:
      value - allowed object is FlightItemType
    • getOtherItem

      public OtherItemType getOtherItem()
      Gets the value of the otherItem property.
      Returns:
      possible object is OtherItemType
    • setOtherItem

      public void setOtherItem(OtherItemType value)
      Sets the value of the otherItem property.
      Parameters:
      value - allowed object is OtherItemType
    • getSeatItem

      public SeatItemType getSeatItem()
      Gets the value of the seatItem property.
      Returns:
      possible object is SeatItemType
    • setSeatItem

      public void setSeatItem(SeatItemType value)
      Sets the value of the seatItem property.
      Parameters:
      value - allowed object is SeatItemType