public class StopDefinition extends Object
Java class for StopActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopActionType">
<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 |
StopDefinition.Servers
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
server |
protected StopDefinition.Servers |
servers |
| Constructor and Description |
|---|
StopDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getServer()
Gets the value of the server property.
|
StopDefinition.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(StopDefinition.Servers value)
Sets the value of the servers property.
|
protected String description
protected StopDefinition.Servers servers
protected String server
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic StopDefinition.Servers getServers()
StopDefinition.Serverspublic void setServers(StopDefinition.Servers value)
value - allowed object is
StopDefinition.Serverspublic String getServer()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.