Interface EbXMLNonconstructiveDocumentSetRequest<E>

All Known Implementing Classes:
EbXMLNonconstructiveDocumentSetRequest30

public interface EbXMLNonconstructiveDocumentSetRequest<E>
Encapsulation of the ebXML classes for RetrieveDocumentSetRequestType and RemoveDocumentsRequestType.

This class contains convenience methods and provides a version independent abstraction of the ebXML data structure.

Author:
Jens Riemschneider
  • Method Details

    • setDocuments

      void setDocuments(List<DocumentReference> documents)
      Sets the documents of the request.
      Parameters:
      documents - the documents.
    • getDocuments

      List<DocumentReference> getDocuments()
      Returns:
      the documents of the request.
    • getInternal

      E getInternal()
      Returns:
      the ebXML object being wrapped by this class.