public static class CorporateStructureType.CE.OwnershipChange.PreOwnership 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="OwnershipType" type="{urn:oecd:ties:globe:v2}OwnershipType_EnumType"/>
<element name="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="PreOwnershipPercentage" type="{urn:oecd:ties:globe:v2}percentage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull OwnershipTypeEnumType |
ownershipType |
|
protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
preOwnershipPercentage |
|
protected @NotNull @Valid TINType |
tin |
| Constructor | Description |
|---|---|
PreOwnership() |
| Modifier and Type | Method | Description |
|---|---|---|
OwnershipTypeEnumType |
getOwnershipType() |
Gets the value of the ownershipType property.
|
BigDecimal |
getPreOwnershipPercentage() |
Gets the value of the preOwnershipPercentage property.
|
TINType |
getTIN() |
Gets the value of the tin property.
|
void |
setOwnershipType(OwnershipTypeEnumType value) |
Sets the value of the ownershipType property.
|
void |
setPreOwnershipPercentage(BigDecimal value) |
Sets the value of the preOwnershipPercentage property.
|
void |
setTIN(TINType value) |
Sets the value of the tin property.
|
@NotNull protected @NotNull OwnershipTypeEnumType ownershipType
@NotNull @Valid protected @NotNull @Valid TINType tin
@NotNull @DecimalMax(value="1") @DecimalMin(value="0") protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal preOwnershipPercentage
public OwnershipTypeEnumType getOwnershipType()
OwnershipTypeEnumTypepublic void setOwnershipType(OwnershipTypeEnumType value)
value - allowed object is
OwnershipTypeEnumTypepublic TINType getTIN()
TINTypepublic void setTIN(TINType value)
value - allowed object is
TINTypepublic BigDecimal getPreOwnershipPercentage()
BigDecimalpublic void setPreOwnershipPercentage(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2025. All rights reserved.