java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.CalendarDateCriteriaType

public class CalendarDateCriteriaType extends Object
Requests the airline to additionally include a preview of the Offer price for the same Shopping Criteria for the specified date range.

Java class for CalendarDateCriteriaType complex type.

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

 <complexType name="CalendarDateCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DaysAfterNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NumberType" minOccurs="0"/>
         <element name="DaysBeforeNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • daysAfterNumber

      protected BigDecimal daysAfterNumber
    • daysBeforeNumber

      protected BigDecimal daysBeforeNumber
  • Constructor Details

    • CalendarDateCriteriaType

      public CalendarDateCriteriaType()
  • Method Details

    • getDaysAfterNumber

      public BigDecimal getDaysAfterNumber()
      Gets the value of the daysAfterNumber property.
      Returns:
      possible object is BigDecimal
    • setDaysAfterNumber

      public void setDaysAfterNumber(BigDecimal value)
      Sets the value of the daysAfterNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getDaysBeforeNumber

      public BigDecimal getDaysBeforeNumber()
      Gets the value of the daysBeforeNumber property.
      Returns:
      possible object is BigDecimal
    • setDaysBeforeNumber

      public void setDaysBeforeNumber(BigDecimal value)
      Sets the value of the daysBeforeNumber property.
      Parameters:
      value - allowed object is BigDecimal