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