Class DataGenerator


  • public class DataGenerator
    extends Object

    Java class for DataGenerator complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DataGenerator">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
           <attribute name="registeredName" type="{http://www.alfresco.org/repo/audit/model/3.2}NameAttribute" />
           <attribute name="class" type="{http://www.alfresco.org/repo/audit/model/3.2}ClassAttribute" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • registeredName

        protected String registeredName
      • clazz

        protected String clazz
    • Constructor Detail

      • DataGenerator

        public DataGenerator()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getRegisteredName

        public String getRegisteredName()
        Gets the value of the registeredName property.
        Returns:
        possible object is String
      • setRegisteredName

        public void setRegisteredName​(String value)
        Sets the value of the registeredName property.
        Parameters:
        value - allowed object is String
      • getClazz

        public String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String