public static class ReceiveDefinition.Message.Validate.Xpath extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="result-type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="node"/>
<enumeration value="node-set"/>
<enumeration value="boolean"/>
<enumeration value="string"/>
<enumeration value="number"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected String |
resultType |
protected String |
value |
| Constructor and Description |
|---|
Xpath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the value of the expression property.
|
String |
getResultType()
Gets the value of the resultType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setResultType(String value)
Sets the value of the resultType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String expression
protected String value
protected String resultType
public String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getResultType()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.