public class JaxbListWrapper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JaxbListWrapper.JaxbWrapperType |
Constructor and Description |
---|
JaxbListWrapper() |
JaxbListWrapper(Object[] elements) |
JaxbListWrapper(Object[] elements,
JaxbListWrapper.JaxbWrapperType type) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentType() |
Object[] |
getElements() |
JaxbListWrapper.JaxbWrapperType |
getType() |
void |
setComponentType(String componentType) |
void |
setElements(Object[] elements) |
void |
setType(JaxbListWrapper.JaxbWrapperType type) |
public JaxbListWrapper()
public JaxbListWrapper(Object[] elements)
public JaxbListWrapper(Object[] elements, JaxbListWrapper.JaxbWrapperType type)
public Object[] getElements()
public void setElements(Object[] elements)
public JaxbListWrapper.JaxbWrapperType getType()
public void setType(JaxbListWrapper.JaxbWrapperType type)
public String getComponentType()
public void setComponentType(String componentType)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.