Package org.imixs.workflow.xml
Class XMLDocument
- java.lang.Object
-
- org.imixs.workflow.xml.XMLDocument
-
- All Implemented Interfaces:
Serializable
public class XMLDocument extends Object implements Serializable
The XMLitemCollection is a basic serializable representation of a pojo to map a org.imixs.workflow.ItemCollection into a xml representation using JAXB api- Version:
- 0.0.1
- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
This method compares the item arrayXMLItem[]
getItem()
void
setItem(XMLItem[] item)
-