public static class ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.IdentificationOfOwners.IndOwners 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="NumOfOwners" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
<element name="TaxRate" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
numOfOwners |
|
protected CountryCodeType |
resCountryCode |
|
protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
taxRate |
| Constructor | Description |
|---|---|
IndOwners() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getNumOfOwners() |
Gets the value of the numOfOwners property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
BigDecimal |
getTaxRate() |
Gets the value of the taxRate property.
|
void |
setNumOfOwners(BigInteger value) |
Sets the value of the numOfOwners property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
void |
setTaxRate(BigDecimal value) |
Sets the value of the taxRate property.
|
@NotNull protected @NotNull BigInteger numOfOwners
protected CountryCodeType resCountryCode
@DecimalMax(value="1") @DecimalMin(value="0") protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal taxRate
public BigInteger getNumOfOwners()
BigIntegerpublic void setNumOfOwners(BigInteger value)
value - allowed object is
BigIntegerpublic CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic BigDecimal getTaxRate()
BigDecimalpublic void setTaxRate(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2025. All rights reserved.