public static class ETRComputationType.OverallComputation.QDMTT.CurrencyElection 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="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>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull CurrencyEnumType |
currency |
|
protected @NotNull XMLGregorianCalendar |
electionYear |
|
protected XMLGregorianCalendar |
revocationYear |
|
protected @NotNull boolean |
status |
| Constructor | Description |
|---|---|
CurrencyElection() |
| Modifier and Type | Method | Description |
|---|---|---|
CurrencyEnumType |
getCurrency() |
Gets the value of the currency property.
|
XMLGregorianCalendar |
getElectionYear() |
Gets the value of the electionYear property.
|
XMLGregorianCalendar |
getRevocationYear() |
Gets the value of the revocationYear property.
|
boolean |
isStatus() |
Gets the value of the status property.
|
void |
setCurrency(CurrencyEnumType value) |
Sets the value of the currency property.
|
void |
setElectionYear(XMLGregorianCalendar value) |
Sets the value of the electionYear property.
|
void |
setRevocationYear(XMLGregorianCalendar value) |
Sets the value of the revocationYear property.
|
void |
setStatus(boolean value) |
Sets the value of the status property.
|
@NotNull protected @NotNull boolean status
@NotNull protected @NotNull XMLGregorianCalendar electionYear
protected XMLGregorianCalendar revocationYear
@NotNull protected @NotNull CurrencyEnumType currency
public boolean isStatus()
public void setStatus(boolean value)
public XMLGregorianCalendar getElectionYear()
XMLGregorianCalendarpublic void setElectionYear(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getRevocationYear()
XMLGregorianCalendarpublic void setRevocationYear(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic CurrencyEnumType getCurrency()
CurrencyEnumTypepublic void setCurrency(CurrencyEnumType value)
value - allowed object is
CurrencyEnumTypeCopyright © 2025. All rights reserved.