Class DocumentTable

java.lang.Object
org.imixs.workflow.xml.DocumentTable
All Implemented Interfaces:
Serializable

public class DocumentTable extends Object implements Serializable
The JAXB DocumentTable represents a list of documents in a table format. For each document the same list of items will be added into a separate row. The property labels contans the table headers.
Version:
2.0.0
Author:
rsoika
See Also:
  • Constructor Details

  • Method Details

    • getDocument

      public XMLDocument[] getDocument()
    • setDocument

      public void setDocument(XMLDocument[] document)
    • getItems

      public List<String> getItems()
    • setItems

      public void setItems(List<String> items)
    • getLabels

      public List<String> getLabels()
    • setLabels

      public void setLabels(List<String> labels)
    • getEncoding

      public String getEncoding()
    • setEncoding

      public void setEncoding(String encoding)