|
Class Summary |
| DataConverter |
The DataConverter class provides utility
methods to convert XML Schema data types to Java
types and Java data types to XML Schema types. |
| NumericConstraint |
The Constraint class represents a single data constraint,
including the data type, allowed values, and required ranges. |
| RequiredConstraint |
The Constraint class represents a single data constraint,
including the data type, allowed values, and required ranges. |
| RequiredIfConstraint |
RequiredIf constraint checks the value of an associated field in the object
to check to see if it is a specific value. |
| SchemaParser |
The SchemaParser class parses an XML Schema and creates
Constraint objects from it. |
| StringConstraint |
The Constraint class represents a single data constraint,
including the data type, allowed values, and required ranges. |
| ValidationMessage |
ValidationMessage |
| Validator |
The Validator class allows an application component or client
to provide data, and determine if the data is valid for the requested type. |
| ValidatorError |
The ValidatorError class represents an error while
validating an object. |
| ValidatorResult |
The ValidatorResult class is a container intended to be used
by validation methods that return both errors and warnings. |
| ValidatorService |
The ValidatorService class provides ability
to take an object and the Validator associated with it and
validate all the fields in the object and return the list
of errors in the Object's state |
| ValidatorWarning |
The ValidatorWarning class represents an warning while
validating an object. |