public static class ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome.QualifiedAncShipIncome 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"/>
<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>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull ANCShipCategoryEnumType |
category |
|
protected @NotNull BigInteger |
costs |
|
protected @NotNull BigInteger |
revenue |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
QualifiedAncShipIncome() |
| Modifier and Type | Method | Description |
|---|---|---|
ANCShipCategoryEnumType |
getCategory() |
Gets the value of the category property.
|
BigInteger |
getCosts() |
Gets the value of the costs property.
|
BigInteger |
getRevenue() |
Gets the value of the revenue property.
|
BigInteger |
getTotal() |
Gets the value of the total property.
|
void |
setCategory(ANCShipCategoryEnumType value) |
Sets the value of the category property.
|
void |
setCosts(BigInteger value) |
Sets the value of the costs property.
|
void |
setRevenue(BigInteger value) |
Sets the value of the revenue property.
|
void |
setTotal(BigInteger value) |
Sets the value of the total property.
|
@NotNull protected @NotNull BigInteger total
@NotNull protected @NotNull ANCShipCategoryEnumType category
@NotNull protected @NotNull BigInteger revenue
@NotNull protected @NotNull BigInteger costs
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic ANCShipCategoryEnumType getCategory()
ANCShipCategoryEnumTypepublic void setCategory(ANCShipCategoryEnumType value)
value - allowed object is
ANCShipCategoryEnumTypepublic BigInteger getRevenue()
BigIntegerpublic void setRevenue(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCosts()
BigIntegerpublic void setCosts(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.