public class InitialProperties extends Object
Java class for initial-properties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="initial-properties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property-mapping" type="{}property-mapping" maxOccurs="unbounded"/>
</sequence>
<attribute name="source-object-template" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyMapping> |
propertyMapping |
protected String |
sourceObjectTemplate |
| Constructor and Description |
|---|
InitialProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyMapping> |
getPropertyMapping()
Gets the value of the propertyMapping property.
|
String |
getSourceObjectTemplate()
Gets the value of the sourceObjectTemplate property.
|
void |
setSourceObjectTemplate(String value)
Sets the value of the sourceObjectTemplate property.
|
protected List<PropertyMapping> propertyMapping
protected String sourceObjectTemplate
public List<PropertyMapping> getPropertyMapping()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to
the returned list will be present inside the JAXB object. This is why there is not a set method for
the propertyMapping property.
For example, to add a new item, do as follows:
getPropertyMapping().add(newItem);
Objects of the following type(s) are allowed in the list PropertyMapping
public String getSourceObjectTemplate()
StringCopyright © 2017 SAP SE. All Rights Reserved.