public static class FilingInfo.AccountingInfo 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="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>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull FilingCECofUPEEnumType |
cfSofUPE |
|
protected @NotNull CurrCodeType |
currency |
|
protected @NotNull @Size(min=1,max=200) String |
fas |
| Constructor | Description |
|---|---|
AccountingInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
FilingCECofUPEEnumType |
getCFSofUPE() |
Gets the value of the cfSofUPE property.
|
CurrCodeType |
getCurrency() |
Gets the value of the currency property.
|
String |
getFAS() |
Gets the value of the fas property.
|
void |
setCFSofUPE(FilingCECofUPEEnumType value) |
Sets the value of the cfSofUPE property.
|
void |
setCurrency(CurrCodeType value) |
Sets the value of the currency property.
|
void |
setFAS(String value) |
Sets the value of the fas property.
|
@NotNull protected @NotNull FilingCECofUPEEnumType cfSofUPE
@NotNull
@Size(min=1,
max=200)
protected @NotNull @Size(min=1,max=200) String fas
@NotNull protected @NotNull CurrCodeType currency
public FilingCECofUPEEnumType getCFSofUPE()
FilingCECofUPEEnumTypepublic void setCFSofUPE(FilingCECofUPEEnumType value)
value - allowed object is
FilingCECofUPEEnumTypepublic String getFAS()
Stringpublic void setFAS(String value)
value - allowed object is
Stringpublic CurrCodeType getCurrency()
CurrCodeTypepublic void setCurrency(CurrCodeType value)
value - allowed object is
CurrCodeTypeCopyright © 2025. All rights reserved.