public static class ETRComputationType.OverallComputation.AdjustedCoveredTax.TransBlendCFC 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="CFCJur" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Jurisdiction" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="Allocation">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.OverallComputation.AdjustedCoveredTax.TransBlendCFC.CFCJur |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1) @Valid List<ETRComputationType.OverallComputation.AdjustedCoveredTax.TransBlendCFC.CFCJur> |
cfcJur |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
TransBlendCFC() |
| Modifier and Type | Method | Description |
|---|---|---|
List<ETRComputationType.OverallComputation.AdjustedCoveredTax.TransBlendCFC.CFCJur> |
getCFCJur() |
Gets the value of the cfcJur property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull @Size(min=1) @Valid protected @NotNull @Size(min=1) @Valid List<ETRComputationType.OverallComputation.AdjustedCoveredTax.TransBlendCFC.CFCJur> cfcJur
@NotNull protected @NotNull BigInteger total
public List<ETRComputationType.OverallComputation.AdjustedCoveredTax.TransBlendCFC.CFCJur> getCFCJur()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cfcJur property.
For example, to add a new item, do as follows:
getCFCJur().add(newItem);
Objects of the following type(s) are allowed in the list
ETRComputationType.OverallComputation.AdjustedCoveredTax.TransBlendCFC.CFCJur
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.