public class RecordErrorType extends Object
Java class for RecordError_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecordError_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"/>
<element name="DocRefIDInError" type="{urn:oecd:ties:csm:v2}StringMin1Max200_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="FieldsInError" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldPath" type="{urn:oecd:ties:csm:v2}StringMin1Max400_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RecordErrorType.FieldsInError |
Java class for anonymous complex type.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1,max=10) String |
code |
|
protected @Valid ErrorDetailType |
details |
|
protected List<String> |
docRefIDInError |
|
protected @Valid List<RecordErrorType.FieldsInError> |
fieldsInError |
| Constructor | Description |
|---|---|
RecordErrorType() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCode() |
Gets the value of the code property.
|
ErrorDetailType |
getDetails() |
Gets the value of the details property.
|
List<String> |
getDocRefIDInError() |
Gets the value of the docRefIDInError property.
|
List<RecordErrorType.FieldsInError> |
getFieldsInError() |
Gets the value of the fieldsInError 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
@Valid protected @Valid List<RecordErrorType.FieldsInError> fieldsInError
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic ErrorDetailType getDetails()
ErrorDetailTypepublic void setDetails(ErrorDetailType value)
value - allowed object is
ErrorDetailTypepublic List<String> getDocRefIDInError()
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 docRefIDInError property.
For example, to add a new item, do as follows:
getDocRefIDInError().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<RecordErrorType.FieldsInError> getFieldsInError()
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 fieldsInError property.
For example, to add a new item, do as follows:
getFieldsInError().add(newItem);
Objects of the following type(s) are allowed in the list
RecordErrorType.FieldsInError
Copyright © 2025. All rights reserved.