Package org.cxml
Class TaxAdjustment
java.lang.Object
org.cxml.TaxAdjustment
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMoney()Gets the value of the money property.Gets the value of the taxAdjustmentDetail property.voidSets the value of the money property.
-
Field Details
-
money
-
taxAdjustmentDetail
-
-
Constructor Details
-
TaxAdjustment
public TaxAdjustment()
-
-
Method Details
-
getMoney
Gets the value of the money property.- Returns:
- possible object is
Money
-
setMoney
Sets the value of the money property.- Parameters:
value- allowed object isMoney
-
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
setmethod 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
-