Class XCNValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.XCNValidator
- All Implemented Interfaces:
ValueValidator
Validates a XCN string.
- Author:
- Jens Riemschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XCNValidator
public XCNValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidatorValidates the given value.- Specified by:
validatein interfaceValueValidator- Parameters:
hl7xcn- the value.- Throws:
XDSMetaDataException- if the validation failed.
-