Class Wait
java.lang.Object
de.hybris.platform.processengine.definition.xml.Wait
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCase()Gets the value of the case property.getEvent()Gets the value of the event property.getId()Gets the value of the id property.getThen()Gets the value of the then property.Gets the value of the timeout property.booleanGets the value of the prependProcessCode property.voidSets the value of the case property.voidSets the value of the event property.voidSets the value of the id property.voidsetPrependProcessCode(Boolean value) Sets the value of the prependProcessCode property.voidSets the value of the then property.voidsetTimeout(Timeout value) Sets the value of the timeout property.
-
Field Details
-
event
-
_case
-
timeout
-
then
-
prependProcessCode
-
id
-
-
Constructor Details
-
Wait
public Wait()
-
-
Method Details
-
getEvent
Gets the value of the event property.- Returns:
- possible object is
String
-
setEvent
Sets the value of the event property.- Parameters:
value- allowed object isString
-
getCase
Gets the value of the case property.- Returns:
- possible object is
Case
-
setCase
Sets the value of the case property.- Parameters:
value- allowed object isCase
-
getTimeout
Gets the value of the timeout property.- Returns:
- possible object is
Timeout
-
setTimeout
Sets the value of the timeout property.- Parameters:
value- allowed object isTimeout
-
getThen
Gets the value of the then property.- Returns:
- possible object is
String
-
setThen
Sets the value of the then property.- Parameters:
value- allowed object isString
-
isPrependProcessCode
public boolean isPrependProcessCode()Gets the value of the prependProcessCode property.- Returns:
- possible object is
Boolean
-
setPrependProcessCode
Sets the value of the prependProcessCode property.- Parameters:
value- allowed object isBoolean
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-