Class Wait


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

      Fields 
      Modifier and Type Field 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 Summary

      Constructors 
      Constructor Description
      Wait()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • event

        protected java.lang.String event
      • _case

        protected Case _case
      • timeout

        protected Timeout timeout
      • then

        protected java.lang.String then
      • prependProcessCode

        protected java.lang.Boolean prependProcessCode
      • id

        protected java.lang.String id
    • Constructor Detail

      • Wait

        public Wait()
    • 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 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 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 is String
      • 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 is Boolean
      • 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 is String