public class Bibs extends Object
Java class for bibs complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="bibs">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bibs" type="{}bib" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 public Bibs()
public static Object deserialize(String bibsXml)
public List<Bib> getBibs()
set method for the bibs property.
 
 
 For example, to add a new item, do as follows:
 
    getBibs().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 BibCopyright © 2004–2015 The Kuali Foundation. All rights reserved.