Package org.cxml
Class TaxExemption
java.lang.Object
org.cxml.TaxExemption
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exemptCode property.Gets the value of the exemptReason property.voidsetExemptCode(String value) Sets the value of the exemptCode property.voidsetExemptReason(ExemptReason value) Sets the value of the exemptReason property.
-
Field Details
-
exemptCode
-
exemptReason
-
-
Constructor Details
-
TaxExemption
public TaxExemption()
-
-
Method Details
-
getExemptCode
Gets the value of the exemptCode property.- Returns:
- possible object is
String
-
setExemptCode
Sets the value of the exemptCode property.- Parameters:
value- allowed object isString
-
getExemptReason
Gets the value of the exemptReason property.- Returns:
- possible object is
ExemptReason
-
setExemptReason
Sets the value of the exemptReason property.- Parameters:
value- allowed object isExemptReason
-