public class BeforeTestDefinition 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="actions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded">
<any namespace='http://www.citrusframework.org/schema/testcase'/>
<any namespace='http://www.citrusframework.org/schema/jms/testcase'/>
<any namespace='http://www.citrusframework.org/schema/ws/testcase'/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="test" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="groups" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BeforeTestDefinition.Actions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
_package |
protected BeforeTestDefinition.Actions |
actions |
protected String |
groups |
protected String |
id |
protected String |
test |
| Constructor and Description |
|---|
BeforeTestDefinition() |
| Modifier and Type | Method and Description |
|---|---|
BeforeTestDefinition.Actions |
getActions()
Gets the value of the actions property.
|
String |
getGroups()
Gets the value of the groups property.
|
String |
getId()
Gets the value of the id property.
|
String |
getPackage()
Gets the value of the package property.
|
String |
getTest()
Gets the value of the test property.
|
void |
setActions(BeforeTestDefinition.Actions value)
Sets the value of the actions property.
|
void |
setGroups(String value)
Sets the value of the groups property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPackage(String value)
Sets the value of the package property.
|
void |
setTest(String value)
Sets the value of the test property.
|
protected BeforeTestDefinition.Actions actions
protected String id
protected String test
protected String _package
protected String groups
public BeforeTestDefinition.Actions getActions()
BeforeTestDefinition.Actionspublic void setActions(BeforeTestDefinition.Actions value)
value - allowed object is
BeforeTestDefinition.Actionspublic void setId(String value)
value - allowed object is
Stringpublic String getTest()
Stringpublic void setTest(String value)
value - allowed object is
Stringpublic String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
Stringpublic String getGroups()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.