public class Wait extends Object
Java class for wait complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wait">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="event" type="{http://www.hybris.de/xsd/processdefinition}name"/>
<element name="case" type="{http://www.hybris.de/xsd/processdefinition}case"/>
</choice>
<element name="timeout" type="{http://www.hybris.de/xsd/processdefinition}timeout" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.hybris.de/xsd/processdefinition}nodeAttributes"/>
<attribute name="then" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="prependProcessCode" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Case |
_case |
protected String |
event |
protected String |
id |
protected Boolean |
prependProcessCode |
protected String |
then |
protected Timeout |
timeout |
| Constructor and Description |
|---|
Wait() |
| Modifier and Type | Method and Description |
|---|---|
Case |
getCase()
Gets the value of the case property.
|
String |
getEvent()
Gets the value of the event property.
|
String |
getId()
Gets the value of the id property.
|
String |
getThen()
Gets the value of the then property.
|
Timeout |
getTimeout()
Gets the value of the timeout property.
|
boolean |
isPrependProcessCode()
Gets the value of the prependProcessCode property.
|
void |
setCase(Case value)
Sets the value of the case property.
|
void |
setEvent(String value)
Sets the value of the event property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPrependProcessCode(Boolean value)
Sets the value of the prependProcessCode property.
|
void |
setThen(String value)
Sets the value of the then property.
|
void |
setTimeout(Timeout value)
Sets the value of the timeout property.
|
protected String event
protected Case _case
protected Timeout timeout
protected String then
protected Boolean prependProcessCode
protected String id
public String getEvent()
Stringpublic void setEvent(String value)
value - allowed object is
Stringpublic void setCase(Case value)
value - allowed object is
Casepublic Timeout getTimeout()
Timeoutpublic void setTimeout(Timeout value)
value - allowed object is
Timeoutpublic String getThen()
Stringpublic void setThen(String value)
value - allowed object is
Stringpublic boolean isPrependProcessCode()
Booleanpublic void setPrependProcessCode(Boolean value)
value - allowed object is
BooleanCopyright © 2017 SAP SE. All Rights Reserved.