public static class InitialIntActivityType.ReferenceJurisdiction 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"/>
<element name="TangibleAssetValue" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull CountryCodeType |
resCountryCode |
|
protected @NotNull BigInteger |
tangibleAssetValue |
| Constructor | Description |
|---|---|
ReferenceJurisdiction() |
| Modifier and Type | Method | Description |
|---|---|---|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
BigInteger |
getTangibleAssetValue() |
Gets the value of the tangibleAssetValue property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
void |
setTangibleAssetValue(BigInteger value) |
Sets the value of the tangibleAssetValue property.
|
@NotNull protected @NotNull CountryCodeType resCountryCode
@NotNull protected @NotNull BigInteger tangibleAssetValue
public CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic BigInteger getTangibleAssetValue()
BigIntegerpublic void setTangibleAssetValue(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.