public class DocumentConfig extends Object
 <complexType name="DocumentConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="documentCategories" type="{}DocumentCategory" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| static DocumentConfig | docStoreMetaData | 
| protected List<DocumentCategory> | documentCategories | 
| static org.slf4j.Logger | logger | 
| Constructor and Description | 
|---|
| DocumentConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DocumentCategory> | getDocumentCategories()Gets the value of the documentCategories property. | 
| static DocumentConfig | getInstance() | 
public static org.slf4j.Logger logger
public static DocumentConfig docStoreMetaData
protected List<DocumentCategory> documentCategories
public DocumentConfig()
public List<DocumentCategory> getDocumentCategories()
set method for the documentCategories property.
 
 
 For example, to add a new item, do as follows:
 
 getDocumentCategories().add(newItem);Objects of the following type(s) are allowed in the list
DocumentCategorypublic static DocumentConfig getInstance()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.