public class PropertyMapping extends Object
Java class for property-mapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property-mapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="target" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
source |
protected String |
target |
| Constructor and Description |
|---|
PropertyMapping() |
| 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()
Stringpublic void setSource(String value)
value - allowed object is Stringpublic String getTarget()
StringCopyright © 2017 SAP SE. All Rights Reserved.