public static class VariablesDefinition.Variable.Value 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">
<sequence>
<element name="script" type="{http://www.citrusframework.org/schema/testcase}ScriptDefinitionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ScriptDefinitionType |
script |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
ScriptDefinitionType |
getScript()
Gets the value of the script property.
|
void |
setScript(ScriptDefinitionType value)
Sets the value of the script property.
|
protected ScriptDefinitionType script
public ScriptDefinitionType getScript()
ScriptDefinitionTypepublic void setScript(ScriptDefinitionType value)
value - allowed object is
ScriptDefinitionTypeCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.