public class PlsqlDefinition extends Object
Java class for PlsqlActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlsqlActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<choice>
<element name="resource">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
<attribute name="datasource" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ignore-errors" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlsqlDefinition.Resource
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
datasource |
protected String |
description |
protected String |
ignoreErrors |
protected PlsqlDefinition.Resource |
resource |
protected String |
script |
| Constructor and Description |
|---|
PlsqlDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasource()
Gets the value of the datasource property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getIgnoreErrors()
Gets the value of the ignoreErrors property.
|
PlsqlDefinition.Resource |
getResource()
Gets the value of the resource property.
|
String |
getScript()
Gets the value of the script property.
|
void |
setDatasource(String value)
Sets the value of the datasource property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIgnoreErrors(String value)
Sets the value of the ignoreErrors property.
|
void |
setResource(PlsqlDefinition.Resource value)
Sets the value of the resource property.
|
void |
setScript(String value)
Sets the value of the script property.
|
protected String description
protected String script
protected PlsqlDefinition.Resource resource
protected String datasource
protected String ignoreErrors
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getScript()
Stringpublic void setScript(String value)
value - allowed object is
Stringpublic PlsqlDefinition.Resource getResource()
PlsqlDefinition.Resourcepublic void setResource(PlsqlDefinition.Resource value)
value - allowed object is
PlsqlDefinition.Resourcepublic String getDatasource()
Stringpublic void setDatasource(String value)
value - allowed object is
Stringpublic String getIgnoreErrors()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.