public class HoldingsTree extends Object 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>
 | Modifier and Type | Field and Description | 
|---|---|
protected Holdings | 
holdings  | 
protected List<Item> | 
items  | 
| Constructor and Description | 
|---|
HoldingsTree()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(HoldingsTree o)  | 
Object | 
deserialize(String holdingsTreeXml)  | 
Object | 
deserializeContent(Object object)  | 
Holdings | 
getHoldings()
Gets the value of the holdings property. 
 | 
List<Item> | 
getItems()
Gets the value of the items property. 
 | 
String | 
serialize(Object object)  | 
void | 
setHoldings(Holdings value)
Sets the value of the holdings property. 
 | 
public 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 Object deserialize(String holdingsTreeXml)
public Object deserializeContent(Object object)
public int compareTo(HoldingsTree o)
compareTo in interface Comparable<HoldingsTree>Copyright © 2004–2015 The Kuali Foundation. All rights reserved.