com.eviware.soapui.model.support
Class XPathReferenceImpl
java.lang.Object
com.eviware.soapui.model.support.XPathReferenceImpl
- All Implemented Interfaces:
- XPathReference
public class XPathReferenceImpl
- extends java.lang.Object
- implements XPathReference
Constructor Summary |
XPathReferenceImpl(java.lang.String label,
TestProperty targetProperty,
java.lang.Object target,
java.lang.String xpathPropertyName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathReferenceImpl
public XPathReferenceImpl(java.lang.String label,
TestProperty targetProperty,
java.lang.Object target,
java.lang.String xpathPropertyName)
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface XPathReference
getTargetProperty
public TestProperty getTargetProperty()
- Description copied from interface:
XPathReference
- Gets the property this xpath selects from
- Specified by:
getTargetProperty
in interface XPathReference
getXPath
public java.lang.String getXPath()
- Specified by:
getXPath
in interface XPathReference
setXPath
public void setXPath(java.lang.String xpath)
- Specified by:
setXPath
in interface XPathReference
update
public void update()
- Description copied from interface:
XPathReference
- apply updates
- Specified by:
update
in interface XPathReference
Copyright © 2005-2007 eviware.com. All Rights Reserved.