public static class ETRComputationType.OverallComputation.NetGlobeIncome.Adjustments 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="Amount" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="AdjustmentItem" type="{urn:oecd:ties:globe:v2}AdjustmentItem_EnumType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull AdjustmentItemEnumType |
adjustmentItem |
|
protected @NotNull BigInteger |
amount |
| Constructor | Description |
|---|---|
Adjustments() |
| Modifier and Type | Method | Description |
|---|---|---|
AdjustmentItemEnumType |
getAdjustmentItem() |
Gets the value of the adjustmentItem property.
|
BigInteger |
getAmount() |
Gets the value of the amount property.
|
void |
setAdjustmentItem(AdjustmentItemEnumType value) |
Sets the value of the adjustmentItem property.
|
void |
setAmount(BigInteger value) |
Sets the value of the amount property.
|
@NotNull protected @NotNull BigInteger amount
@NotNull protected @NotNull AdjustmentItemEnumType adjustmentItem
public BigInteger getAmount()
BigIntegerpublic void setAmount(BigInteger value)
value - allowed object is
BigIntegerpublic AdjustmentItemEnumType getAdjustmentItem()
AdjustmentItemEnumTypepublic void setAdjustmentItem(AdjustmentItemEnumType value)
value - allowed object is
AdjustmentItemEnumTypeCopyright © 2025. All rights reserved.