public class AdditionalDataPointType extends Object
Java class for AdditionalDataPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalDataPointType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{urn:oecd:ties:globestf:v5}StringMin1Max170_Type" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Percentage" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
<element name="Text" type="{urn:oecd:ties:globestf:v5}StringMin1Max4000_Type" minOccurs="0"/>
<element name="Boolean" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected Boolean |
_boolean |
|
protected BigInteger |
amount |
|
protected @Size(min=1,max=170) String |
description |
|
protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
percentage |
|
protected @Size(min=1,max=4000) String |
text |
| Constructor | Description |
|---|---|
AdditionalDataPointType() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
Gets the value of the amount property.
|
Boolean |
getBoolean() |
Gets the value of the boolean property.
|
String |
getDescription() |
Gets the value of the description property.
|
BigDecimal |
getPercentage() |
Gets the value of the percentage property.
|
String |
getText() |
Gets the value of the text property.
|
void |
setAmount(BigInteger value) |
Sets the value of the amount property.
|
void |
setBoolean(Boolean value) |
Sets the value of the boolean property.
|
void |
setDescription(String value) |
Sets the value of the description property.
|
void |
setPercentage(BigDecimal value) |
Sets the value of the percentage property.
|
void |
setText(String value) |
Sets the value of the text property.
|
@Size(min=1,
max=170)
protected @Size(min=1,max=170) String description
protected BigInteger amount
@DecimalMax(value="1") @DecimalMin(value="0") protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal percentage
@Size(min=1,
max=4000)
protected @Size(min=1,max=4000) String text
protected Boolean _boolean
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic BigInteger getAmount()
BigIntegerpublic void setAmount(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getPercentage()
BigDecimalpublic void setPercentage(BigDecimal value)
value - allowed object is
BigDecimalpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic Boolean getBoolean()
BooleanCopyright © 2025. All rights reserved.