public class ItemMap 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="itemMap" type="{}item" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
public ItemMap()
public static Object deserialize(String itemsXml)
public HashMap<String,Item> getItemMap()
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–2014 The Kuali Foundation. All rights reserved.