public class XmlResourceKey extends Object implements Serializable, Comparable<XmlResourceKey>
Constructor and Description |
---|
XmlResourceKey()
Instantiates a new XML object.
|
Modifier and Type | Method and Description |
---|---|
void |
addKeyXpath(String keyXpath)
Adds the key XPath.
|
int |
compareTo(XmlResourceKey obj) |
boolean |
equals(Object obj) |
List<String> |
getKeyXpathList()
Gets the key XPath list.
|
void |
removeKeyXpath(String keyXpath)
Removes the key XPath.
|
void |
setKeyXpathList(List<String> keyXpathList)
Sets the key XPath list.
|
public List<String> getKeyXpathList()
public void setKeyXpathList(List<String> keyXpathList)
keyXpathList
- the new key XPath listpublic void addKeyXpath(String keyXpath)
keyXpath
- the key XPathpublic void removeKeyXpath(String keyXpath)
keyXpath
- the key XPathpublic int compareTo(XmlResourceKey obj)
compareTo
in interface Comparable<XmlResourceKey>
Copyright © 2017. All rights reserved.