public class CallTemplateDefinition extends Object
Java class for CallTemplateActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CallTemplateActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<element name="parameter" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</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>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CallTemplateDefinition.Parameter
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected List<CallTemplateDefinition.Parameter> |
parameters |
| Constructor and Description |
|---|
CallTemplateDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
List<CallTemplateDefinition.Parameter> |
getParameters()
Gets the value of the parameters property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected List<CallTemplateDefinition.Parameter> parameters
protected String name
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<CallTemplateDefinition.Parameter> getParameters()
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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
CallTemplateDefinition.Parameter
public String getName()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.