org.imixs.workflow.xml
Class XMLItemCollection

java.lang.Object
  extended by org.imixs.workflow.xml.XMLItemCollection
All Implemented Interfaces:
Serializable

public class XMLItemCollection
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
XMLItemCollection()
           
 
Method Summary
 XMLItem[] getItem()
           
 void setItem(XMLItem[] item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLItemCollection

public XMLItemCollection()
Method Detail

getItem

public XMLItem[] getItem()

setItem

public void setItem(XMLItem[] item)


Copyright © 2009-2011 Imixs Software Solutions GmbH. All Rights Reserved.