public class GLOBETax extends Object
Java class for GLOBETax complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GLOBETax">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ETR" type="{urn:oecd:ties:globe:v2}ETRType" maxOccurs="unbounded" minOccurs="0"/>
<element name="InitialIntActivity" type="{urn:oecd:ties:globe:v2}InitialIntActivityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<ETRType> |
etr |
|
protected @Valid InitialIntActivityType |
initialIntActivity |
| Constructor | Description |
|---|---|
GLOBETax() |
| Modifier and Type | Method | Description |
|---|---|---|
List<ETRType> |
getETR() |
Gets the value of the etr property.
|
InitialIntActivityType |
getInitialIntActivity() |
Gets the value of the initialIntActivity property.
|
void |
setInitialIntActivity(InitialIntActivityType value) |
Sets the value of the initialIntActivity property.
|
@Valid protected @Valid InitialIntActivityType initialIntActivity
public List<ETRType> getETR()
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 etr property.
For example, to add a new item, do as follows:
getETR().add(newItem);
Objects of the following type(s) are allowed in the list
ETRType
public InitialIntActivityType getInitialIntActivity()
InitialIntActivityTypepublic void setInitialIntActivity(InitialIntActivityType value)
value - allowed object is
InitialIntActivityTypeCopyright © 2025. All rights reserved.