public static class ETRComputationType.CEComputation.NetGlobeIncome 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="Total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Adjustments" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
<element name="IntShippingIncome" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InternationalShipIncome">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<sequence>
<element name="Category" type="{urn:oecd:ties:globe:v2}IntShipCategory_EnumType" maxOccurs="unbounded"/>
<element name="Revenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Costs" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="QualifiedAncShipIncome">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Total" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<sequence>
<element name="Category" type="{urn:oecd:ties:globe:v2}ANCShipCategory_EnumType"/>
<element name="Revenue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Costs" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SubstanceExclusion">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PayrollCosts" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="TangibleAssets" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="CoveredTaxes" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ETRComputationType.CEComputation.NetGlobeIncome.Adjustments |
Java class for anonymous complex type.
|
static class |
ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<ETRComputationType.CEComputation.NetGlobeIncome.Adjustments> |
adjustments |
|
protected ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome |
intShippingIncome |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
NetGlobeIncome() |
| Modifier and Type | Method | Description |
|---|---|---|
List<ETRComputationType.CEComputation.NetGlobeIncome.Adjustments> |
getAdjustments() |
Gets the value of the adjustments property.
|
ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome |
getIntShippingIncome() |
Gets the value of the intShippingIncome property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setIntShippingIncome(ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome value) |
Sets the value of the intShippingIncome property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@Valid protected @Valid List<ETRComputationType.CEComputation.NetGlobeIncome.Adjustments> adjustments
@Valid protected ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome intShippingIncome
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic List<ETRComputationType.CEComputation.NetGlobeIncome.Adjustments> getAdjustments()
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 adjustments property.
For example, to add a new item, do as follows:
getAdjustments().add(newItem);
Objects of the following type(s) are allowed in the list
ETRComputationType.CEComputation.NetGlobeIncome.Adjustments
public ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome getIntShippingIncome()
ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncomepublic void setIntShippingIncome(ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome value)
value - allowed object is
ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncomeCopyright © 2025. All rights reserved.