java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.PriceCalendarType

public class PriceCalendarType extends Object
Calendar based Flight Price. This capability supports multi-day calendar shopping, e.g. returning priced flight offers for a specified period before and/or after the actual requested date.

Java class for PriceCalendarType complex type.

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

 <complexType name="PriceCalendarType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LeadPriceInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}IndType" minOccurs="0"/>
         <element name="PriceCalendarDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PriceCalendarDateType" maxOccurs="unbounded"/>
         <element name="PricedPTC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PTC_OfferParametersType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TotalPriceAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AmountType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PriceCalendarType

      public PriceCalendarType()
  • Method Details

    • isLeadPriceInd

      public Boolean isLeadPriceInd()
      Gets the value of the leadPriceInd property.
      Returns:
      possible object is Boolean
    • setLeadPriceInd

      public void setLeadPriceInd(Boolean value)
      Sets the value of the leadPriceInd property.
      Parameters:
      value - allowed object is Boolean
    • getPriceCalendarDate

      public List<PriceCalendarDateType> getPriceCalendarDate()
      Gets the value of the priceCalendarDate 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 priceCalendarDate property.

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

          getPriceCalendarDate().add(newItem);
       

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

    • getPricedPTC

      public List<PTCOfferParametersType> getPricedPTC()
      Gets the value of the pricedPTC 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 pricedPTC property.

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

          getPricedPTC().add(newItem);
       

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

    • getTotalPriceAmount

      public AmountType getTotalPriceAmount()
      Gets the value of the totalPriceAmount property.
      Returns:
      possible object is AmountType
    • setTotalPriceAmount

      public void setTotalPriceAmount(AmountType value)
      Sets the value of the totalPriceAmount property.
      Parameters:
      value - allowed object is AmountType