Class SimpleHomogeneousList


  • public class SimpleHomogeneousList
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      SimpleHomogeneousList()
      Instantiates a new simple list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<JAXBElement> getItems()
      Gets the items.
      void setItems​(java.util.List<JAXBElement> items)
      Sets the items.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleHomogeneousList

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

      • getItems

        public java.util.List<JAXBElement> getItems()
        Gets the items.
        Returns:
        the items
      • setItems

        public void setItems​(java.util.List<JAXBElement> items)
        Sets the items.
        Parameters:
        items - the new items