Class JavaModel


  • public class JavaModel
    extends Object

    Java-Klasse für JavaActionType complex type.

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

     <complexType name="JavaActionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
             <element name="constructor" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="argument" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.w3.org/2001/XMLSchema>string">
                               <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="method">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="argument" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://www.w3.org/2001/XMLSchema>string">
                               <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • JavaModel

        public JavaModel()
    • 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
      • setMethod

        public void setMethod​(JavaModel.Method value)
        Legt den Wert der method-Eigenschaft fest.
        Parameters:
        value - allowed object is JavaModel.Method
      • getClazz

        public String getClazz()
        Ruft den Wert der clazz-Eigenschaft ab.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(String value)
        Legt den Wert der clazz-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getRef

        public String getRef()
        Ruft den Wert der ref-Eigenschaft ab.
        Returns:
        possible object is String
      • setRef

        public void setRef​(String value)
        Legt den Wert der ref-Eigenschaft fest.
        Parameters:
        value - allowed object is String