public class Coverages extends Object
Java class for coverages complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="coverages">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="coverage" type="{http://ole.kuali.org/standards/ole-eInstance}coverage" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Coverages() |
public Coverages()
public List<Coverage> getCoverage()
set method for the coverage property.
For example, to add a new item, do as follows:
getCoverage().add(newItem);
Objects of the following type(s) are allowed in the list
CoverageCopyright © 2004–2015 The Kuali Foundation. All rights reserved.