public class CreateVariablesDefinition extends Object
Java class for CreateVariablesActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateVariablesActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<element name="variable" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="script" type="{http://www.citrusframework.org/schema/testcase}ScriptDefinitionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateVariablesDefinition.Variable
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<CreateVariablesDefinition.Variable> |
variables |
| Constructor and Description |
|---|
CreateVariablesDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<CreateVariablesDefinition.Variable> |
getVariables()
Gets the value of the variables property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected String description
protected List<CreateVariablesDefinition.Variable> variables
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<CreateVariablesDefinition.Variable> getVariables()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the variables property.
For example, to add a new item, do as follows:
getVariables().add(newItem);
Objects of the following type(s) are allowed in the list
CreateVariablesDefinition.Variable
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.