public static class ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome.SubstanceExclusion 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="PayrollCosts" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TangibleAssets" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
payrollCosts |
|
protected @NotNull BigInteger |
tangibleAssets |
| Constructor | Description |
|---|---|
SubstanceExclusion() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getPayrollCosts() |
Gets the value of the payrollCosts property.
|
BigInteger |
getTangibleAssets() |
Gets the value of the tangibleAssets property.
|
void |
setPayrollCosts(BigInteger value) |
Sets the value of the payrollCosts property.
|
void |
setTangibleAssets(BigInteger value) |
Sets the value of the tangibleAssets property.
|
@NotNull protected @NotNull BigInteger payrollCosts
@NotNull protected @NotNull BigInteger tangibleAssets
public BigInteger getPayrollCosts()
BigIntegerpublic void setPayrollCosts(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTangibleAssets()
BigIntegerpublic void setTangibleAssets(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.