Class EbXMLRetrieveDocumentSetResponse30
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLRetrieveDocumentSetResponse30
- All Implemented Interfaces:
EbXMLRegistryResponse<RetrieveDocumentSetResponseType>
,EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType>
public class EbXMLRetrieveDocumentSetResponse30
extends Object
implements EbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType>
The ebXML 3.0 version of the
EbXMLRetrieveDocumentSetResponse
.- Author:
- Jens Riemschneider
-
Constructor Summary
ConstructorDescriptionConstructs a response by wrapping the given ebXML 3.0 object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDocuments
(List<RetrievedDocument> documents) Sets the documents returned by the response.void
setErrors
(List<EbXMLRegistryError> errors) void
-
Constructor Details
-
EbXMLRetrieveDocumentSetResponse30
Constructs a response by wrapping the given ebXML 3.0 object.- Parameters:
response
- the object to wrap.
-
-
Method Details
-
getInternal
- Specified by:
getInternal
in interfaceEbXMLRegistryResponse<RetrieveDocumentSetResponseType>
- Returns:
- the ebXML object being wrapped by this class.
-
getDocuments
- Specified by:
getDocuments
in interfaceEbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType>
- Returns:
- the documents returned by the response.
-
setDocuments
Description copied from interface:EbXMLRetrieveDocumentSetResponse
Sets the documents returned by the response.- Specified by:
setDocuments
in interfaceEbXMLRetrieveDocumentSetResponse<RetrieveDocumentSetResponseType>
- Parameters:
documents
- the documents returned by the response.
-
setStatus
- Specified by:
setStatus
in interfaceEbXMLRegistryResponse<RetrieveDocumentSetResponseType>
- Parameters:
status
- the status result.
-
getStatus
- Specified by:
getStatus
in interfaceEbXMLRegistryResponse<RetrieveDocumentSetResponseType>
- Returns:
- the status result.
-
getErrors
- Specified by:
getErrors
in interfaceEbXMLRegistryResponse<RetrieveDocumentSetResponseType>
- Returns:
- the error list.
-
setErrors
- Specified by:
setErrors
in interfaceEbXMLRegistryResponse<RetrieveDocumentSetResponseType>
- Parameters:
errors
- the error list.
-