public class JavaDefinition extends Object
Java class for JavaActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaDefinition.Constructor
Java class for anonymous complex type.
|
static class |
JavaDefinition.Method
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected JavaDefinition.Constructor |
constructor |
protected String |
description |
protected JavaDefinition.Method |
method |
protected String |
ref |
| Constructor and Description |
|---|
JavaDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
JavaDefinition.Constructor |
getConstructor()
Gets the value of the constructor property.
|
String |
getDescription()
Gets the value of the description property.
|
JavaDefinition.Method |
getMethod()
Gets the value of the method property.
|
String |
getRef()
Gets the value of the ref property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setConstructor(JavaDefinition.Constructor value)
Sets the value of the constructor property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMethod(JavaDefinition.Method value)
Sets the value of the method property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
protected String description
protected JavaDefinition.Constructor constructor
protected JavaDefinition.Method method
protected String clazz
protected String ref
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic JavaDefinition.Constructor getConstructor()
JavaDefinition.Constructorpublic void setConstructor(JavaDefinition.Constructor value)
value - allowed object is
JavaDefinition.Constructorpublic JavaDefinition.Method getMethod()
JavaDefinition.Methodpublic void setMethod(JavaDefinition.Method value)
value - allowed object is
JavaDefinition.Methodpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getRef()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.