public class KeyedAuditDefinition extends Object
Java class for KeyedAuditDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyedAuditDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="key" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}KeyAttribute" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
KeyedAuditDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets the value of the key property.
|
void |
setKey(String value)
Sets the value of the key property.
|
protected String key
Copyright © 2005–2017 Alfresco Software. All rights reserved.