Class Summary |
ConformanceProfileRule |
A MessageRule that checks conformance to message profiles. |
DefaultValidation |
A ValidationContext with a default set of rules initially defined. |
MessageRuleBinding |
A RuleBinding that applies to MessageRule s. |
NoValidation |
A ValidationContext with no validation initially defined. |
RegexPrimitiveRule |
A PrimitiveTypeRule that validates primitive values
using a regular expression. |
RuleBinding |
An association between a type of item to be validated (eg a datatype or
message) and a validation Rule . |
SizeRule |
Checks that Primitive values conform to a certain size limit. |
TrimLeadingWhitespace |
Performs no validation but removes leading whitespace in the correct() method. |
ValidationContextFactory |
Source of ValidationContext . |
ValidationContextImpl |
A default implementation of ValidationContext . |
XMLSchemaRule |
Validate hl7 version 2 messages encoded according to the HL7 XML Encoding Syntax against xml schemas provided by hl7.org |