public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.TransBlendCFC.CFCJur.Allocation 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="SubGroupTIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="AggAllocTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
aggAllocTax |
|
protected @NotNull @Valid TINType |
subGroupTIN |
| Constructor | Description |
|---|---|
Allocation() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAggAllocTax() |
Gets the value of the aggAllocTax property.
|
TINType |
getSubGroupTIN() |
Gets the value of the subGroupTIN property.
|
void |
setAggAllocTax(BigInteger value) |
Sets the value of the aggAllocTax property.
|
void |
setSubGroupTIN(TINType value) |
Sets the value of the subGroupTIN property.
|
@NotNull @Valid protected @NotNull @Valid TINType subGroupTIN
@NotNull protected @NotNull BigInteger aggAllocTax
public TINType getSubGroupTIN()
TINTypepublic void setSubGroupTIN(TINType value)
value - allowed object is
TINTypepublic BigInteger getAggAllocTax()
BigIntegerpublic void setAggAllocTax(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.