Class EbXMLNonconstructiveDocumentSetRequest30<E extends RetrieveDocumentSetRequestType>
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30.EbXMLNonconstructiveDocumentSetRequest30<E>
- All Implemented Interfaces:
EbXMLNonconstructiveDocumentSetRequest<E>
public class EbXMLNonconstructiveDocumentSetRequest30<E extends RetrieveDocumentSetRequestType>
extends Object
implements EbXMLNonconstructiveDocumentSetRequest<E>
The ebXML 3.0 version of the
EbXMLNonconstructiveDocumentSetRequest
.- Author:
- Jens Riemschneider
-
Constructor Summary
ConstructorDescriptionConstructs a request by wrapping the given ebXML 3.0 object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDocuments
(List<DocumentReference> documents) Sets the documents of the request.
-
Constructor Details
-
EbXMLNonconstructiveDocumentSetRequest30
Constructs a request by wrapping the given ebXML 3.0 object.- Parameters:
request
- the object to wrap.
-
-
Method Details
-
getInternal
- Specified by:
getInternal
in interfaceEbXMLNonconstructiveDocumentSetRequest<E extends RetrieveDocumentSetRequestType>
- Returns:
- the ebXML object being wrapped by this class.
-
getDocuments
- Specified by:
getDocuments
in interfaceEbXMLNonconstructiveDocumentSetRequest<E extends RetrieveDocumentSetRequestType>
- Returns:
- the documents of the request.
-
setDocuments
Description copied from interface:EbXMLNonconstructiveDocumentSetRequest
Sets the documents of the request.- Specified by:
setDocuments
in interfaceEbXMLNonconstructiveDocumentSetRequest<E extends RetrieveDocumentSetRequestType>
- Parameters:
documents
- the documents.
-