public class PathMap
extends java.lang.Object
Java class for PathMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PathMap">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="source" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}PathAttribute" />
<attribute name="target" use="required" type="{http://www.alfresco.org/repo/audit/model/3.2}PathAttribute" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
source |
protected java.lang.String |
target |
| Constructor and Description |
|---|
PathMap() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSource()
Gets the value of the source property.
|
java.lang.String |
getTarget()
Gets the value of the target property.
|
void |
setSource(java.lang.String value)
Sets the value of the source property.
|
void |
setTarget(java.lang.String value)
Sets the value of the target property.
|
public java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTarget()
Stringpublic void setTarget(java.lang.String value)
value - allowed object is
StringCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.