public class EchoDefinition extends Object
Java class for EchoActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EchoActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
message |
| Constructor and Description |
|---|
EchoDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getMessage()
Gets the value of the message property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getMessage()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.