public class BibTree extends DocstoreDocument
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 |
_public, active, category, content, contentObject, CREATED_BY, createdBy, createdOn, DATE_ENTERED, DATE_UPDATED, displayLabel, fastAdd, format, id, ID, lastUpdated, localId, sortedValue, staffOnly, status, STATUS, STATUS_UPDATED_ON, statusUpdatedBy, statusUpdatedOn, type, UPDATED_BY, updatedBy, updatedOn| Constructor and Description |
|---|
BibTree() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(String bibTreeXml) |
Object |
deserializeContent(Object object) |
Object |
deserializeContent(String content) |
Bib |
getBib()
Gets the value of the bib property.
|
List<HoldingsTree> |
getHoldingsTrees()
Gets the value of the holdingsTrees property.
|
String |
serialize(Object object) |
String |
serializeContent(Object object) |
void |
setBib(Bib value)
Sets the value of the bib property.
|
getCategory, getContent, getContentObject, getCreatedBy, getCreatedOn, getDisplayLabel, getFormat, getId, getLastUpdated, getLocalId, getSortedValue, getStatus, getStatusUpdatedBy, getStatusUpdatedOn, getType, getUpdatedBy, getUpdatedOn, isActive, isFastAdd, isPublic, isStaffOnly, setActive, setCategory, setContent, setContentObject, setCreatedBy, setCreatedOn, setDisplayLabel, setFastAdd, setFormat, setId, setLastUpdated, setLocalId, setPublic, setSortedValue, setStaffOnly, setStatus, setStatusUpdatedBy, setStatusUpdatedOn, setType, setUpdatedBy, setUpdatedOnprotected 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
HoldingsTreepublic void setBib(Bib value)
value - allowed object is
Bibpublic String serialize(Object object)
serialize in class DocstoreDocumentpublic Object deserialize(String bibTreeXml)
deserialize in class DocstoreDocumentpublic Object deserializeContent(Object object)
deserializeContent in class DocstoreDocumentpublic Object deserializeContent(String content)
deserializeContent in class DocstoreDocumentpublic String serializeContent(Object object)
serializeContent in class DocstoreDocumentCopyright © 2004–2014 The Kuali Foundation. All rights reserved.