org.kuali.ole.docstore.model.xmlpojo.config
Class DocumentConfig

java.lang.Object
  extended by org.kuali.ole.docstore.model.xmlpojo.config.DocumentConfig

public class DocumentConfig
extends Object

Java class for DocumentConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 


Field Summary
static DocumentConfig docStoreMetaData
           
protected  List<DocumentCategory> documentCategories
           
static org.slf4j.Logger logger
           
 
Constructor Summary
DocumentConfig()
           
 
Method Summary
 List<DocumentCategory> getDocumentCategories()
          Gets the value of the documentCategories property.
static DocumentConfig getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.slf4j.Logger logger

docStoreMetaData

public static DocumentConfig docStoreMetaData

documentCategories

protected List<DocumentCategory> documentCategories
Constructor Detail

DocumentConfig

public DocumentConfig()
Method Detail

getDocumentCategories

public List<DocumentCategory> getDocumentCategories()
Gets the value of the documentCategories property.

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 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 DocumentCategory


getInstance

public static DocumentConfig getInstance()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.