public static class ETRComputationType.OverallComputation.QDMTT 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="FAS" type="{urn:oecd:ties:globestf:v5}StringMin1Max200_Type"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="MinRate" type="{urn:oecd:ties:globe:v2}percentage" minOccurs="0"/>
<element name="BasisforBlending" type="{urn:oecd:ties:globestf:v5}StringMin1Max4000_Type" minOccurs="0"/>
<element name="SBIEAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DeMinAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Currency" type="{urn:oecd:ties:isoglobetypes:v1}currCode_Type"/>
<element name="CurrencyElection" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<sequence>
<element name="ElectionYear" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="RevocationYear" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Currency" type="{urn:oecd:ties:globe:v2}Currency_EnumType"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.OverallComputation.QDMTT.CurrencyElection |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
amount |
|
protected @Size(min=1,max=4000) String |
basisforBlending |
|
protected @NotNull CurrCodeType |
currency |
|
protected ETRComputationType.OverallComputation.QDMTT.CurrencyElection |
currencyElection |
|
protected @NotNull boolean |
deMinAvailable |
|
protected @NotNull @Size(min=1,max=200) String |
fas |
|
protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
minRate |
|
protected @NotNull boolean |
sbieAvailable |
| Constructor | Description |
|---|---|
QDMTT() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
Gets the value of the amount property.
|
String |
getBasisforBlending() |
Gets the value of the basisforBlending property.
|
CurrCodeType |
getCurrency() |
Gets the value of the currency property.
|
ETRComputationType.OverallComputation.QDMTT.CurrencyElection |
getCurrencyElection() |
Gets the value of the currencyElection property.
|
String |
getFAS() |
Gets the value of the fas property.
|
BigDecimal |
getMinRate() |
Gets the value of the minRate property.
|
boolean |
isDeMinAvailable() |
Gets the value of the deMinAvailable property.
|
boolean |
isSBIEAvailable() |
Gets the value of the sbieAvailable property.
|
void |
setAmount(BigInteger value) |
Sets the value of the amount property.
|
void |
setBasisforBlending(String value) |
Sets the value of the basisforBlending property.
|
void |
setCurrency(CurrCodeType value) |
Sets the value of the currency property.
|
void |
setCurrencyElection(ETRComputationType.OverallComputation.QDMTT.CurrencyElection value) |
Sets the value of the currencyElection property.
|
void |
setDeMinAvailable(boolean value) |
Sets the value of the deMinAvailable property.
|
void |
setFAS(String value) |
Sets the value of the fas property.
|
void |
setMinRate(BigDecimal value) |
Sets the value of the minRate property.
|
void |
setSBIEAvailable(boolean value) |
Sets the value of the sbieAvailable property.
|
@NotNull
@Size(min=1,
max=200)
protected @NotNull @Size(min=1,max=200) String fas
@NotNull protected @NotNull BigInteger amount
@DecimalMax(value="1") @DecimalMin(value="0") protected @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal minRate
@Size(min=1,
max=4000)
protected @Size(min=1,max=4000) String basisforBlending
@NotNull protected @NotNull boolean sbieAvailable
@NotNull protected @NotNull boolean deMinAvailable
@NotNull protected @NotNull CurrCodeType currency
@Valid protected ETRComputationType.OverallComputation.QDMTT.CurrencyElection currencyElection
public String getFAS()
Stringpublic void setFAS(String value)
value - allowed object is
Stringpublic BigInteger getAmount()
BigIntegerpublic void setAmount(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getMinRate()
BigDecimalpublic void setMinRate(BigDecimal value)
value - allowed object is
BigDecimalpublic String getBasisforBlending()
Stringpublic void setBasisforBlending(String value)
value - allowed object is
Stringpublic boolean isSBIEAvailable()
public void setSBIEAvailable(boolean value)
public boolean isDeMinAvailable()
public void setDeMinAvailable(boolean value)
public CurrCodeType getCurrency()
CurrCodeTypepublic void setCurrency(CurrCodeType value)
value - allowed object is
CurrCodeTypepublic ETRComputationType.OverallComputation.QDMTT.CurrencyElection getCurrencyElection()
ETRComputationType.OverallComputation.QDMTT.CurrencyElectionpublic void setCurrencyElection(ETRComputationType.OverallComputation.QDMTT.CurrencyElection value)
value - allowed object is
ETRComputationType.OverallComputation.QDMTT.CurrencyElectionCopyright © 2025. All rights reserved.