public static class ETRComputationType.CEComputation.Elections.Art76 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="ActualDeemedDist" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="LocalCreditableTaxGross" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="ShareOfUndistNetGlobeInc" type="{urn:oecd:ties:globe:v2}percentage"/>
<element name="InvestmentEntityTIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
actualDeemedDist |
|
protected @NotNull XMLGregorianCalendar |
electionYear |
|
protected @NotNull @Valid TINType |
investmentEntityTIN |
|
protected @NotNull BigInteger |
localCreditableTaxGross |
|
protected XMLGregorianCalendar |
revocationYear |
|
protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal |
shareOfUndistNetGlobeInc |
|
protected @NotNull boolean |
status |
| Constructor | Description |
|---|---|
Art76() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getActualDeemedDist() |
Gets the value of the actualDeemedDist property.
|
XMLGregorianCalendar |
getElectionYear() |
Gets the value of the electionYear property.
|
TINType |
getInvestmentEntityTIN() |
Gets the value of the investmentEntityTIN property.
|
BigInteger |
getLocalCreditableTaxGross() |
Gets the value of the localCreditableTaxGross property.
|
XMLGregorianCalendar |
getRevocationYear() |
Gets the value of the revocationYear property.
|
BigDecimal |
getShareOfUndistNetGlobeInc() |
Gets the value of the shareOfUndistNetGlobeInc property.
|
boolean |
isStatus() |
Gets the value of the status property.
|
void |
setActualDeemedDist(BigInteger value) |
Sets the value of the actualDeemedDist property.
|
void |
setElectionYear(XMLGregorianCalendar value) |
Sets the value of the electionYear property.
|
void |
setInvestmentEntityTIN(TINType value) |
Sets the value of the investmentEntityTIN property.
|
void |
setLocalCreditableTaxGross(BigInteger value) |
Sets the value of the localCreditableTaxGross property.
|
void |
setRevocationYear(XMLGregorianCalendar value) |
Sets the value of the revocationYear property.
|
void |
setShareOfUndistNetGlobeInc(BigDecimal value) |
Sets the value of the shareOfUndistNetGlobeInc 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 BigInteger actualDeemedDist
@NotNull protected @NotNull BigInteger localCreditableTaxGross
@NotNull @DecimalMax(value="1") @DecimalMin(value="0") protected @NotNull @DecimalMax(value="1") @DecimalMin(value="0") BigDecimal shareOfUndistNetGlobeInc
@NotNull @Valid protected @NotNull @Valid TINType investmentEntityTIN
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 BigInteger getActualDeemedDist()
BigIntegerpublic void setActualDeemedDist(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getLocalCreditableTaxGross()
BigIntegerpublic void setLocalCreditableTaxGross(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getShareOfUndistNetGlobeInc()
BigDecimalpublic void setShareOfUndistNetGlobeInc(BigDecimal value)
value - allowed object is
BigDecimalpublic TINType getInvestmentEntityTIN()
TINTypeCopyright © 2025. All rights reserved.