public class ValidationResultType extends Object
Java class for ValidationResult_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationResult_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{urn:oecd:ties:csm:v2}FileAcceptanceStatus_EnumType"/>
<element name="ValidatedBy" type="{urn:oecd:ties:csm:v2}StringMin1Max400_Type" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected @NotNull FileAcceptanceStatusEnumType |
status |
|
protected @NotNull @Size(min=1) List<String> |
validatedBy |
| Constructor | Description |
|---|---|
ValidationResultType() |
| Modifier and Type | Method | Description |
|---|---|---|
FileAcceptanceStatusEnumType |
getStatus() |
Gets the value of the status property.
|
List<String> |
getValidatedBy() |
Gets the value of the validatedBy property.
|
void |
setStatus(FileAcceptanceStatusEnumType value) |
Sets the value of the status property.
|
@NotNull protected @NotNull FileAcceptanceStatusEnumType status
public FileAcceptanceStatusEnumType getStatus()
FileAcceptanceStatusEnumTypepublic void setStatus(FileAcceptanceStatusEnumType value)
value - allowed object is
FileAcceptanceStatusEnumTypepublic List<String> getValidatedBy()
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 validatedBy property.
For example, to add a new item, do as follows:
getValidatedBy().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2025. All rights reserved.