public static class SummaryType.JurWithTaxingRights 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="JurisdictionName" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
<element name="DiffDomesticTut" type="{urn:oecd:ties:globe:v2}GlobeTuT_EnumType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected GlobeTuTEnumType |
diffDomesticTut |
|
protected CountryCodeType |
jurisdictionName |
| Constructor | Description |
|---|---|
JurWithTaxingRights() |
| Modifier and Type | Method | Description |
|---|---|---|
GlobeTuTEnumType |
getDiffDomesticTut() |
Gets the value of the diffDomesticTut property.
|
CountryCodeType |
getJurisdictionName() |
Gets the value of the jurisdictionName property.
|
void |
setDiffDomesticTut(GlobeTuTEnumType value) |
Sets the value of the diffDomesticTut property.
|
void |
setJurisdictionName(CountryCodeType value) |
Sets the value of the jurisdictionName property.
|
protected CountryCodeType jurisdictionName
protected GlobeTuTEnumType diffDomesticTut
public CountryCodeType getJurisdictionName()
CountryCodeTypepublic void setJurisdictionName(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic GlobeTuTEnumType getDiffDomesticTut()
GlobeTuTEnumTypepublic void setDiffDomesticTut(GlobeTuTEnumType value)
value - allowed object is
GlobeTuTEnumTypeCopyright © 2025. All rights reserved.