java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.TaxSummaryType

public class TaxSummaryType extends Object
Tax summary information.

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_AirShoppingRQ}IndType" minOccurs="0"/>
         <element name="ApproximateInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IndType" minOccurs="0"/>
         <element name="CollectionInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}IndType" minOccurs="0"/>
         <element name="Tax" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TaxType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="TotalTaxAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}AmountType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • allRefundableInd

      protected Boolean allRefundableInd
    • approximateInd

      protected Boolean approximateInd
    • collectionInd

      protected Boolean collectionInd
    • tax

      protected List<TaxType> tax
    • totalTaxAmount

      protected AmountType totalTaxAmount
  • Constructor Details

    • TaxSummaryType

      public TaxSummaryType()
  • Method Details

    • isAllRefundableInd

      public Boolean isAllRefundableInd()
      Gets the value of the allRefundableInd property.
      Returns:
      possible object is Boolean
    • setAllRefundableInd

      public void setAllRefundableInd(Boolean value)
      Sets the value of the allRefundableInd property.
      Parameters:
      value - allowed object is Boolean
    • isApproximateInd

      public Boolean isApproximateInd()
      Gets the value of the approximateInd property.
      Returns:
      possible object is Boolean
    • setApproximateInd

      public void setApproximateInd(Boolean value)
      Sets the value of the approximateInd property.
      Parameters:
      value - allowed object is Boolean
    • isCollectionInd

      public Boolean isCollectionInd()
      Gets the value of the collectionInd property.
      Returns:
      possible object is Boolean
    • setCollectionInd

      public void setCollectionInd(Boolean value)
      Sets the value of the collectionInd property.
      Parameters:
      value - allowed object is Boolean
    • getTax

      public List<TaxType> 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 set method 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

      public AmountType getTotalTaxAmount()
      Gets the value of the totalTaxAmount property.
      Returns:
      possible object is AmountType
    • setTotalTaxAmount

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