Class ExpectTimeoutModel


  • public class ExpectTimeoutModel
    extends Object

    Java-Klasse für ExpectTimeoutActionType complex type.

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

     <complexType name="ExpectTimeoutActionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
             <element name="select" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="selector" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="element" maxOccurs="unbounded">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="wait" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExpectTimeoutModel

        public ExpectTimeoutModel()
    • Method Detail

      • getDescription

        public String getDescription()
        Ruft den Wert der description-Eigenschaft ab.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Legt den Wert der description-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getSelect

        public String getSelect()
        Ruft den Wert der select-Eigenschaft ab.
        Returns:
        possible object is String
      • setSelect

        public void setSelect​(String value)
        Legt den Wert der select-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getEndpoint

        public String getEndpoint()
        Ruft den Wert der endpoint-Eigenschaft ab.
        Returns:
        possible object is String
      • setEndpoint

        public void setEndpoint​(String value)
        Legt den Wert der endpoint-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getWait

        public Integer getWait()
        Ruft den Wert der wait-Eigenschaft ab.
        Returns:
        possible object is Integer
      • setWait

        public void setWait​(Integer value)
        Legt den Wert der wait-Eigenschaft fest.
        Parameters:
        value - allowed object is Integer