public static class ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments 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="Basis" type="{urn:oecd:ties:globe:v2}UPEAdjustmentsBasis_EnumType"/>
<element name="Reductions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Exception" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="IdentificationOfOwners" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OwnershipPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
<choice>
<element name="IndOwners">
<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>
</element>
<element name="EntityOwner">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type"/>
<element name="TaxRate" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
<element name="ExTypeOfEntity" type="{urn:oecd:ties:globe:v2}ExTypeOfEntity_EnumType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.IdentificationOfOwners |
Java class for anonymous complex type.
|
static class |
ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductions |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull UPEAdjustmentsBasisEnumType |
basis |
|
protected @NotNull @Size(min=1) @Valid List<ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.IdentificationOfOwners> |
identificationOfOwners |
|
protected ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductions |
reductions |
| Constructor | Description |
|---|---|
UPEAdjustments() |
| Modifier and Type | Method | Description |
|---|---|---|
UPEAdjustmentsBasisEnumType |
getBasis() |
Gets the value of the basis property.
|
List<ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.IdentificationOfOwners> |
getIdentificationOfOwners() |
Gets the value of the identificationOfOwners property.
|
ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductions |
getReductions() |
Gets the value of the reductions property.
|
void |
setBasis(UPEAdjustmentsBasisEnumType value) |
Sets the value of the basis property.
|
void |
setReductions(ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductions value) |
Sets the value of the reductions property.
|
@NotNull protected @NotNull UPEAdjustmentsBasisEnumType basis
@Valid protected ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductions reductions
@NotNull @Size(min=1) @Valid protected @NotNull @Size(min=1) @Valid List<ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.IdentificationOfOwners> identificationOfOwners
public UPEAdjustmentsBasisEnumType getBasis()
UPEAdjustmentsBasisEnumTypepublic void setBasis(UPEAdjustmentsBasisEnumType value)
value - allowed object is
UPEAdjustmentsBasisEnumTypepublic ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductions getReductions()
ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductionspublic void setReductions(ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductions value)
value - allowed object is
ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.Reductionspublic List<ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.IdentificationOfOwners> getIdentificationOfOwners()
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 identificationOfOwners property.
For example, to add a new item, do as follows:
getIdentificationOfOwners().add(newItem);
Objects of the following type(s) are allowed in the list
ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.UPEAdjustments.IdentificationOfOwners
Copyright © 2025. All rights reserved.