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
-
Method Summary
-
Constructor Details
-
RecipientListValidator
public RecipientListValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueListValidator
Validates the given values.- Specified by:
validate
in interfaceValueListValidator
- Parameters:
values
- the values.- Throws:
XDSMetaDataException
- if the validation failed.
-