public static class CorporateStructureType.CE.QUTPR 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="Art9.3" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AggOwnership" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
<element name="UPEOwnership" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
aggOwnership |
|
protected @NotNull boolean |
art93 |
|
protected Boolean |
upeOwnership |
| Constructor | Description |
|---|---|
QUTPR() |
| Modifier and Type | Method | Description |
|---|---|---|
BigDecimal |
getAggOwnership() |
Gets the value of the aggOwnership property.
|
Boolean |
getUPEOwnership() |
Gets the value of the upeOwnership property.
|
boolean |
isArt93() |
Gets the value of the art93 property.
|
void |
setAggOwnership(BigDecimal value) |
Sets the value of the aggOwnership property.
|
void |
setArt93(boolean value) |
Sets the value of the art93 property.
|
void |
setUPEOwnership(Boolean value) |
Sets the value of the upeOwnership property.
|
@NotNull protected @NotNull boolean art93
@DecimalMax(value="1") @DecimalMin(value="0") protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal aggOwnership
protected Boolean upeOwnership
public boolean isArt93()
public void setArt93(boolean value)
public BigDecimal getAggOwnership()
BigDecimalpublic void setAggOwnership(BigDecimal value)
value - allowed object is
BigDecimalpublic Boolean getUPEOwnership()
BooleanCopyright © 2025. All rights reserved.