public static class ETRComputationType.OverallComputation.SubstanceExclusion.PEAllocation.PayrollCost 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="Total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Allocation" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
allocation |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
PayrollCost() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAllocation() |
Gets the value of the allocation property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setAllocation(BigInteger value) |
Sets the value of the allocation property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@NotNull protected @NotNull BigInteger allocation
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAllocation()
BigIntegerpublic void setAllocation(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.