public class FilingInfo extends Object
Java class for FilingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilingInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FilingCE">
<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="Name" type="{urn:oecd:ties:globestf:v5}StringMin1Max200_Type"/>
<element name="TIN" type="{urn:oecd:ties:globe:v2}TIN_Type"/>
<element name="Role" type="{urn:oecd:ties:globe:v2}FilingCERole_EnumType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AccountingInfo">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CFSofUPE" type="{urn:oecd:ties:globe:v2}FilingCECofUPE_EnumType"/>
<element name="FAS" type="{urn:oecd:ties:globestf:v5}StringMin1Max200_Type"/>
<element name="Currency" type="{urn:oecd:ties:isoglobetypes:v1}currCode_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Period">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="NameMNE" type="{urn:oecd:ties:globestf:v5}StringMin1Max200_Type"/>
<element name="AdditionalInfo" type="{urn:oecd:ties:globestf:v5}StringMin1Max4000_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
FilingInfo.AccountingInfo |
Java class for anonymous complex type.
|
static class |
FilingInfo.FilingCE |
Java class for anonymous complex type.
|
static class |
FilingInfo.Period |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected FilingInfo.AccountingInfo |
accountingInfo |
|
protected @Size(min=1,max=4000) String |
additionalInfo |
|
protected FilingInfo.FilingCE |
filingCE |
|
protected @NotNull @Size(min=1,max=200) String |
nameMNE |
|
protected FilingInfo.Period |
period |
| Constructor | Description |
|---|---|
FilingInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
FilingInfo.AccountingInfo |
getAccountingInfo() |
Gets the value of the accountingInfo property.
|
String |
getAdditionalInfo() |
Gets the value of the additionalInfo property.
|
FilingInfo.FilingCE |
getFilingCE() |
Gets the value of the filingCE property.
|
String |
getNameMNE() |
Gets the value of the nameMNE property.
|
FilingInfo.Period |
getPeriod() |
Gets the value of the period property.
|
void |
setAccountingInfo(FilingInfo.AccountingInfo value) |
Sets the value of the accountingInfo property.
|
void |
setAdditionalInfo(String value) |
Sets the value of the additionalInfo property.
|
void |
setFilingCE(FilingInfo.FilingCE value) |
Sets the value of the filingCE property.
|
void |
setNameMNE(String value) |
Sets the value of the nameMNE property.
|
void |
setPeriod(FilingInfo.Period value) |
Sets the value of the period property.
|
@NotNull @Valid protected FilingInfo.FilingCE filingCE
@NotNull @Valid protected FilingInfo.AccountingInfo accountingInfo
@NotNull @Valid protected FilingInfo.Period period
@NotNull
@Size(min=1,
max=200)
protected @NotNull @Size(min=1,max=200) String nameMNE
@Size(min=1,
max=4000)
protected @Size(min=1,max=4000) String additionalInfo
public FilingInfo.FilingCE getFilingCE()
FilingInfo.FilingCEpublic void setFilingCE(FilingInfo.FilingCE value)
value - allowed object is
FilingInfo.FilingCEpublic FilingInfo.AccountingInfo getAccountingInfo()
FilingInfo.AccountingInfopublic void setAccountingInfo(FilingInfo.AccountingInfo value)
value - allowed object is
FilingInfo.AccountingInfopublic FilingInfo.Period getPeriod()
FilingInfo.Periodpublic void setPeriod(FilingInfo.Period value)
value - allowed object is
FilingInfo.Periodpublic String getNameMNE()
Stringpublic void setNameMNE(String value)
value - allowed object is
Stringpublic String getAdditionalInfo()
StringCopyright © 2025. All rights reserved.