public class AttributeConfigDescriptor extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
filter  | 
protected Map<String,String> | 
mapping  | 
protected boolean | 
overwrite  | 
protected String | 
tagName  | 
protected String | 
targetDocProperty  | 
protected String | 
xmlPath  | 
| Constructor and Description | 
|---|
AttributeConfigDescriptor()  | 
AttributeConfigDescriptor(String tagName,
                         String targetDocProperty,
                         Map<String,String> mapping,
                         String filter)  | 
AttributeConfigDescriptor(String tagName,
                         String targetDocProperty,
                         String xmlPath,
                         String filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFilter()  | 
Map<String,String> | 
getMapping()  | 
boolean | 
getOverwrite()  | 
String | 
getSingleXpath()  | 
String | 
getTagName()  | 
String | 
getTargetDocProperty()  | 
String | 
toString()  | 
protected String targetDocProperty
protected boolean overwrite
public AttributeConfigDescriptor()
public AttributeConfigDescriptor(String tagName, String targetDocProperty, Map<String,String> mapping, String filter)
public AttributeConfigDescriptor(String tagName, String targetDocProperty, String xmlPath, String filter)
public String getTagName()
public String getTargetDocProperty()
public Map<String,String> getMapping()
public String getSingleXpath()
public boolean getOverwrite()
Copyright © 2019 Nuxeo. All rights reserved.