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, Operation operation, boolean request, java.lang.Object target, java.lang.String xpathPropertyName)
           
XPathReferenceImpl(java.lang.String label, TestProperty property, java.lang.Object target, java.lang.String xpathPropertyName)
           
 
Method Summary
 java.lang.String getLabel()
           
 Operation getOperation()
           
 java.lang.String getXPath()
           
 boolean isRequest()
           
 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,
                          Operation operation,
                          boolean request,
                          java.lang.Object target,
                          java.lang.String xpathPropertyName)

XPathReferenceImpl

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

getLabel

public java.lang.String getLabel()
Specified by:
getLabel 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

getOperation

public Operation getOperation()
Specified by:
getOperation in interface XPathReference

isRequest

public boolean isRequest()
Specified by:
isRequest in interface XPathReference


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