public class SimpleHomogeneousList extends Object
| Constructor and Description |
|---|
SimpleHomogeneousList()
Instantiates a new simple list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<JAXBElement> |
getItems()
Gets the items.
|
int |
hashCode() |
void |
setItems(List<JAXBElement> items)
Sets the items.
|
public SimpleHomogeneousList()
public List<JAXBElement> getItems()
public void setItems(List<JAXBElement> items)
items - the new items