Package org.imixs.workflow.xml
Class XMLDataCollection
- java.lang.Object
-
- org.imixs.workflow.xml.XMLDataCollection
-
- All Implemented Interfaces:
Serializable
public class XMLDataCollection extends Object implements Serializable
The XMLDataCollection represents a list of XMLItemCollections. This root element is used by JAXB api- Version:
- 0.0.1
- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLDataCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLDocument[]
getDocument()
void
setDocument(XMLDocument[] entity)
-
-
-
Method Detail
-
getDocument
public XMLDocument[] getDocument()
-
setDocument
public void setDocument(XMLDocument[] entity)
-
-