java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.query.ChoiceValidation
All Implemented Interfaces:
QueryParameterValidation

public class ChoiceValidation extends Object implements QueryParameterValidation
Query parameter validation to ensure that only one of the given parameters is specified. Also has the "either ... or ... " check to avoid the case that all parameters haven't a value set if it's not marked as optional.
Author:
Jens Riemschneider