public class InstanceCollection extends Object
Java class for instanceCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="instanceCollection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="instance" type="{http://ole.kuali.org/standards/ole-instance}instance" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
InstanceCollection() |
Modifier and Type | Method and Description |
---|---|
List<Instance> |
getInstance()
Gets the value of the instance property.
|
void |
setInstance(List<Instance> instance) |
public InstanceCollection()
public List<Instance> getInstance()
set
method for the instance property.
For example, to add a new item, do as follows:
getInstance().add(newItem);Objects of the following type(s) are allowed in the list
Instance
public void setInstance(List<Instance> instance)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.