Class PriceQuoteType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.PriceQuoteType

public class PriceQuoteType extends Object
Pricing history information for a given Order.

Java class for PriceQuoteType complex type.

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

 <complexType name="PriceQuoteType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}AmountType"/>
         <element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CommissionType"/>
         <element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}AirlineDesigCodeType" minOccurs="0"/>
         <element name="PriceGuaranteeTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType"/>
         <element name="QuoteDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}DateTimeType" minOccurs="0"/>
         <element name="SourceText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • amount

      protected AmountType amount
    • commission

      protected CommissionType commission
    • ownerCode

      protected String ownerCode
    • priceGuaranteeTimeLimitDateTime

      protected DateTimeType priceGuaranteeTimeLimitDateTime
    • quoteDateTime

      protected DateTimeType quoteDateTime
    • sourceText

      protected String sourceText
  • Constructor Details

    • PriceQuoteType

      public PriceQuoteType()
  • Method Details

    • getAmount

      public AmountType getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is AmountType
    • setAmount

      public void setAmount(AmountType value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is AmountType
    • getCommission

      public CommissionType getCommission()
      Gets the value of the commission property.
      Returns:
      possible object is CommissionType
    • setCommission

      public void setCommission(CommissionType value)
      Sets the value of the commission property.
      Parameters:
      value - allowed object is CommissionType
    • getOwnerCode

      public String getOwnerCode()
      Gets the value of the ownerCode property.
      Returns:
      possible object is String
    • setOwnerCode

      public void setOwnerCode(String value)
      Sets the value of the ownerCode property.
      Parameters:
      value - allowed object is String
    • getPriceGuaranteeTimeLimitDateTime

      public DateTimeType getPriceGuaranteeTimeLimitDateTime()
      Gets the value of the priceGuaranteeTimeLimitDateTime property.
      Returns:
      possible object is DateTimeType
    • setPriceGuaranteeTimeLimitDateTime

      public void setPriceGuaranteeTimeLimitDateTime(DateTimeType value)
      Sets the value of the priceGuaranteeTimeLimitDateTime property.
      Parameters:
      value - allowed object is DateTimeType
    • getQuoteDateTime

      public DateTimeType getQuoteDateTime()
      Gets the value of the quoteDateTime property.
      Returns:
      possible object is DateTimeType
    • setQuoteDateTime

      public void setQuoteDateTime(DateTimeType value)
      Sets the value of the quoteDateTime property.
      Parameters:
      value - allowed object is DateTimeType
    • getSourceText

      public String getSourceText()
      Gets the value of the sourceText property.
      Returns:
      possible object is String
    • setSourceText

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