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