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