public class StartDefinition extends Object
Java class for StartActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StartActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<element name="servers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="server" 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" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="server" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
StartDefinition.Servers
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
server |
protected StartDefinition.Servers |
servers |
| Constructor and Description |
|---|
StartDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getServer()
Gets the value of the server property.
|
StartDefinition.Servers |
getServers()
Gets the value of the servers property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setServer(String value)
Sets the value of the server property.
|
void |
setServers(StartDefinition.Servers value)
Sets the value of the servers property.
|
protected String description
protected StartDefinition.Servers servers
protected String server
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic StartDefinition.Servers getServers()
StartDefinition.Serverspublic void setServers(StartDefinition.Servers value)
value - allowed object is
StartDefinition.Serverspublic String getServer()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.