public class ValidationErrorsType extends Object
Java class for ValidationErrors_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationErrors_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FileError" type="{urn:oecd:ties:csm:v2}FileError_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="RecordError" type="{urn:oecd:ties:csm:v2}RecordError_Type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @Valid List<FileErrorType> |
fileError |
|
protected @Valid List<RecordErrorType> |
recordError |
| Constructor | Description |
|---|---|
ValidationErrorsType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<FileErrorType> |
getFileError() |
Gets the value of the fileError property.
|
List<RecordErrorType> |
getRecordError() |
Gets the value of the recordError property.
|
@Valid protected @Valid List<FileErrorType> fileError
@Valid protected @Valid List<RecordErrorType> recordError
public List<FileErrorType> getFileError()
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 fileError property.
For example, to add a new item, do as follows:
getFileError().add(newItem);
Objects of the following type(s) are allowed in the list
FileErrorType
public List<RecordErrorType> getRecordError()
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 recordError property.
For example, to add a new item, do as follows:
getRecordError().add(newItem);
Objects of the following type(s) are allowed in the list
RecordErrorType
Copyright © 2025. All rights reserved.