public class DataExtractor extends Object
Java class for DataExtractor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataExtractor"> <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>
Modifier and Type | Field and Description |
---|---|
protected String |
clazz |
protected String |
name |
protected String |
registeredName |
Constructor and Description |
---|
DataExtractor() |
Modifier and Type | Method and Description |
---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRegisteredName()
Gets the value of the registeredName property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRegisteredName(String value)
Sets the value of the registeredName property.
|
protected String name
protected String registeredName
protected String clazz
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getRegisteredName()
String
public void setRegisteredName(String value)
value
- allowed object is
String
public String getClazz()
String
Copyright © 2005–2017 Alfresco Software. All rights reserved.