public static class LowTaxJurisdictionType.UTPR 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="UTPRSafeHarbour">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CITRate" type="{urn:oecd:ties:globe:v2}percentage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="UTPRCalculation">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalUTPRTopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Article2.5.1TopUpTax" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
LowTaxJurisdictionType.UTPR.UTPRCalculation |
Java class for anonymous complex type.
|
static class |
LowTaxJurisdictionType.UTPR.UTPRSafeHarbour |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected LowTaxJurisdictionType.UTPR.UTPRCalculation |
utprCalculation |
|
protected LowTaxJurisdictionType.UTPR.UTPRSafeHarbour |
utprSafeHarbour |
| Constructor | Description |
|---|---|
UTPR() |
| Modifier and Type | Method | Description |
|---|---|---|
LowTaxJurisdictionType.UTPR.UTPRCalculation |
getUTPRCalculation() |
Gets the value of the utprCalculation property.
|
LowTaxJurisdictionType.UTPR.UTPRSafeHarbour |
getUTPRSafeHarbour() |
Gets the value of the utprSafeHarbour property.
|
void |
setUTPRCalculation(LowTaxJurisdictionType.UTPR.UTPRCalculation value) |
Sets the value of the utprCalculation property.
|
void |
setUTPRSafeHarbour(LowTaxJurisdictionType.UTPR.UTPRSafeHarbour value) |
Sets the value of the utprSafeHarbour property.
|
@Valid protected LowTaxJurisdictionType.UTPR.UTPRSafeHarbour utprSafeHarbour
@Valid protected LowTaxJurisdictionType.UTPR.UTPRCalculation utprCalculation
public LowTaxJurisdictionType.UTPR.UTPRSafeHarbour getUTPRSafeHarbour()
LowTaxJurisdictionType.UTPR.UTPRSafeHarbourpublic void setUTPRSafeHarbour(LowTaxJurisdictionType.UTPR.UTPRSafeHarbour value)
value - allowed object is
LowTaxJurisdictionType.UTPR.UTPRSafeHarbourpublic LowTaxJurisdictionType.UTPR.UTPRCalculation getUTPRCalculation()
LowTaxJurisdictionType.UTPR.UTPRCalculationpublic void setUTPRCalculation(LowTaxJurisdictionType.UTPR.UTPRCalculation value)
value - allowed object is
LowTaxJurisdictionType.UTPR.UTPRCalculationCopyright © 2025. All rights reserved.