public class Audit
extends java.lang.Object
Java class for Audit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Audit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataExtractors" type="{http://www.alfresco.org/repo/audit/model/3.2}DataExtractors" minOccurs="0"/>
<element name="DataGenerators" type="{http://www.alfresco.org/repo/audit/model/3.2}DataGenerators" minOccurs="0"/>
<element name="PathMappings" type="{http://www.alfresco.org/repo/audit/model/3.2}PathMappings" minOccurs="0"/>
<element name="Application" type="{http://www.alfresco.org/repo/audit/model/3.2}Application" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
application |
protected DataExtractors |
dataExtractors |
protected DataGenerators |
dataGenerators |
protected PathMappings |
pathMappings |
| Constructor and Description |
|---|
Audit() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getApplication()
Gets the value of the application property.
|
DataExtractors |
getDataExtractors()
Gets the value of the dataExtractors property.
|
DataGenerators |
getDataGenerators()
Gets the value of the dataGenerators property.
|
PathMappings |
getPathMappings()
Gets the value of the pathMappings property.
|
void |
setDataExtractors(DataExtractors value)
Sets the value of the dataExtractors property.
|
void |
setDataGenerators(DataGenerators value)
Sets the value of the dataGenerators property.
|
void |
setPathMappings(PathMappings value)
Sets the value of the pathMappings property.
|
protected DataExtractors dataExtractors
protected DataGenerators dataGenerators
protected PathMappings pathMappings
protected java.util.List application
public DataExtractors getDataExtractors()
DataExtractorspublic void setDataExtractors(DataExtractors value)
value - allowed object is
DataExtractorspublic DataGenerators getDataGenerators()
DataGeneratorspublic void setDataGenerators(DataGenerators value)
value - allowed object is
DataGeneratorspublic PathMappings getPathMappings()
PathMappingspublic void setPathMappings(PathMappings value)
value - allowed object is
PathMappingspublic java.util.List getApplication()
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 application property.
For example, to add a new item, do as follows:
getApplication().add(newItem);
Objects of the following type(s) are allowed in the list
Application
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.