public class AntDefinition extends Object
Java class for AntActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AntActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<element name="execute">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targets" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<choice minOccurs="0">
<element name="properties">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" maxOccurs="unbounded" minOccurs="0">
<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>
</sequence>
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
<attribute name="build-file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="build-listener" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AntDefinition.Execute
Java class for anonymous complex type.
|
static class |
AntDefinition.Properties
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
buildFile |
protected String |
buildListener |
protected String |
description |
protected AntDefinition.Execute |
execute |
protected AntDefinition.Properties |
properties |
| Constructor and Description |
|---|
AntDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildFile()
Gets the value of the buildFile property.
|
String |
getBuildListener()
Gets the value of the buildListener property.
|
String |
getDescription()
Gets the value of the description property.
|
AntDefinition.Execute |
getExecute()
Gets the value of the execute property.
|
AntDefinition.Properties |
getProperties()
Gets the value of the properties property.
|
void |
setBuildFile(String value)
Sets the value of the buildFile property.
|
void |
setBuildListener(String value)
Sets the value of the buildListener property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExecute(AntDefinition.Execute value)
Sets the value of the execute property.
|
void |
setProperties(AntDefinition.Properties value)
Sets the value of the properties property.
|
protected String description
protected AntDefinition.Execute execute
protected AntDefinition.Properties properties
protected String buildFile
protected String buildListener
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic AntDefinition.Execute getExecute()
AntDefinition.Executepublic void setExecute(AntDefinition.Execute value)
value - allowed object is
AntDefinition.Executepublic AntDefinition.Properties getProperties()
AntDefinition.Propertiespublic void setProperties(AntDefinition.Properties value)
value - allowed object is
AntDefinition.Propertiespublic String getBuildFile()
Stringpublic void setBuildFile(String value)
value - allowed object is
Stringpublic String getBuildListener()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.