Class RetrieveImagingDocumentSetRequestValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.requests.RetrieveImagingDocumentSetRequestValidator
- All Implemented Interfaces:
Validator<EbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>,
ValidationProfile>
public class RetrieveImagingDocumentSetRequestValidator
extends Object
implements Validator<EbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>,ValidationProfile>
Validates a
EbXMLRetrieveImagingDocumentSetRequest
.- Author:
- Clay Sebourn
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(EbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType> request, ValidationProfile profile)
-
Method Details
-
validate
public void validate(EbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType> request, ValidationProfile profile) - Specified by:
validate
in interfaceValidator<EbXMLRetrieveImagingDocumentSetRequest<RetrieveImagingDocumentSetRequestType>,
ValidationProfile> - Parameters:
request
- message to be validatedprofile
- profile to be validated against
-
getInstance
-