Package org.cxml

Class TaxAdjustment

java.lang.Object
org.cxml.TaxAdjustment

public class TaxAdjustment extends Object
  • Field Details

  • Constructor Details

    • TaxAdjustment

      public TaxAdjustment()
  • 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
    • getTaxAdjustmentDetail

      public List<TaxAdjustmentDetail> getTaxAdjustmentDetail()
      Gets the value of the taxAdjustmentDetail 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 taxAdjustmentDetail property.

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

          getTaxAdjustmentDetail().add(newItem);
       

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