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
-
Method Summary
-
Constructor Details
-
XCNValidator
public XCNValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidator
Validates the given value.- Specified by:
validate
in interfaceValueValidator
- Parameters:
hl7xcn
- the value.- Throws:
XDSMetaDataException
- if the validation failed.
-