Class TimerModel

java.lang.Object
org.citrusframework.model.testcase.core.TimerModel

public class TimerModel extends Object

Java-Klasse für TimerActionType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.


 <complexType name="TimerActionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
         <group ref="{http://www.citrusframework.org/schema/testcase}actionGroup" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="interval" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="delay" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="repeatCount" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fork" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>