public class Path extends Object
The value of the content will be taken to match the path.
If isRegExp="true", the whole path has to match the given regular expression. If isRegExp="false", the path has to start with the given string.
If <path /> is a child element of a <soapProxy />, the isRegExp attribute must not be present.
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
| Constructor and Description |
|---|
Path() |
Path(boolean regExp,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
boolean |
isRegExp() |
void |
setRegExp(boolean regExp) |
void |
setValue(String value) |
public static final String ELEMENT_NAME
public Path()
public Path(boolean regExp,
String value)
public boolean isRegExp()
public void setRegExp(boolean regExp)
public String getValue()
public void setValue(String value)
Copyright © 2022. All Rights Reserved.