public class GroovyDefinition extends Object
Java class for GroovyActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroovyActionType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="use-script-template" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="script-template" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
resource |
protected String |
scriptTemplate |
protected Boolean |
useScriptTemplate |
protected String |
value |
| Constructor and Description |
|---|
GroovyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResource()
Gets the value of the resource property.
|
String |
getScriptTemplate()
Gets the value of the scriptTemplate property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isUseScriptTemplate()
Gets the value of the useScriptTemplate property.
|
void |
setResource(String value)
Sets the value of the resource property.
|
void |
setScriptTemplate(String value)
Sets the value of the scriptTemplate property.
|
void |
setUseScriptTemplate(Boolean value)
Sets the value of the useScriptTemplate property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String resource
protected Boolean useScriptTemplate
protected String scriptTemplate
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getResource()
Stringpublic void setResource(String value)
value - allowed object is
Stringpublic Boolean isUseScriptTemplate()
Booleanpublic void setUseScriptTemplate(Boolean value)
value - allowed object is
Booleanpublic String getScriptTemplate()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.