public class PathMap extends 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 String |
source |
protected String |
target |
Constructor and Description |
---|
PathMap() |
Modifier and Type | Method and Description |
---|---|
String |
getSource()
Gets the value of the source property.
|
String |
getTarget()
Gets the value of the target property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getTarget()
String
Copyright © 2005–2017 Alfresco Software. All rights reserved.