public static class FilingInfo.FilingCE 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="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>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1,max=200) String |
name |
|
protected @NotNull CountryCodeType |
resCountryCode |
|
protected @NotNull FilingCERoleEnumType |
role |
|
protected @NotNull @Valid TINType |
tin |
| Constructor | Description |
|---|---|
FilingCE() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getName() |
Gets the value of the name property.
|
CountryCodeType |
getResCountryCode() |
Gets the value of the resCountryCode property.
|
FilingCERoleEnumType |
getRole() |
Gets the value of the role property.
|
TINType |
getTIN() |
Gets the value of the tin property.
|
void |
setName(String value) |
Sets the value of the name property.
|
void |
setResCountryCode(CountryCodeType value) |
Sets the value of the resCountryCode property.
|
void |
setRole(FilingCERoleEnumType value) |
Sets the value of the role property.
|
void |
setTIN(TINType value) |
Sets the value of the tin property.
|
@NotNull protected @NotNull CountryCodeType resCountryCode
@NotNull
@Size(min=1,
max=200)
protected @NotNull @Size(min=1,max=200) String name
@NotNull @Valid protected @NotNull @Valid TINType tin
@NotNull protected @NotNull FilingCERoleEnumType role
public CountryCodeType getResCountryCode()
CountryCodeTypepublic void setResCountryCode(CountryCodeType value)
value - allowed object is
CountryCodeTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic TINType getTIN()
TINTypepublic void setTIN(TINType value)
value - allowed object is
TINTypepublic FilingCERoleEnumType getRole()
FilingCERoleEnumTypepublic void setRole(FilingCERoleEnumType value)
value - allowed object is
FilingCERoleEnumTypeCopyright © 2025. All rights reserved.