Interface EbXMLRetrieveDocumentSetResponse<E>
- All Superinterfaces:
EbXMLRegistryResponse<E>
- All Known Implementing Classes:
EbXMLRetrieveDocumentSetResponse30
Encapsulation of the ebXML classes for
RetrieveDocumentSetResponseType
.
This class contains convenience methods and provides a version independent abstraction of the ebXML data structure.
- Author:
- Jens Riemschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDocuments
(List<RetrievedDocument> documents) Sets the documents returned by the response.Methods inherited from interface org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLRegistryResponse
getErrors, getInternal, getStatus, setErrors, setStatus
-
Method Details
-
setDocuments
Sets the documents returned by the response.- Parameters:
documents
- the documents returned by the response.
-
getDocuments
List<RetrievedDocument> getDocuments()- Returns:
- the documents returned by the response.
-