public class Variable extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BASE_VARIABLE |
static int |
CUSTOM_VARIABLE |
protected String |
value |
Modifier and Type | Method and Description |
---|---|
org.apache.synapse.util.xpath.SynapseXPath |
getExpression() |
QName |
getName() |
String |
getRegKey() |
int |
getType() |
String |
getValue() |
int |
getVariableType() |
void |
setExpression(org.apache.synapse.util.xpath.SynapseXPath expression) |
void |
setName(QName name) |
void |
setRegKey(String regKey) |
void |
setType(int type) |
void |
setValue(String value) |
void |
setVariableType(int variableType) |
public static final int BASE_VARIABLE
public static final int CUSTOM_VARIABLE
protected String value
public Variable(QName name)
public QName getName()
public int getType()
public String getValue()
public String getRegKey()
public org.apache.synapse.util.xpath.SynapseXPath getExpression()
public void setName(QName name)
public void setType(int type)
public void setValue(String value)
public void setRegKey(String regKey)
public void setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
public int getVariableType()
public void setVariableType(int variableType)
Copyright © 2021 WSO2. All rights reserved.