public class BibTree extends Object
Java class for bibTree complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bibTree"> <complexContent> <extension base="{}docstoreDocument"> <sequence> <element name="holdingsTrees" type="{}holdingsTree" maxOccurs="unbounded" minOccurs="0"/> <element name="bib" type="{}bib" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Bib |
bib |
protected List<HoldingsTree> |
holdingsTrees |
Constructor and Description |
---|
BibTree() |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(String bibTreeXml) |
Bib |
getBib()
Gets the value of the bib property.
|
List<HoldingsTree> |
getHoldingsTrees()
Gets the value of the holdingsTrees property.
|
String |
serialize(Object object) |
void |
setBib(Bib value)
Sets the value of the bib property.
|
protected List<HoldingsTree> holdingsTrees
public BibTree()
public List<HoldingsTree> getHoldingsTrees()
set
method for the holdingsTrees property.
For example, to add a new item, do as follows:
getHoldingsTrees().add(newItem);Objects of the following type(s) are allowed in the list
HoldingsTree
public void setBib(Bib value)
value
- allowed object is
Bib
public Object deserialize(String bibTreeXml)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.