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

public class PricedOfferType extends Object
Offer selected by the Passenger for requesting an Order to be created. Multiple Offers can be requested at the same time, each of which could originate from different shopping responses (each with their own ResponseIDs). Each Offer selected could ref

Java class for PricedOfferType complex type.

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

 <complexType name="PricedOfferType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreateOrderItem" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CreateOrderItemType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SelectedOffer" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}SelectedOfferType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PricedOfferType

      public PricedOfferType()
  • Method Details

    • getCreateOrderItem

      public List<CreateOrderItemType> getCreateOrderItem()
      Gets the value of the createOrderItem property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the createOrderItem property.

      For example, to add a new item, do as follows:

          getCreateOrderItem().add(newItem);
       

      Objects of the following type(s) are allowed in the list CreateOrderItemType

    • getSelectedOffer

      public List<SelectedOfferType> getSelectedOffer()
      Gets the value of the selectedOffer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the selectedOffer property.

      For example, to add a new item, do as follows:

          getSelectedOffer().add(newItem);
       

      Objects of the following type(s) are allowed in the list SelectedOfferType