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

public class FlightItemType extends Object
Flight service information used for long sells.

Java class for FlightItemType complex type.

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

 <complexType name="FlightItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FareDetail" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}FareDetailType" minOccurs="0"/>
         <element name="OriginDestRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" maxOccurs="unbounded"/>
         <element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PriceType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FlightItemType

      public FlightItemType()
  • Method Details

    • getFareDetail

      public FareDetailType getFareDetail()
      Gets the value of the fareDetail property.
      Returns:
      possible object is FareDetailType
    • setFareDetail

      public void setFareDetail(FareDetailType value)
      Sets the value of the fareDetail property.
      Parameters:
      value - allowed object is FareDetailType
    • getOriginDestRefID

      public List<String> getOriginDestRefID()
      Gets the value of the originDestRefID 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 originDestRefID property.

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

          getOriginDestRefID().add(newItem);
       

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

    • getPrice

      public PriceType getPrice()
      Gets the value of the price property.
      Returns:
      possible object is PriceType
    • setPrice

      public void setPrice(PriceType value)
      Sets the value of the price property.
      Parameters:
      value - allowed object is PriceType