public class ActionDefinition extends TestActionType
Java class for ActionReferenceActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionReferenceActionType">
<complexContent>
<extension base="{http://www.citrusframework.org/schema/testcase}TestActionType">
<attribute name="reference" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reference |
description| Constructor and Description |
|---|
ActionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReference()
Gets the value of the reference property.
|
void |
setReference(String value)
Sets the value of the reference property.
|
getDescription, setDescriptionprotected String reference
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.