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>
DocstoreDocument.OperationType, DocstoreDocument.ResultType
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, DESTINATION_FIELD_DONOR_CODE, DESTINATION_FIELD_DONOR_NOTE, DESTINATION_FIELD_DONOR_PUBLIC_DISPLAY, displayLabel, fastAdd, format, id, ID, lastUpdated, localId, message, NO_INFO_CALL_NUMBER_TYPE_CODE, operation, result, 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, getMessage, getOperation, getResult, getSortedValue, getStatus, getStatusUpdatedBy, getStatusUpdatedOn, getType, getUpdatedBy, getUpdatedOn, isActive, isFastAdd, isPublic, isStaffOnly, setActive, setCategory, setContent, setContentObject, setCreatedBy, setCreatedOn, setDisplayLabel, setFastAdd, setFormat, setId, setLastUpdated, setLocalId, setMessage, setOperation, setPublic, setResult, setSortedValue, setStaffOnly, setStatus, setStatusUpdatedBy, setStatusUpdatedOn, setType, setUpdatedBy, setUpdatedOn
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 String serialize(Object object)
serialize
in class DocstoreDocument
public Object deserialize(String bibTreeXml)
deserialize
in class DocstoreDocument
public Object deserializeContent(Object object)
deserializeContent
in class DocstoreDocument
public Object deserializeContent(String content)
deserializeContent
in class DocstoreDocument
public String serializeContent(Object object)
serializeContent
in class DocstoreDocument
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.