public static class JurisdictionSectionType.JurWithTaxingRights.ReportDifference.AdjCoveredTaxDifference 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="AggCurrentTaxExpense" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="QRTCExpense" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="OtherTaxCredits" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="DeferTaxExpense" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected BigInteger |
aggCurrentTaxExpense |
|
protected BigInteger |
deferTaxExpense |
|
protected BigInteger |
otherTaxCredits |
|
protected BigInteger |
qrtcExpense |
| Constructor | Description |
|---|---|
AdjCoveredTaxDifference() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAggCurrentTaxExpense() |
Gets the value of the aggCurrentTaxExpense property.
|
BigInteger |
getDeferTaxExpense() |
Gets the value of the deferTaxExpense property.
|
BigInteger |
getOtherTaxCredits() |
Gets the value of the otherTaxCredits property.
|
BigInteger |
getQRTCExpense() |
Gets the value of the qrtcExpense property.
|
void |
setAggCurrentTaxExpense(BigInteger value) |
Sets the value of the aggCurrentTaxExpense property.
|
void |
setDeferTaxExpense(BigInteger value) |
Sets the value of the deferTaxExpense property.
|
void |
setOtherTaxCredits(BigInteger value) |
Sets the value of the otherTaxCredits property.
|
void |
setQRTCExpense(BigInteger value) |
Sets the value of the qrtcExpense property.
|
protected BigInteger aggCurrentTaxExpense
protected BigInteger qrtcExpense
protected BigInteger otherTaxCredits
protected BigInteger deferTaxExpense
public BigInteger getAggCurrentTaxExpense()
BigIntegerpublic void setAggCurrentTaxExpense(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getQRTCExpense()
BigIntegerpublic void setQRTCExpense(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getOtherTaxCredits()
BigIntegerpublic void setOtherTaxCredits(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDeferTaxExpense()
BigIntegerpublic void setDeferTaxExpense(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.