java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.FarePriceTypeType

public class FarePriceTypeType extends Object
The type of fair price applied to a Fare Detail (e.g. filed amount, net amount, or a sell amount).

Java class for FarePriceTypeType complex type.

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

 <complexType name="FarePriceTypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FarePriceTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType"/>
         <element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PriceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • farePriceTypeCode

      protected String farePriceTypeCode
    • price

      protected PriceType price
  • Constructor Details

    • FarePriceTypeType

      public FarePriceTypeType()
  • Method Details

    • getFarePriceTypeCode

      public String getFarePriceTypeCode()
      Gets the value of the farePriceTypeCode property.
      Returns:
      possible object is String
    • setFarePriceTypeCode

      public void setFarePriceTypeCode(String value)
      Sets the value of the farePriceTypeCode property.
      Parameters:
      value - allowed object is 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