public static class ETRType.ETRStatus.ETRException.UTPRSafeHarbour 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="CITRate" type="{urn:oecd:ties:globe:v2}percentage"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
citRate |
| Constructor | Description |
|---|---|
UTPRSafeHarbour() |
| Modifier and Type | Method | Description |
|---|---|---|
BigDecimal |
getCITRate() |
Gets the value of the citRate property.
|
void |
setCITRate(BigDecimal value) |
Sets the value of the citRate property.
|
@NotNull @DecimalMax(value="1") @DecimalMin(value="0") protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal citRate
public BigDecimal getCITRate()
BigDecimalpublic void setCITRate(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2025. All rights reserved.