public static class ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.IdentificationOfOwners.EntityOwner 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="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="TaxRate" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
<element name="ExTypeOfEntity" type="{urn:oecd:ties:globe:v2}ExTypeOfEntity_EnumType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected ExTypeOfEntityEnumType |
exTypeOfEntity |
|
protected @NotNull CountryCodeType |
resCountryCode |
|
protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
taxRate |
|
protected @NotNull @Valid TINType |
tin |
| Constructor | Description |
|---|---|
EntityOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
ExTypeOfEntityEnumType |
getExTypeOfEntity() |
Gets the value of the exTypeOfEntity property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
BigDecimal |
getTaxRate() |
Gets the value of the taxRate property.
|
TINType |
getTIN() |
Gets the value of the tin property.
|
void |
setExTypeOfEntity(ExTypeOfEntityEnumType value) |
Sets the value of the exTypeOfEntity property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
void |
setTaxRate(BigDecimal value) |
Sets the value of the taxRate property.
|
void |
setTIN(TINType value) |
Sets the value of the tin property.
|
@NotNull @Valid protected @NotNull @Valid TINType tin
@NotNull protected @NotNull CountryCodeType resCountryCode
@DecimalMax(value="1") @DecimalMin(value="0") protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal taxRate
protected ExTypeOfEntityEnumType exTypeOfEntity
public TINType getTIN()
TINTypepublic void setTIN(TINType value)
value - allowed object is
TINTypepublic CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic BigDecimal getTaxRate()
BigDecimalpublic void setTaxRate(BigDecimal value)
value - allowed object is
BigDecimalpublic ExTypeOfEntityEnumType getExTypeOfEntity()
ExTypeOfEntityEnumTypepublic void setExTypeOfEntity(ExTypeOfEntityEnumType value)
value - allowed object is
ExTypeOfEntityEnumTypeCopyright © 2025. All rights reserved.