public static class ETRComputationType.OverallComputation.SubstanceExclusion.FTEAllocation.JurOfOwners 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">
<choice>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="UPE" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="NotApplicable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected Boolean |
notApplicable |
|
protected CountryCodeType |
resCountryCode |
|
protected Boolean |
upe |
| Constructor | Description |
|---|---|
JurOfOwners() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getNotApplicable() |
Gets the value of the notApplicable property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
Boolean |
getUPE() |
Gets the value of the upe property.
|
void |
setNotApplicable(Boolean value) |
Sets the value of the notApplicable property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
void |
setUPE(Boolean value) |
Sets the value of the upe property.
|
protected CountryCodeType resCountryCode
protected Boolean upe
protected Boolean notApplicable
public CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic Boolean getUPE()
Booleanpublic void setUPE(Boolean value)
value - allowed object is
Booleanpublic Boolean getNotApplicable()
BooleanCopyright © 2025. All rights reserved.