java.lang.Object
de.hybris.platform.processengine.definition.xml.Wait

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>
 
  • Field Details

    • event

      protected String event
    • _case

      protected Case _case
    • timeout

      protected Timeout timeout
    • then

      protected String then
    • prependProcessCode

      protected Boolean prependProcessCode
    • id

      protected String id
  • Constructor Details

    • Wait

      public Wait()
  • Method Details

    • getEvent

      public String getEvent()
      Gets the value of the event property.
      Returns:
      possible object is String
    • setEvent

      public void setEvent(String value)
      Sets the value of the event property.
      Parameters:
      value - allowed object is String
    • getCase

      public Case getCase()
      Gets the value of the case property.
      Returns:
      possible object is Case
    • setCase

      public void setCase(Case value)
      Sets the value of the case property.
      Parameters:
      value - allowed object is Case
    • 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 is Timeout
    • getThen

      public String getThen()
      Gets the value of the then property.
      Returns:
      possible object is String
    • setThen

      public void setThen(String value)
      Sets the value of the then property.
      Parameters:
      value - allowed object is String
    • isPrependProcessCode

      public boolean isPrependProcessCode()
      Gets the value of the prependProcessCode property.
      Returns:
      possible object is Boolean
    • setPrependProcessCode

      public void setPrependProcessCode(Boolean value)
      Sets the value of the prependProcessCode property.
      Parameters:
      value - allowed object is Boolean
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String