public class FileErrorType extends Object
Java class for FileError_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileError_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{urn:oecd:ties:csm:v2}StringMin1Max10_Type"/>
<element name="Details" type="{urn:oecd:ties:csm:v2}ErrorDetail_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1,max=10) String |
code |
|
protected @Valid ErrorDetailType |
details |
| Constructor | Description |
|---|---|
FileErrorType() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCode() |
Gets the value of the code property.
|
ErrorDetailType |
getDetails() |
Gets the value of the details property.
|
void |
setCode(String value) |
Sets the value of the code property.
|
void |
setDetails(ErrorDetailType value) |
Sets the value of the details property.
|
@NotNull
@Size(min=1,
max=10)
protected @NotNull @Size(min=1,max=10) String code
@Valid protected @Valid ErrorDetailType details
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic ErrorDetailType getDetails()
ErrorDetailTypepublic void setDetails(ErrorDetailType value)
value - allowed object is
ErrorDetailTypeCopyright © 2025. All rights reserved.