com.eviware.soapui.model.support
Class XPathReferenceImpl

java.lang.Object
  extended by 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)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathReferenceImpl

public XPathReferenceImpl(java.lang.String label,
                          TestProperty targetProperty,
                          java.lang.Object target,
                          java.lang.String xpathPropertyName)
Method Detail

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-2010 eviware.com. All Rights Reserved.