Uses of Class
org.cxml.TaxAdjustmentAmount
Packages that use TaxAdjustmentAmount
-
Uses of TaxAdjustmentAmount in org.cxml
Fields in org.cxml declared as TaxAdjustmentAmountModifier and TypeFieldDescriptionprotected TaxAdjustmentAmountprotected TaxAdjustmentAmountTaxDetail.taxAdjustmentAmountMethods in org.cxml that return TaxAdjustmentAmountModifier and TypeMethodDescriptionObjectFactory.createTaxAdjustmentAmount()Create an instance ofTaxAdjustmentAmountTax.getTaxAdjustmentAmount()Gets the value of the taxAdjustmentAmount property.TaxDetail.getTaxAdjustmentAmount()Gets the value of the taxAdjustmentAmount property.Methods in org.cxml with parameters of type TaxAdjustmentAmountModifier and TypeMethodDescriptionvoidTax.setTaxAdjustmentAmount(TaxAdjustmentAmount value) Sets the value of the taxAdjustmentAmount property.voidTaxDetail.setTaxAdjustmentAmount(TaxAdjustmentAmount value) Sets the value of the taxAdjustmentAmount property.