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