public static class RecordErrorType.FieldsInError 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="FieldPath" type="{urn:oecd:ties:csm:v2}StringMin1Max400_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull @Size(min=1,max=400) String |
fieldPath |
| Constructor | Description |
|---|---|
FieldsInError() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getFieldPath() |
Gets the value of the fieldPath property.
|
void |
setFieldPath(String value) |
Sets the value of the fieldPath property.
|
@NotNull
@Size(min=1,
max=400)
protected @NotNull @Size(min=1,max=400) String fieldPath
Copyright © 2025. All rights reserved.