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="item" type="{http://ole.kuali.org/standards/ole-instance}item" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 public Items()
public List<Item> getItem()
set method for the item property.
 
 
 For example, to add a new item, do as follows:
 
    getItem().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 ItemCopyright © 2004–2015 The Kuali Foundation. All rights reserved.