public static class LowTaxJurisdictionType.UTPR.UTPRCalculation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalUTPRTopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Article2.5.1TopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
article251TopUpTax |
|
protected @NotNull BigInteger |
totalUTPRTopUpTax |
| Constructor | Description |
|---|---|
UTPRCalculation() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getArticle251TopUpTax() |
Gets the value of the article251TopUpTax property.
|
BigInteger |
getTotalUTPRTopUpTax() |
Gets the value of the totalUTPRTopUpTax property.
|
void |
setArticle251TopUpTax(BigInteger value) |
Sets the value of the article251TopUpTax property.
|
void |
setTotalUTPRTopUpTax(BigInteger value) |
Sets the value of the totalUTPRTopUpTax property.
|
@NotNull protected @NotNull BigInteger totalUTPRTopUpTax
@NotNull protected @NotNull BigInteger article251TopUpTax
public BigInteger getTotalUTPRTopUpTax()
BigIntegerpublic void setTotalUTPRTopUpTax(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getArticle251TopUpTax()
BigIntegerpublic void setArticle251TopUpTax(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.