public class DataExtractor
extends java.lang.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 java.lang.String |
clazz |
protected java.lang.String |
name |
protected java.lang.String |
registeredName |
| Constructor and Description |
|---|
DataExtractor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRegisteredName()
Gets the value of the registeredName property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRegisteredName(java.lang.String value)
Sets the value of the registeredName property.
|
protected java.lang.String name
protected java.lang.String registeredName
protected java.lang.String clazz
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegisteredName()
Stringpublic void setRegisteredName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
StringCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.