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:
  • Constructor Details

    • XMLDocument

      public XMLDocument()
  • Method Details

    • getItem

      public XMLItem[] getItem()
    • setItem

      public void setItem(XMLItem[] item)
    • equals

      public boolean equals(Object o)
      This method compares the item array
      Overrides:
      equals in class Object