com.eviware.soapui.model.support
Interface XPathReference

All Known Implementing Classes:
XPathReferenceImpl

public interface XPathReference


Method Summary
 java.lang.String getLabel()
           
 TestProperty getTargetProperty()
          Gets the property this xpath selects from
 java.lang.String getXPath()
           
 void setXPath(java.lang.String xpath)
           
 void update()
          apply updates
 

Method Detail

getXPath

java.lang.String getXPath()

setXPath

void setXPath(java.lang.String xpath)

getLabel

java.lang.String getLabel()

getTargetProperty

TestProperty getTargetProperty()
Gets the property this xpath selects from


update

void update()
apply updates



Copyright © 2005-2007 eviware.com. All Rights Reserved.