public class InitialIntActivityType extends Object
Java class for InitialIntActivityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InitialIntActivityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="ReferenceJurisdiction">
<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>
</element>
<element name="OtherJurisdiction" maxOccurs="unbounded">
<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>
</element>
<element name="RFYNumberOfJurisdictions" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="RFYSumTangibleAssetValue" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
InitialIntActivityType.OtherJurisdiction |
Java class for anonymous complex type.
|
static class |
InitialIntActivityType.ReferenceJurisdiction |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1) @Valid List<InitialIntActivityType.OtherJurisdiction> |
otherJurisdiction |
|
protected InitialIntActivityType.ReferenceJurisdiction |
referenceJurisdiction |
|
protected BigInteger |
rfyNumberOfJurisdictions |
|
protected BigInteger |
rfySumTangibleAssetValue |
|
protected @NotNull XMLGregorianCalendar |
startDate |
| Constructor | Description |
|---|---|
InitialIntActivityType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<InitialIntActivityType.OtherJurisdiction> |
getOtherJurisdiction() |
Gets the value of the otherJurisdiction property.
|
InitialIntActivityType.ReferenceJurisdiction |
getReferenceJurisdiction() |
Gets the value of the referenceJurisdiction property.
|
BigInteger |
getRFYNumberOfJurisdictions() |
Gets the value of the rfyNumberOfJurisdictions property.
|
BigInteger |
getRFYSumTangibleAssetValue() |
Gets the value of the rfySumTangibleAssetValue property.
|
XMLGregorianCalendar |
getStartDate() |
Gets the value of the startDate property.
|
void |
setReferenceJurisdiction(InitialIntActivityType.ReferenceJurisdiction value) |
Sets the value of the referenceJurisdiction property.
|
void |
setRFYNumberOfJurisdictions(BigInteger value) |
Sets the value of the rfyNumberOfJurisdictions property.
|
void |
setRFYSumTangibleAssetValue(BigInteger value) |
Sets the value of the rfySumTangibleAssetValue property.
|
void |
setStartDate(XMLGregorianCalendar value) |
Sets the value of the startDate property.
|
@NotNull protected @NotNull XMLGregorianCalendar startDate
@NotNull @Valid protected InitialIntActivityType.ReferenceJurisdiction referenceJurisdiction
@NotNull @Size(min=1) @Valid protected @NotNull @Size(min=1) @Valid List<InitialIntActivityType.OtherJurisdiction> otherJurisdiction
protected BigInteger rfyNumberOfJurisdictions
protected BigInteger rfySumTangibleAssetValue
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic InitialIntActivityType.ReferenceJurisdiction getReferenceJurisdiction()
InitialIntActivityType.ReferenceJurisdictionpublic void setReferenceJurisdiction(InitialIntActivityType.ReferenceJurisdiction value)
value - allowed object is
InitialIntActivityType.ReferenceJurisdictionpublic List<InitialIntActivityType.OtherJurisdiction> getOtherJurisdiction()
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 otherJurisdiction property.
For example, to add a new item, do as follows:
getOtherJurisdiction().add(newItem);
Objects of the following type(s) are allowed in the list
InitialIntActivityType.OtherJurisdiction
public BigInteger getRFYNumberOfJurisdictions()
BigIntegerpublic void setRFYNumberOfJurisdictions(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getRFYSumTangibleAssetValue()
BigIntegerpublic void setRFYSumTangibleAssetValue(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.