public class HoldingsTree extends DocstoreDocument implements Comparable<HoldingsTree>
Java class for holdingsTree complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="holdingsTree">
<complexContent>
<extension base="{}docstoreDocument">
<sequence>
<element name="items" type="{}item" maxOccurs="unbounded" minOccurs="0"/>
<element name="holdings" type="{}holdings" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
DocstoreDocument.OperationType, DocstoreDocument.ResultType| Modifier and Type | Field and Description |
|---|---|
protected Holdings |
holdings |
protected List<Item> |
items |
_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 |
|---|
HoldingsTree() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HoldingsTree o) |
Object |
deserialize(String holdingsTreeXml) |
Object |
deserializeContent(Object object) |
Object |
deserializeContent(String content) |
Holdings |
getHoldings()
Gets the value of the holdings property.
|
List<Item> |
getItems()
Gets the value of the items property.
|
String |
serialize(Object object) |
String |
serializeContent(Object object) |
void |
setHoldings(Holdings value)
Sets the value of the holdings 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, setUpdatedOnpublic HoldingsTree()
public List<Item> getItems()
set method for the items property.
For example, to add a new item, do as follows:
getItems().add(newItem);
Objects of the following type(s) are allowed in the list
Itempublic Holdings getHoldings()
Holdingspublic void setHoldings(Holdings value)
value - allowed object is
Holdingspublic String serialize(Object object)
serialize in class DocstoreDocumentpublic Object deserialize(String holdingsTreeXml)
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 DocstoreDocumentpublic int compareTo(HoldingsTree o)
compareTo in interface Comparable<HoldingsTree>Copyright © 2004–2015 The Kuali Foundation. All rights reserved.