public static class ETRComputationType.CEComputation.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" maxOccurs="2"/>
<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 @Size(min=1,max=2) List<BigInteger> |
amount |
| Constructor | Description |
|---|---|
Adjustments() |
| Modifier and Type | Method | Description |
|---|---|---|
AdjustmentItemEnumType |
getAdjustmentItem() |
Gets the value of the adjustmentItem property.
|
List<BigInteger> |
getAmount() |
Gets the value of the amount property.
|
void |
setAdjustmentItem(AdjustmentItemEnumType value) |
Sets the value of the adjustmentItem property.
|
@NotNull
@Size(min=1,
max=2)
protected @NotNull @Size(min=1,max=2) List<BigInteger> amount
@NotNull protected @NotNull AdjustmentItemEnumType adjustmentItem
public List<BigInteger> getAmount()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the amount property.
For example, to add a new item, do as follows:
getAmount().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public AdjustmentItemEnumType getAdjustmentItem()
AdjustmentItemEnumTypepublic void setAdjustmentItem(AdjustmentItemEnumType value)
value - allowed object is
AdjustmentItemEnumTypeCopyright © 2025. All rights reserved.