public class Timeout extends Object
Java class for timeout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timeout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="delay" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="then" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
delay |
protected String |
then |
| Constructor and Description |
|---|
Timeout() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDelay()
Gets the value of the delay property.
|
String |
getThen()
Gets the value of the then property.
|
void |
setDelay(Duration value)
Sets the value of the delay property.
|
void |
setThen(String value)
Sets the value of the then property.
|
public Duration getDelay()
Durationpublic void setDelay(Duration value)
value - allowed object is
Durationpublic String getThen()
StringCopyright © 2017 SAP SE. All Rights Reserved.