org.pentaho.di.ui.i18n
Class SourceCrawlerXMLElement
java.lang.Object
org.pentaho.di.ui.i18n.SourceCrawlerXMLElement
public class SourceCrawlerXMLElement
- extends Object
SourceCrawlerXMLElement
public SourceCrawlerXMLElement(String searchElement,
String keyTag,
String keyAttribute)
- Parameters:
searchElement
- keyTag
- keyAttribute
-
getSearchElement
public String getSearchElement()
- Returns:
- the searchElement
setSearchElement
public void setSearchElement(String searchElement)
- Parameters:
searchElement
- the searchElement to set
getKeyTag
public String getKeyTag()
- Returns:
- the keyTag
setKeyTag
public void setKeyTag(String keyTag)
- Parameters:
keyTag
- the keyTag to set
getKeyAttribute
public String getKeyAttribute()
- Returns:
- the keyAttribute
setKeyAttribute
public void setKeyAttribute(String keyAttribute)
- Parameters:
keyAttribute
- the keyAttribute to set