Package org.cxml
Class TaxAdjustmentDetail
java.lang.Object
org.cxml.TaxAdjustmentDetail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the category property.getMoney()Gets the value of the money property.Gets the value of the region property.voidsetCategory(String value) Sets the value of the category property.voidSets the value of the money property.voidSets the value of the region property.
-
Field Details
-
category
-
region
-
money
-
-
Constructor Details
-
TaxAdjustmentDetail
public TaxAdjustmentDetail()
-
-
Method Details
-
getCategory
Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
Sets the value of the category property.- Parameters:
value- allowed object isString
-
getRegion
Gets the value of the region property.- Returns:
- possible object is
String
-
setRegion
Sets the value of the region property.- Parameters:
value- allowed object isString
-
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
-