Class Wait
- java.lang.Object
-
- de.hybris.platform.processengine.definition.xml.Wait
-
public class Wait extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description Wait()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CasegetCase()Gets the value of the case property.java.lang.StringgetEvent()Gets the value of the event property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetThen()Gets the value of the then property.TimeoutgetTimeout()Gets the value of the timeout property.booleanisPrependProcessCode()Gets the value of the prependProcessCode property.voidsetCase(Case value)Sets the value of the case property.voidsetEvent(java.lang.String value)Sets the value of the event property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetPrependProcessCode(java.lang.Boolean value)Sets the value of the prependProcessCode property.voidsetThen(java.lang.String value)Sets the value of the then property.voidsetTimeout(Timeout value)Sets the value of the timeout property.
-
-
-
Method Detail
-
getEvent
public java.lang.String getEvent()
Gets the value of the event property.- Returns:
- possible object is
String
-
setEvent
public void setEvent(java.lang.String value)
Sets the value of the event property.- Parameters:
value- allowed object isString
-
setCase
public void setCase(Case value)
Sets the value of the case property.- Parameters:
value- allowed object isCase
-
getTimeout
public Timeout getTimeout()
Gets the value of the timeout property.- Returns:
- possible object is
Timeout
-
setTimeout
public void setTimeout(Timeout value)
Sets the value of the timeout property.- Parameters:
value- allowed object isTimeout
-
getThen
public java.lang.String getThen()
Gets the value of the then property.- Returns:
- possible object is
String
-
setThen
public void setThen(java.lang.String value)
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
public void setPrependProcessCode(java.lang.Boolean value)
Sets the value of the prependProcessCode property.- Parameters:
value- allowed object isBoolean
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-