public class WaitDefinition extends Object
Java class for WaitActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WaitActionType">
<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="http" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="file" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
<attribute name="seconds" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="milliseconds" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="interval" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
WaitDefinition.File
Java class for anonymous complex type.
|
static class |
WaitDefinition.Http
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected WaitDefinition.File |
file |
protected WaitDefinition.Http |
http |
protected String |
interval |
protected String |
milliseconds |
protected String |
seconds |
| Constructor and Description |
|---|
WaitDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
WaitDefinition.File |
getFile()
Gets the value of the file property.
|
WaitDefinition.Http |
getHttp()
Gets the value of the http property.
|
String |
getInterval()
Gets the value of the interval property.
|
String |
getMilliseconds()
Gets the value of the milliseconds property.
|
String |
getSeconds()
Gets the value of the seconds property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFile(WaitDefinition.File value)
Sets the value of the file property.
|
void |
setHttp(WaitDefinition.Http value)
Sets the value of the http property.
|
void |
setInterval(String value)
Sets the value of the interval property.
|
void |
setMilliseconds(String value)
Sets the value of the milliseconds property.
|
void |
setSeconds(String value)
Sets the value of the seconds property.
|
protected String description
protected WaitDefinition.File file
protected WaitDefinition.Http http
protected String seconds
protected String milliseconds
protected String interval
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic WaitDefinition.File getFile()
WaitDefinition.Filepublic void setFile(WaitDefinition.File value)
value - allowed object is
WaitDefinition.Filepublic WaitDefinition.Http getHttp()
WaitDefinition.Httppublic void setHttp(WaitDefinition.Http value)
value - allowed object is
WaitDefinition.Httppublic String getSeconds()
Stringpublic void setSeconds(String value)
value - allowed object is
Stringpublic String getMilliseconds()
Stringpublic void setMilliseconds(String value)
value - allowed object is
Stringpublic String getInterval()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.