public static class ETRComputationType.CEComputation.AdjustedFANIL.Adjustment.CrossBorderAdjustments 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}CrossBorderAdjustments_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" minOccurs="0"/>
<element name="Reductions" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected BigInteger |
additions |
|
protected @NotNull CrossBorderAdjustmentsEnumType |
basis |
|
protected @NotNull @Valid TINType |
otherTIN |
|
protected BigInteger |
reductions |
|
protected CountryCodeType |
resCountryCode |
| Constructor | Description |
|---|---|
CrossBorderAdjustments() |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAdditions() |
Gets the value of the additions property.
|
CrossBorderAdjustmentsEnumType |
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(CrossBorderAdjustmentsEnumType 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 CrossBorderAdjustmentsEnumType basis
@NotNull @Valid protected @NotNull @Valid TINType otherTIN
protected CountryCodeType resCountryCode
protected BigInteger additions
protected BigInteger reductions
public CrossBorderAdjustmentsEnumType getBasis()
CrossBorderAdjustmentsEnumTypepublic void setBasis(CrossBorderAdjustmentsEnumType value)
value - allowed object is
CrossBorderAdjustmentsEnumTypepublic 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.