Class TaxSummaryType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.TaxSummaryType
The sum of all tax amounts applied on a given price.
Java class for TaxSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaxSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllRefundableInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
<element name="ApproximateInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
<element name="CollectionInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
<element name="Tax" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TaxType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalTaxAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected AmountType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTax()Gets the value of the tax property.Gets the value of the totalTaxAmount property.Gets the value of the allRefundableInd property.Gets the value of the approximateInd property.Gets the value of the collectionInd property.voidsetAllRefundableInd(Boolean value) Sets the value of the allRefundableInd property.voidsetApproximateInd(Boolean value) Sets the value of the approximateInd property.voidsetCollectionInd(Boolean value) Sets the value of the collectionInd property.voidsetTotalTaxAmount(AmountType value) Sets the value of the totalTaxAmount property.
-
Field Details
-
allRefundableInd
-
approximateInd
-
collectionInd
-
tax
-
totalTaxAmount
-
-
Constructor Details
-
TaxSummaryType
public TaxSummaryType()
-
-
Method Details
-
isAllRefundableInd
Gets the value of the allRefundableInd property.- Returns:
- possible object is
Boolean
-
setAllRefundableInd
Sets the value of the allRefundableInd property.- Parameters:
value- allowed object isBoolean
-
isApproximateInd
Gets the value of the approximateInd property.- Returns:
- possible object is
Boolean
-
setApproximateInd
Sets the value of the approximateInd property.- Parameters:
value- allowed object isBoolean
-
isCollectionInd
Gets the value of the collectionInd property.- Returns:
- possible object is
Boolean
-
setCollectionInd
Sets the value of the collectionInd property.- Parameters:
value- allowed object isBoolean
-
getTax
Gets the value of the tax 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 tax property.For example, to add a new item, do as follows:
getTax().add(newItem);Objects of the following type(s) are allowed in the list
TaxType -
getTotalTaxAmount
Gets the value of the totalTaxAmount property.- Returns:
- possible object is
AmountType
-
setTotalTaxAmount
Sets the value of the totalTaxAmount property.- Parameters:
value- allowed object isAmountType
-