public class Wait
extends java.lang.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 java.lang.String |
event |
protected java.lang.String |
id |
protected java.lang.Boolean |
prependProcessCode |
protected java.lang.String |
then |
protected Timeout |
timeout |
| Constructor and Description |
|---|
Wait() |
| Modifier and Type | Method and Description |
|---|---|
Case |
getCase()
Gets the value of the case property.
|
java.lang.String |
getEvent()
Gets the value of the event property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.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(java.lang.String value)
Sets the value of the event property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setPrependProcessCode(java.lang.Boolean value)
Sets the value of the prependProcessCode property.
|
void |
setThen(java.lang.String value)
Sets the value of the then property.
|
void |
setTimeout(Timeout value)
Sets the value of the timeout property.
|
protected java.lang.String event
protected Case _case
protected Timeout timeout
protected java.lang.String then
protected java.lang.Boolean prependProcessCode
protected java.lang.String id
public java.lang.String getEvent()
Stringpublic void setEvent(java.lang.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 java.lang.String getThen()
Stringpublic void setThen(java.lang.String value)
value - allowed object is
Stringpublic boolean isPrependProcessCode()
Booleanpublic void setPrependProcessCode(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.