org.imixs.workflow.xml
Class XMLItem

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

public class XMLItem
extends Object
implements Serializable

Represents a single item inside a XMLItemCollection. An XMLItem has a name and a value. The value can be any serializable collection of objects.

Author:
rsoika
See Also:
Serialized Form

Constructor Summary
XMLItem()
           
 
Method Summary
 String getName()
           
 Object[] getValue()
           
 void setName(String name)
           
 void setValue(Object[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLItem

public XMLItem()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public Object[] getValue()

setValue

public void setValue(Object[] values)


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