org.alfresco.repo.audit.model._3
Class Application

java.lang.Object
  extended by org.alfresco.repo.audit.model._3.KeyedAuditDefinition
      extended by org.alfresco.repo.audit.model._3.AuditPath
          extended by org.alfresco.repo.audit.model._3.Application

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>
 


Field Summary
protected  java.lang.String name
           
protected  java.util.List pathMappings
           
 
Fields inherited from class org.alfresco.repo.audit.model._3.AuditPath
auditPath, generateValue, recordValue
 
Fields inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
key
 
Constructor Summary
Application()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List getPathMappings()
          Gets the value of the pathMappings property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class org.alfresco.repo.audit.model._3.AuditPath
getAuditPath, getGenerateValue, getRecordValue
 
Methods inherited from class org.alfresco.repo.audit.model._3.KeyedAuditDefinition
getKey, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pathMappings

protected java.util.List pathMappings

name

protected java.lang.String name
Constructor Detail

Application

public Application()
Method Detail

getPathMappings

public java.util.List getPathMappings()
Gets the value of the pathMappings 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 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


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.