Class PricingParameterType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.PricingParameterType
Pricing Parameters, including Simple Pricing, Award Travel, Auto Exchange, Override Currency and Tax Exemption.
Java class for PricingParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PricingParameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AutoExchInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="AwardIncludedInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="AwardOnlyInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="OverrideCurCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CurCodeType" minOccurs="0"/>
<element name="SimplePricingInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="TaxExemption" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TaxSummaryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the overrideCurCode property.Gets the value of the taxExemption property.Gets the value of the autoExchInd property.Gets the value of the awardIncludedInd property.Gets the value of the awardOnlyInd property.Gets the value of the simplePricingInd property.voidsetAutoExchInd(Boolean value) Sets the value of the autoExchInd property.voidsetAwardIncludedInd(Boolean value) Sets the value of the awardIncludedInd property.voidsetAwardOnlyInd(Boolean value) Sets the value of the awardOnlyInd property.voidsetOverrideCurCode(String value) Sets the value of the overrideCurCode property.voidsetSimplePricingInd(Boolean value) Sets the value of the simplePricingInd property.
-
Field Details
-
autoExchInd
-
awardIncludedInd
-
awardOnlyInd
-
overrideCurCode
-
simplePricingInd
-
taxExemption
-
-
Constructor Details
-
PricingParameterType
public PricingParameterType()
-
-
Method Details
-
isAutoExchInd
Gets the value of the autoExchInd property.- Returns:
- possible object is
Boolean
-
setAutoExchInd
Sets the value of the autoExchInd property.- Parameters:
value- allowed object isBoolean
-
isAwardIncludedInd
Gets the value of the awardIncludedInd property.- Returns:
- possible object is
Boolean
-
setAwardIncludedInd
Sets the value of the awardIncludedInd property.- Parameters:
value- allowed object isBoolean
-
isAwardOnlyInd
Gets the value of the awardOnlyInd property.- Returns:
- possible object is
Boolean
-
setAwardOnlyInd
Sets the value of the awardOnlyInd property.- Parameters:
value- allowed object isBoolean
-
getOverrideCurCode
Gets the value of the overrideCurCode property.- Returns:
- possible object is
String
-
setOverrideCurCode
Sets the value of the overrideCurCode property.- Parameters:
value- allowed object isString
-
isSimplePricingInd
Gets the value of the simplePricingInd property.- Returns:
- possible object is
Boolean
-
setSimplePricingInd
Sets the value of the simplePricingInd property.- Parameters:
value- allowed object isBoolean
-
getTaxExemption
Gets the value of the taxExemption 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
setmethod for the taxExemption property.For example, to add a new item, do as follows:
getTaxExemption().add(newItem);Objects of the following type(s) are allowed in the list
TaxSummaryType
-