public static class UTPRAttributionType.Attribution 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="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="UTPRTopUpTaxCarryForward" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Employees" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="TangibleAssetValue" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="UTPRPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="UTPRTopUpTaxAttributed" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AddCashTaxExpense" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="UTPRTopUpTaxCarriedForward" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
addCashTaxExpense |
|
protected BigInteger |
employees |
|
protected @NotNull CountryCodeType |
resCountryCode |
|
protected BigInteger |
tangibleAssetValue |
|
protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
utprPercentage |
|
protected @NotNull BigInteger |
utprTopUpTaxAttributed |
|
protected @NotNull BigInteger |
utprTopUpTaxCarriedForward |
|
protected @NotNull BigInteger |
utprTopUpTaxCarryForward |
| Constructor | Description |
|---|---|
Attribution() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAddCashTaxExpense() |
Gets the value of the addCashTaxExpense property.
|
BigInteger |
getEmployees() |
Gets the value of the employees property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
BigInteger |
getTangibleAssetValue() |
Gets the value of the tangibleAssetValue property.
|
BigDecimal |
getUTPRPercentage() |
Gets the value of the utprPercentage property.
|
BigInteger |
getUTPRTopUpTaxAttributed() |
Gets the value of the utprTopUpTaxAttributed property.
|
BigInteger |
getUTPRTopUpTaxCarriedForward() |
Gets the value of the utprTopUpTaxCarriedForward property.
|
BigInteger |
getUTPRTopUpTaxCarryForward() |
Gets the value of the utprTopUpTaxCarryForward property.
|
void |
setAddCashTaxExpense(BigInteger value) |
Sets the value of the addCashTaxExpense property.
|
void |
setEmployees(BigInteger value) |
Sets the value of the employees property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
void |
setTangibleAssetValue(BigInteger value) |
Sets the value of the tangibleAssetValue property.
|
void |
setUTPRPercentage(BigDecimal value) |
Sets the value of the utprPercentage property.
|
void |
setUTPRTopUpTaxAttributed(BigInteger value) |
Sets the value of the utprTopUpTaxAttributed property.
|
void |
setUTPRTopUpTaxCarriedForward(BigInteger value) |
Sets the value of the utprTopUpTaxCarriedForward property.
|
void |
setUTPRTopUpTaxCarryForward(BigInteger value) |
Sets the value of the utprTopUpTaxCarryForward property.
|
@NotNull protected @NotNull CountryCodeType resCountryCode
@NotNull protected @NotNull BigInteger utprTopUpTaxCarryForward
protected BigInteger employees
protected BigInteger tangibleAssetValue
@NotNull @DecimalMax(value="1") @DecimalMin(value="0") protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal utprPercentage
@NotNull protected @NotNull BigInteger utprTopUpTaxAttributed
@NotNull protected @NotNull BigInteger addCashTaxExpense
@NotNull protected @NotNull BigInteger utprTopUpTaxCarriedForward
public CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic BigInteger getUTPRTopUpTaxCarryForward()
BigIntegerpublic void setUTPRTopUpTaxCarryForward(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getEmployees()
BigIntegerpublic void setEmployees(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTangibleAssetValue()
BigIntegerpublic void setTangibleAssetValue(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getUTPRPercentage()
BigDecimalpublic void setUTPRPercentage(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getUTPRTopUpTaxAttributed()
BigIntegerpublic void setUTPRTopUpTaxAttributed(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAddCashTaxExpense()
BigIntegerpublic void setAddCashTaxExpense(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getUTPRTopUpTaxCarriedForward()
BigIntegerpublic void setUTPRTopUpTaxCarriedForward(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.