public static class ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.MainEntityPEandFTE 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="Basis" type="{urn:oecd:ties:globe:v2}MainEntityPEandFTEBasis_EnumType"/>
<element name="OtherTIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" minOccurs="0"/>
<element name="Additions" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Reductions" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull BigInteger |
additions |
|
protected @NotNull MainEntityPEandFTEBasisEnumType |
basis |
|
protected @NotNull @Valid TINType |
otherTIN |
|
protected @NotNull BigInteger |
reductions |
|
protected CountryCodeType |
resCountryCode |
| Constructor | Description |
|---|---|
MainEntityPEandFTE() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAdditions() |
Gets the value of the additions property.
|
MainEntityPEandFTEBasisEnumType |
getBasis() |
Gets the value of the basis property.
|
TINType |
getOtherTIN() |
Gets the value of the otherTIN property.
|
BigInteger |
getReductions() |
Gets the value of the reductions property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
void |
setAdditions(BigInteger value) |
Sets the value of the additions property.
|
void |
setBasis(MainEntityPEandFTEBasisEnumType value) |
Sets the value of the basis property.
|
void |
setOtherTIN(TINType value) |
Sets the value of the otherTIN property.
|
void |
setReductions(BigInteger value) |
Sets the value of the reductions property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
@NotNull protected @NotNull MainEntityPEandFTEBasisEnumType basis
@NotNull @Valid protected @NotNull @Valid TINType otherTIN
protected CountryCodeType resCountryCode
@NotNull protected @NotNull BigInteger additions
@NotNull protected @NotNull BigInteger reductions
public MainEntityPEandFTEBasisEnumType getBasis()
MainEntityPEandFTEBasisEnumTypepublic void setBasis(MainEntityPEandFTEBasisEnumType value)
value - allowed object is
MainEntityPEandFTEBasisEnumTypepublic TINType getOtherTIN()
TINTypepublic void setOtherTIN(TINType value)
value - allowed object is
TINTypepublic CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic BigInteger getAdditions()
BigIntegerpublic void setAdditions(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getReductions()
BigIntegerpublic void setReductions(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.