public class XmlResourceKey extends Object implements Serializable, Comparable<XmlResourceKey>, Cloneable
Constructor and Description |
---|
XmlResourceKey()
Instantiates a new XML object.
|
XmlResourceKey(XmlResourceKey copy) |
Modifier and Type | Method and Description |
---|---|
void |
addKeyXpath(String keyXpath)
Adds the key XPath.
|
XmlResourceKey |
clone() |
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 XmlResourceKey()
public XmlResourceKey(XmlResourceKey copy)
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>
public XmlResourceKey clone()
Copyright © 2021. All rights reserved.