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
ConstructorsConstructorDescriptionConstructs a request by wrapping the given ebXML 3.0 object. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDocuments(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:
getInternalin interfaceEbXMLNonconstructiveDocumentSetRequest<E extends RetrieveDocumentSetRequestType>- Returns:
- the ebXML object being wrapped by this class.
-
getDocuments
- Specified by:
getDocumentsin interfaceEbXMLNonconstructiveDocumentSetRequest<E extends RetrieveDocumentSetRequestType>- Returns:
- the documents of the request.
-
setDocuments
Description copied from interface:EbXMLNonconstructiveDocumentSetRequestSets the documents of the request.- Specified by:
setDocumentsin interfaceEbXMLNonconstructiveDocumentSetRequest<E extends RetrieveDocumentSetRequestType>- Parameters:
documents- the documents.
-