public static class ETRComputationType.CEComputation.AdjustedIncomeTax.CrossAllocation 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="Basis" type="{urn:oecd:ties:globe:v2}AdjustedBasis_EnumType" maxOccurs="unbounded"/>
<element name="OtherTIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="Additions" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Reductions" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected BigInteger |
additions |
|
protected @NotNull @Size(min=1) List<AdjustedBasisEnumType> |
basis |
|
protected @NotNull @Valid TINType |
otherTIN |
|
protected BigInteger |
reductions |
|
protected @NotNull CountryCodeType |
resCountryCode |
| Constructor | Description |
|---|---|
CrossAllocation() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAdditions() |
Gets the value of the additions property.
|
List<AdjustedBasisEnumType> |
getBasis() |
Gets the value of the basis property.
|
TINType |
getOtherTIN() |
Gets the value of the otherTIN property.
|
BigInteger |
getReductions() |
Gets the value of the reductions property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
void |
setAdditions(BigInteger value) |
Sets the value of the additions property.
|
void |
setOtherTIN(TINType value) |
Sets the value of the otherTIN property.
|
void |
setReductions(BigInteger value) |
Sets the value of the reductions property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<AdjustedBasisEnumType> basis
@NotNull @Valid protected @NotNull @Valid TINType otherTIN
@NotNull protected @NotNull CountryCodeType resCountryCode
protected BigInteger additions
protected BigInteger reductions
public List<AdjustedBasisEnumType> getBasis()
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 basis property.
For example, to add a new item, do as follows:
getBasis().add(newItem);
Objects of the following type(s) are allowed in the list
AdjustedBasisEnumType
public TINType getOtherTIN()
TINTypepublic void setOtherTIN(TINType value)
value - allowed object is
TINTypepublic CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic BigInteger getAdditions()
BigIntegerpublic void setAdditions(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getReductions()
BigIntegerpublic void setReductions(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.