public class ScriptDefinitionType extends Object
Java class for ScriptDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScriptDefinitionType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="groovy"/>
</restriction>
</simpleType>
</attribute>
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
file |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
ScriptDefinitionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the value of the file property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFile(String value)
Sets the value of the file property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getFile()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.