public class SourceCrawlerXMLElement extends Object
| Constructor and Description |
|---|
SourceCrawlerXMLElement(String searchElement,
String keyTag,
String keyAttribute) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyAttribute() |
String |
getKeyTag() |
String |
getSearchElement() |
void |
setKeyAttribute(String keyAttribute) |
void |
setKeyTag(String keyTag) |
void |
setSearchElement(String searchElement) |
public String getSearchElement()
public void setSearchElement(String searchElement)
searchElement - the searchElement to setpublic String getKeyTag()
public void setKeyTag(String keyTag)
keyTag - the keyTag to setpublic String getKeyAttribute()
public void setKeyAttribute(String keyAttribute)
keyAttribute - the keyAttribute to set