Class RepeatOnerrorUntilTrueModel


  • public class RepeatOnerrorUntilTrueModel
    extends Object

    Java-Klasse für RepeatOnErrorUntilTrueActionType complex type.

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

     <complexType name="RepeatOnErrorUntilTrueActionType">
       <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="index" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="condition" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="auto-sleep" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>