Class SourceCrawlerXMLElement


  • public class SourceCrawlerXMLElement
    extends Object
    • Constructor Detail

      • SourceCrawlerXMLElement

        public SourceCrawlerXMLElement​(String searchElement,
                                       String keyTag,
                                       String keyAttribute)
        Parameters:
        searchElement -
        keyTag -
        keyAttribute -
    • Method Detail

      • 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