public static class ETRComputationType.CEComputation.Elections.Art456 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 minOccurs="0">
<element name="ElectionYear" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="RevocationYear" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected XMLGregorianCalendar |
electionYear |
|
protected XMLGregorianCalendar |
revocationYear |
|
protected @NotNull boolean |
status |
| Constructor | Description |
|---|---|
Art456() |
| Modifier and Type | Method | Description |
|---|---|---|
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 |
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
protected XMLGregorianCalendar electionYear
protected XMLGregorianCalendar revocationYear
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
XMLGregorianCalendarCopyright © 2025. All rights reserved.