public static class ETRComputationType.CEComputation.NetGlobeIncome.IntShippingIncome.InternationalShipIncome 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}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>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1) List<IntShipCategoryEnumType> |
category |
|
protected @NotNull BigInteger |
costs |
|
protected @NotNull BigInteger |
revenue |
|
protected @NotNull BigInteger |
total |
| Constructor | Description |
|---|---|
InternationalShipIncome() |
| Modifier and Type | Method | Description |
|---|---|---|
List<IntShipCategoryEnumType> |
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 |
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 @Size(min=1) protected @NotNull @Size(min=1) List<IntShipCategoryEnumType> category
@NotNull protected @NotNull BigInteger revenue
@NotNull protected @NotNull BigInteger costs
public BigInteger getTotal()
BigIntegerpublic void setTotal(BigInteger value)
value - allowed object is
BigIntegerpublic List<IntShipCategoryEnumType> getCategory()
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 category property.
For example, to add a new item, do as follows:
getCategory().add(newItem);
Objects of the following type(s) are allowed in the list
IntShipCategoryEnumType
public 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.