public class Timeout
extends java.lang.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 javax.xml.datatype.Duration |
delay |
protected java.lang.String |
then |
| Constructor and Description |
|---|
Timeout() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.Duration |
getDelay()
Gets the value of the delay property.
|
java.lang.String |
getThen()
Gets the value of the then property.
|
void |
setDelay(javax.xml.datatype.Duration value)
Sets the value of the delay property.
|
void |
setThen(java.lang.String value)
Sets the value of the then property.
|
public javax.xml.datatype.Duration getDelay()
Durationpublic void setDelay(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String getThen()
Stringpublic void setThen(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.