Interface ValueContextForInputValidation

  • All Superinterfaces:
    ValueContext, ValueContextForValidation

    public interface ValueContextForInputValidation
    extends ValueContextForValidation
    This container interface enhances the validation interface with the possibility to set values that will be automatically validated against the underlying data model.
    • Method Detail

      • setNewValue

        void setNewValue​(Object aValue)
        Assigns the specified value to the current node.

        The container will validate it against the data model type and constraints.

        Access and mapping rules

        The access and mapping rules between XML Schema and Java are described in the chapter Mapping to Java.