public static class InitialIntActivityType.OtherJurisdiction 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="ResCountryCode" type="{urn:oecd:ties:isoglobetypes:v1}CountryCode_Type" maxOccurs="5"/>
<element name="TangibleAssetValue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1,max=5) List<CountryCodeType> |
resCountryCode |
|
protected @NotNull BigInteger |
tangibleAssetValue |
| Constructor | Description |
|---|---|
OtherJurisdiction() |
| Modifier and Type | Method | Description |
|---|---|---|
List<CountryCodeType> |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
BigInteger |
getTangibleAssetValue() |
Gets the value of the tangibleAssetValue property.
|
void |
setTangibleAssetValue(BigInteger value) |
Sets the value of the tangibleAssetValue property.
|
@NotNull
@Size(min=1,
max=5)
protected @NotNull @Size(min=1,max=5) List<CountryCodeType> resCountryCode
@NotNull protected @NotNull BigInteger tangibleAssetValue
public List<CountryCodeType> getResCountryCode()
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 resCountryCode property.
For example, to add a new item, do as follows:
getResCountryCode().add(newItem);
Objects of the following type(s) are allowed in the list
CountryCodeType
public BigInteger getTangibleAssetValue()
BigIntegerpublic void setTangibleAssetValue(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.