Class PriceQuoteType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.PriceQuoteType
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_OrderViewRS}AmountType"/>
<element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CommissionType"/>
<element name="OwnerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AirlineDesigCodeType" minOccurs="0"/>
<element name="PriceGuaranteeTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType"/>
<element name="QuoteDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DateTimeType" minOccurs="0"/>
<element name="SourceText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountTypeprotected CommissionTypeprotected Stringprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the commission property.Gets the value of the ownerCode property.Gets the value of the priceGuaranteeTimeLimitDateTime property.Gets the value of the quoteDateTime property.Gets the value of the sourceText property.voidsetAmount(AmountType value) Sets the value of the amount property.voidsetCommission(CommissionType value) Sets the value of the commission property.voidsetOwnerCode(String value) Sets the value of the ownerCode property.voidSets the value of the priceGuaranteeTimeLimitDateTime property.voidSets the value of the quoteDateTime property.voidsetSourceText(String value) Sets the value of the sourceText property.
-
Field Details
-
amount
-
commission
-
ownerCode
-
priceGuaranteeTimeLimitDateTime
-
quoteDateTime
-
sourceText
-
-
Constructor Details
-
PriceQuoteType
public PriceQuoteType()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
AmountType
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isAmountType
-
getCommission
Gets the value of the commission property.- Returns:
- possible object is
CommissionType
-
setCommission
Sets the value of the commission property.- Parameters:
value- allowed object isCommissionType
-
getOwnerCode
Gets the value of the ownerCode property.- Returns:
- possible object is
String
-
setOwnerCode
Sets the value of the ownerCode property.- Parameters:
value- allowed object isString
-
getPriceGuaranteeTimeLimitDateTime
Gets the value of the priceGuaranteeTimeLimitDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPriceGuaranteeTimeLimitDateTime
Sets the value of the priceGuaranteeTimeLimitDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getQuoteDateTime
Gets the value of the quoteDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setQuoteDateTime
Sets the value of the quoteDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getSourceText
Gets the value of the sourceText property.- Returns:
- possible object is
String
-
setSourceText
Sets the value of the sourceText property.- Parameters:
value- allowed object isString
-