Class Tax
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Descriptionprotected List<Distribution>protected Moneyprotected TaxAdjustmentAmount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the distribution property.Gets the value of the extrinsic property.getMoney()Gets the value of the money property.Gets the value of the taxAdjustmentAmount property.Gets the value of the taxDetail property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the money property.voidSets the value of the taxAdjustmentAmount property.
-
Field Details
-
money
-
taxAdjustmentAmount
-
description
-
taxDetail
-
distribution
-
extrinsic
-
-
Constructor Details
-
Tax
public Tax()
-
-
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
-
getTaxAdjustmentAmount
Gets the value of the taxAdjustmentAmount property.- Returns:
- possible object is
TaxAdjustmentAmount
-
setTaxAdjustmentAmount
Sets the value of the taxAdjustmentAmount property.- Parameters:
value- allowed object isTaxAdjustmentAmount
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getTaxDetail
Gets the value of the taxDetail 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 taxDetail property.For example, to add a new item, do as follows:
getTaxDetail().add(newItem);Objects of the following type(s) are allowed in the list
TaxDetail -
getDistribution
Gets the value of the distribution 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 distribution property.For example, to add a new item, do as follows:
getDistribution().add(newItem);Objects of the following type(s) are allowed in the list
Distribution -
getExtrinsic
Gets the value of the extrinsic 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 extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-