public class HoldingsTrees extends Object
Java class for holdingsTrees complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="holdingsTrees"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="holdingsTrees" type="{}holdingsTree" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<HoldingsTree> |
holdingsTrees |
Constructor and Description |
---|
HoldingsTrees() |
Modifier and Type | Method and Description |
---|---|
static Object |
deserialize(String holdingsTreesXml) |
List<HoldingsTree> |
getHoldingsTrees()
Gets the value of the holdingsTrees property.
|
static String |
serialize(Object object) |
protected List<HoldingsTree> holdingsTrees
public HoldingsTrees()
public List<HoldingsTree> getHoldingsTrees()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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 static Object deserialize(String holdingsTreesXml)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.