Class SimpleHomogeneousList


  • public class SimpleHomogeneousList
    extends Object
    This 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 Detail

      • SimpleHomogeneousList

        public SimpleHomogeneousList()
        Instantiates a new simple list.
    • Method Detail

      • getItems

        public List<javax.xml.bind.JAXBElement> getItems()
        Gets the items.
        Returns:
        the items
      • setItems

        public void setItems​(List<javax.xml.bind.JAXBElement> items)
        Sets the items.
        Parameters:
        items - the new items