public class Items extends Object
Java class for items complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="items">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="items" type="{}item" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 public Items()
public static Object deserialize(String itemsXml)
public List<Item> getItems()
set method for the items property.
 
 
 For example, to add a new item, do as follows:
 
    getItems().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 ItemCopyright © 2004–2015 The Kuali Foundation. All rights reserved.