org.drools.xml.jaxb.util
Class JaxbListWrapper

java.lang.Object
  extended by org.drools.xml.jaxb.util.JaxbListWrapper

public class JaxbListWrapper
extends Object


Constructor Summary
JaxbListWrapper()
           
JaxbListWrapper(Object[] elements)
           
 
Method Summary
 Object[] getElements()
           
 void setElements(Object[] elements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbListWrapper

public JaxbListWrapper()

JaxbListWrapper

public JaxbListWrapper(Object[] elements)
Method Detail

getElements

public Object[] getElements()

setElements

public void setElements(Object[] elements)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.