public class Application extends AuditPath
Java class for Application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Application"> <complexContent> <extension base="{http://www.alfresco.org/repo/audit/model/3.2}AuditPath"> <sequence> <element name="PathMappings" type="{http://www.alfresco.org/repo/audit/model/3.2}PathMappings" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected List<PathMappings> |
pathMappings |
auditPath, generateValue, recordValue
key
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
List<PathMappings> |
getPathMappings()
Gets the value of the pathMappings property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAuditPath, getGenerateValue, getRecordValue
getKey, setKey
protected List<PathMappings> pathMappings
protected String name
public List<PathMappings> getPathMappings()
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 pathMappings property.
For example, to add a new item, do as follows:
getPathMappings().add(newItem);
Objects of the following type(s) are allowed in the list
PathMappings
public String getName()
String
Copyright © 2005–2017 Alfresco Software. All rights reserved.