Package org.drools.core.xml.jaxb.util
Class JaxbListWrapper
- java.lang.Object
-
- org.drools.core.xml.jaxb.util.JaxbListWrapper
-
public class JaxbListWrapper extends Object
This is actually a wrapper for the following collections: - list - set - map
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJaxbListWrapper.JaxbWrapperType
-
Constructor Summary
Constructors Constructor Description JaxbListWrapper()JaxbListWrapper(Object[] elements)JaxbListWrapper(Object[] elements, JaxbListWrapper.JaxbWrapperType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComponentType()Object[]getElements()JaxbListWrapper.JaxbWrapperTypegetType()voidsetComponentType(String componentType)voidsetElements(Object[] elements)voidsetType(JaxbListWrapper.JaxbWrapperType type)
-
-
-
Constructor Detail
-
JaxbListWrapper
public JaxbListWrapper()
-
JaxbListWrapper
public JaxbListWrapper(Object[] elements)
-
JaxbListWrapper
public JaxbListWrapper(Object[] elements, JaxbListWrapper.JaxbWrapperType type)
-
-
Method Detail
-
getElements
public Object[] getElements()
-
setElements
public void setElements(Object[] elements)
-
getType
public JaxbListWrapper.JaxbWrapperType getType()
-
setType
public void setType(JaxbListWrapper.JaxbWrapperType type)
-
getComponentType
public String getComponentType()
-
setComponentType
public void setComponentType(String componentType)
-
-