Class XmlResourceKey

    • Constructor Detail

      • XmlResourceKey

        public XmlResourceKey()
        Instantiates a new XML object.
    • Method Detail

      • getKeyXpathList

        public List<String> getKeyXpathList()
        Gets the key XPath list.
        Returns:
        the key XPath list
      • setKeyXpathList

        public void setKeyXpathList​(List<String> keyXpathList)
        Sets the key XPath list.
        Parameters:
        keyXpathList - the new key XPath list
      • addKeyXpath

        public void addKeyXpath​(String keyXpath)
        Adds the key XPath.
        Parameters:
        keyXpath - the key XPath
      • removeKeyXpath

        public void removeKeyXpath​(String keyXpath)
        Removes the key XPath.
        Parameters:
        keyXpath - the key XPath