public class XPathReferenceImpl extends Object implements XPathReference
Constructor and Description |
---|
XPathReferenceImpl(String label,
Operation operation,
boolean request,
Object target,
String xpathPropertyName) |
XPathReferenceImpl(String label,
TestProperty property,
Object target,
String xpathPropertyName) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Operation |
getOperation() |
String |
getXPath() |
boolean |
isRequest() |
void |
setXPath(String xpath) |
void |
update()
apply updates
|
public XPathReferenceImpl(String label, Operation operation, boolean request, Object target, String xpathPropertyName)
public XPathReferenceImpl(String label, TestProperty property, Object target, String xpathPropertyName)
public String getLabel()
getLabel
in interface XPathReference
public String getXPath()
getXPath
in interface XPathReference
public void setXPath(String xpath)
setXPath
in interface XPathReference
public void update()
XPathReference
update
in interface XPathReference
public Operation getOperation()
getOperation
in interface XPathReference
public boolean isRequest()
isRequest
in interface XPathReference
Copyright © 2019. All Rights Reserved.