Class PricingMethodCriteriaType

java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.PricingMethodCriteriaType

public class PricingMethodCriteriaType extends Object
Contains information to identify how reservation was re-priced to obtain best published fare (Eg. best fare in same cabin, best fare in all cabins, other parameters to select best fare).

Java class for PricingMethodCriteriaType complex type.

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

 <complexType name="PricingMethodCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BestPricingOptionText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • bestPricingOptionText

      protected String bestPricingOptionText
  • Constructor Details

    • PricingMethodCriteriaType

      public PricingMethodCriteriaType()
  • Method Details

    • getBestPricingOptionText

      public String getBestPricingOptionText()
      Gets the value of the bestPricingOptionText property.
      Returns:
      possible object is String
    • setBestPricingOptionText

      public void setBestPricingOptionText(String value)
      Sets the value of the bestPricingOptionText property.
      Parameters:
      value - allowed object is String