Package org.cxml

Class Tax

java.lang.Object
org.cxml.Tax

public class Tax extends Object
  • Field Details

  • Constructor Details

    • Tax

      public Tax()
  • Method Details

    • getMoney

      public Money getMoney()
      Gets the value of the money property.
      Returns:
      possible object is Money
    • setMoney

      public void setMoney(Money value)
      Sets the value of the money property.
      Parameters:
      value - allowed object is Money
    • getTaxAdjustmentAmount

      public TaxAdjustmentAmount getTaxAdjustmentAmount()
      Gets the value of the taxAdjustmentAmount property.
      Returns:
      possible object is TaxAdjustmentAmount
    • setTaxAdjustmentAmount

      public void setTaxAdjustmentAmount(TaxAdjustmentAmount value)
      Sets the value of the taxAdjustmentAmount property.
      Parameters:
      value - allowed object is TaxAdjustmentAmount
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description
    • getTaxDetail

      public List<TaxDetail> getTaxDetail()
      Gets the value of the taxDetail 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 taxDetail property.

      For example, to add a new item, do as follows:

          getTaxDetail().add(newItem);
       

      Objects of the following type(s) are allowed in the list TaxDetail

    • getDistribution

      public List<Distribution> getDistribution()
      Gets the value of the distribution 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 distribution property.

      For example, to add a new item, do as follows:

          getDistribution().add(newItem);
       

      Objects of the following type(s) are allowed in the list Distribution

    • getExtrinsic

      public List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic 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 extrinsic property.

      For example, to add a new item, do as follows:

          getExtrinsic().add(newItem);
       

      Objects of the following type(s) are allowed in the list Extrinsic