systemic.sif.sifcommon.model
Class XPathValue
java.lang.Object
systemic.sif.sifcommon.model.XPathValue
- All Implemented Interfaces:
- java.io.Serializable
public class XPathValue
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Joerg Huber
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XPathValue
public XPathValue()
XPathValue
public XPathValue(java.lang.String xpath,
java.lang.String value)
getXpath
public java.lang.String getXpath()
setXpath
public void setXpath(java.lang.String xpath)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object