public class BibImportResponse extends Object
Java class for bibImportResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bibImportResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bibImportResults" type="{}bibImportResult" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<BibImportResult> |
bibImportResults |
Constructor and Description |
---|
BibImportResponse() |
Modifier and Type | Method and Description |
---|---|
static Object |
deserialize(String content) |
List<BibImportResult> |
getBibImportResults()
Gets the value of the bibImportResults property.
|
static String |
serialize(Object object) |
protected List<BibImportResult> bibImportResults
public BibImportResponse()
public static Object deserialize(String content)
public List<BibImportResult> getBibImportResults()
set
method for the bibImportResults property.
For example, to add a new item, do as follows:
getBibImportResults().add(newItem);Objects of the following type(s) are allowed in the list
BibImportResult
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.