Package org.drools.commands.jaxb
Class JaxbListWrapper
- java.lang.Object
-
- org.drools.commands.jaxb.JaxbListWrapper
-
public class JaxbListWrapper extends java.lang.ObjectThis 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(java.lang.Object[] elements)JaxbListWrapper(java.lang.Object[] elements, JaxbListWrapper.JaxbWrapperType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentType()java.lang.Object[]getElements()JaxbListWrapper.JaxbWrapperTypegetType()voidsetComponentType(java.lang.String componentType)voidsetElements(java.lang.Object[] elements)voidsetType(JaxbListWrapper.JaxbWrapperType type)
-
-
-
Constructor Detail
-
JaxbListWrapper
public JaxbListWrapper()
-
JaxbListWrapper
public JaxbListWrapper(java.lang.Object[] elements)
-
JaxbListWrapper
public JaxbListWrapper(java.lang.Object[] elements, JaxbListWrapper.JaxbWrapperType type)
-
-
Method Detail
-
getElements
public java.lang.Object[] getElements()
-
setElements
public void setElements(java.lang.Object[] elements)
-
getType
public JaxbListWrapper.JaxbWrapperType getType()
-
setType
public void setType(JaxbListWrapper.JaxbWrapperType type)
-
getComponentType
public java.lang.String getComponentType()
-
setComponentType
public void setComponentType(java.lang.String componentType)
-
-