Class KeyedAuditDefinition

java.lang.Object
org.alfresco.repo.audit.model._3.KeyedAuditDefinition
Direct Known Subclasses:
AuditPath, GenerateValue, RecordValue

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>
 
  • Field Details

  • Constructor Details

    • KeyedAuditDefinition

      public KeyedAuditDefinition()
  • Method Details

    • getKey

      public String getKey()
      Gets the value of the key property.
      Returns:
      possible object is String
    • setKey

      public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String