public class UTPRAttributionType extends Object
Java class for UTPRAttributionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UTPRAttributionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RecJurCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" maxOccurs="unbounded"/>
<element name="Attribution" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="UTPRTopUpTaxCarryForward" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Employees" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="TangibleAssetValue" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="UTPRPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="UTPRTopUpTaxAttributed" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AddCashTaxExpense" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="UTPRTopUpTaxCarriedForward" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AdditionalDataPoint" type="{urn:oecd:ties:globe:v2}AdditionalDataPointType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
UTPRAttributionType.Attribution |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<AdditionalDataPointType> |
additionalDataPoint |
|
protected @NotNull @Size(min=1) @Valid List<UTPRAttributionType.Attribution> |
attribution |
|
protected @NotNull @Size(min=1) List<CountryCodeType> |
recJurCode |
| Constructor | Description |
|---|---|
UTPRAttributionType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<AdditionalDataPointType> |
getAdditionalDataPoint() |
Gets the value of the additionalDataPoint property.
|
List<UTPRAttributionType.Attribution> |
getAttribution() |
Gets the value of the attribution property.
|
List<CountryCodeType> |
getRecJurCode() |
Gets the value of the recJurCode property.
|
@NotNull @Size(min=1) protected @NotNull @Size(min=1) List<CountryCodeType> recJurCode
@NotNull @Size(min=1) @Valid protected @NotNull @Size(min=1) @Valid List<UTPRAttributionType.Attribution> attribution
@Valid protected @Valid List<AdditionalDataPointType> additionalDataPoint
public List<CountryCodeType> getRecJurCode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the recJurCode property.
For example, to add a new item, do as follows:
getRecJurCode().add(newItem);
Objects of the following type(s) are allowed in the list
CountryCodeType
public List<UTPRAttributionType.Attribution> getAttribution()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attribution property.
For example, to add a new item, do as follows:
getAttribution().add(newItem);
Objects of the following type(s) are allowed in the list
UTPRAttributionType.Attribution
public List<AdditionalDataPointType> getAdditionalDataPoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the additionalDataPoint property.
For example, to add a new item, do as follows:
getAdditionalDataPoint().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalDataPointType
Copyright © 2025. All rights reserved.