Class SimpleHomogeneousList
- java.lang.Object
- 
- org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
 
- 
 public class SimpleHomogeneousList extends java.lang.ObjectThis class is used to wrap collection of homogeneous simple java type attributes, such as Strings, Integers, etc..., and MUST NOT be used to wrap collection of attributes with the type that is assignable from PersistenceWeavedRest.- Author:
- gonural
 
- 
- 
Constructor SummaryConstructors Constructor Description SimpleHomogeneousList()Instantiates a new simple list.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<JAXBElement>getItems()Gets the items.voidsetItems(java.util.List<JAXBElement> items)Sets the items.
 
- 
- 
- 
Method Detail- 
getItemspublic java.util.List<JAXBElement> getItems() Gets the items.- Returns:
- the items
 
 - 
setItemspublic void setItems(java.util.List<JAXBElement> items) Sets the items.- Parameters:
- items- the new items
 
 
- 
 
-