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

public class Timeout extends 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 Details

  • Constructor Details

    • Timeout

      public Timeout()
  • Method Details

    • getDelay

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

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