Package org.wso2.carbon.mediator.xquery
Class Variable
- java.lang.Object
-
- org.wso2.carbon.mediator.xquery.Variable
-
public class Variable extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BASE_VARIABLE
static int
CUSTOM_VARIABLE
protected String
value
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
BASE_VARIABLE
public static final int BASE_VARIABLE
- See Also:
- Constant Field Values
-
CUSTOM_VARIABLE
public static final int CUSTOM_VARIABLE
- See Also:
- Constant Field Values
-
value
protected String value
-
-
Constructor Detail
-
Variable
public Variable(QName name)
-
-
Method Detail
-
getName
public QName getName()
-
getType
public int getType()
-
getValue
public String getValue()
-
getRegKey
public String getRegKey()
-
getExpression
public org.apache.synapse.util.xpath.SynapseXPath getExpression()
-
setName
public void setName(QName name)
-
setType
public void setType(int type)
-
setValue
public void setValue(String value)
-
setRegKey
public void setRegKey(String regKey)
-
setExpression
public void setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
-
getVariableType
public int getVariableType()
-
setVariableType
public void setVariableType(int variableType)
-
-