Class Timeout


  • public class Timeout
    extends java.lang.Object
    Allow to configure timeout for the wait node

    Java class for timeout complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="timeout">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="delay" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="then" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected javax.xml.datatype.Duration delay  
      protected java.lang.String then  
    • Constructor Summary

      Constructors 
      Constructor Description
      Timeout()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.datatype.Duration getDelay()
      Gets the value of the delay property.
      java.lang.String getThen()
      Gets the value of the then property.
      void setDelay​(javax.xml.datatype.Duration value)
      Sets the value of the delay property.
      void setThen​(java.lang.String value)
      Sets the value of the then property.
      • Methods inherited from class java.lang.Object

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

      • delay

        protected javax.xml.datatype.Duration delay
      • then

        protected java.lang.String then
    • Constructor Detail

      • Timeout

        public Timeout()
    • Method Detail

      • getDelay

        public javax.xml.datatype.Duration getDelay()
        Gets the value of the delay property.
        Returns:
        possible object is Duration
      • setDelay

        public void setDelay​(javax.xml.datatype.Duration value)
        Sets the value of the delay property.
        Parameters:
        value - allowed object is Duration
      • 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