public class MappingLine extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="import-properties" type="{}property-list" minOccurs="0"/>
<element name="custom-editors" type="{}editor-list" minOccurs="0"/>
<element name="special-translators" type="{}translators-list" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EditorList |
customEditors |
protected PropertyList |
importProperties |
protected TranslatorsList |
specialTranslators |
| Constructor and Description |
|---|
MappingLine() |
| Modifier and Type | Method and Description |
|---|---|
EditorList |
getCustomEditors()
Gets the value of the customEditors property.
|
PropertyList |
getImportProperties()
Gets the value of the importProperties property.
|
TranslatorsList |
getSpecialTranslators()
Gets the value of the specialTranslators property.
|
void |
setCustomEditors(EditorList value)
Sets the value of the customEditors property.
|
void |
setImportProperties(PropertyList value)
Sets the value of the importProperties property.
|
void |
setSpecialTranslators(TranslatorsList value)
Sets the value of the specialTranslators property.
|
protected PropertyList importProperties
protected EditorList customEditors
protected TranslatorsList specialTranslators
public PropertyList getImportProperties()
PropertyListpublic void setImportProperties(PropertyList value)
value - allowed object is PropertyListpublic EditorList getCustomEditors()
EditorListpublic void setCustomEditors(EditorList value)
value - allowed object is EditorListpublic TranslatorsList getSpecialTranslators()
TranslatorsListpublic void setSpecialTranslators(TranslatorsList value)
value - allowed object is TranslatorsListCopyright © 2017 SAP SE. All Rights Reserved.