Package de.aeb.xnsg.documentcore.bf
Class DocumentValidationInfoDTO
java.lang.Object
de.aeb.xnsg.documentcore.bf.DocumentValidationInfoDTO
Structured information on a template validation problem
-
Field Summary
FieldsModifier and TypeFieldDescriptionFull path to the validated elementCorrection hint for the template editor/designerFlag for critical errors that lead to strongly wrong or unusable conversion resultsValidation category name (warning type)Textual description of the validation problem -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
Validation category name (warning type) -
isCritical
Flag for critical errors that lead to strongly wrong or unusable conversion results -
warning
Textual description of the validation problem -
element
Full path to the validated element -
hint
Correction hint for the template editor/designer
-
-
Constructor Details
-
DocumentValidationInfoDTO
public DocumentValidationInfoDTO()
-
-
Method Details