Class ValidationResultType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.ValidationResultType
Java-Klasse für ValidationResult_Type complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ValidationResult_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValidationResult" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}ValidationResultType_Type"/>
<element name="ValidationErrors" type="{urn:ec.europa.eu:taxud:fiscalis:cesop:v1}ValidationError_Type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ValidationErrorType>protected ValidationResultTypeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the validationErrors property.Ruft den Wert der validationResult-Eigenschaft ab.voidLegt den Wert der validationResult-Eigenschaft fest.
-
Field Details
-
validationResult
-
validationErrors
-
-
Constructor Details
-
ValidationResultType
public ValidationResultType()
-
-
Method Details
-
getValidationResult
Ruft den Wert der validationResult-Eigenschaft ab.- Returns:
- possible object is
ValidationResultTypeType
-
setValidationResult
Legt den Wert der validationResult-Eigenschaft fest.- Parameters:
value- allowed object isValidationResultTypeType
-
getValidationErrors
Gets the value of the validationErrors property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the validationErrors property.For example, to add a new item, do as follows:
getValidationErrors().add(newItem);Objects of the following type(s) are allowed in the list
ValidationErrorType
-