
org.jvnet.jaxbvalidation.problem.structure.messages_en.properties Maven / Gradle / Ivy
org.jvnet.jaxbvalidation.problem.structure.EmptyFieldProblem = \
The field is empty.
org.jvnet.jaxbvalidation.problem.structure.NonExpectedClassProblem = \
The class {0} is not expected as the value of the field.
org.jvnet.jaxbvalidation.problem.structure.TooFewElementsProblem = \
The collection has too few elements (it has {0,number,integer} elements, the allowed minimum is {1,number,integer}).
org.jvnet.jaxbvalidation.problem.structure.TooManyElementsProblem = \
The collection has too many elements (it has {0,number,integer} elements, the allowed maximum is {1,number,integer}).
org.jvnet.jaxbvalidation.problem.structure.WrongClassProblem = \
Wrong class of the value (the class is {0}, the expected class is {1}).
org.jvnet.jaxbvalidation.problem.structure.NestedProblem = \
Child components or fields are not valid.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy