Class RecipientListValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.RecipientListValidator
- All Implemented Interfaces:
ValueListValidator
Validates a list of recipients containing organizations and/or persons
and/or telecommunication addresses.
- Author:
- Jens Riemschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RecipientListValidator
public RecipientListValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueListValidatorValidates the given values.- Specified by:
validatein interfaceValueListValidator- Parameters:
values- the values.- Throws:
XDSMetaDataException- if the validation failed.
-