org.apache.camel.model.dataformat
Class XStreamDataFormat.ImplicitCollectionList

java.lang.Object
  extended by org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionList
Enclosing class:
XStreamDataFormat

public static class XStreamDataFormat.ImplicitCollectionList
extends Object


Constructor Summary
XStreamDataFormat.ImplicitCollectionList()
           
 
Method Summary
 List<XStreamDataFormat.ImplicitCollectionEntry> getList()
           
 void setList(List<XStreamDataFormat.ImplicitCollectionEntry> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamDataFormat.ImplicitCollectionList

public XStreamDataFormat.ImplicitCollectionList()
Method Detail

getList

public List<XStreamDataFormat.ImplicitCollectionEntry> getList()

setList

public void setList(List<XStreamDataFormat.ImplicitCollectionEntry> list)


Apache CAMEL