public static class ReceiveDefinition.Extract.Message extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="variable" 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>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
path |
protected String |
resultType |
protected String |
value |
protected String |
variable |
| Constructor and Description |
|---|
Message() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
String |
getResultType()
Gets the value of the resultType property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getVariable()
Gets the value of the variable property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setResultType(String value)
Sets the value of the resultType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setVariable(String value)
Sets the value of the variable property.
|
protected String value
protected String path
protected String variable
protected String resultType
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getVariable()
Stringpublic void setVariable(String value)
value - allowed object is
Stringpublic String getResultType()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.