public static class TestSteps.TestStep
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="arg" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lineNo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="noOfaArgs" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TestSteps.TestStep.Arg
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TestSteps.TestStep.Arg> |
arg |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.lang.String |
noOfaArgs |
protected java.lang.String |
returns |
| Constructor and Description |
|---|
TestStep() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TestSteps.TestStep.Arg> |
getArg()
Gets the value of the arg property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNoOfaArgs()
Gets the value of the noOfaArgs property.
|
java.lang.String |
getReturns() |
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNoOfaArgs(java.lang.String value)
Sets the value of the noOfaArgs property.
|
void |
setReturns(java.lang.String returns) |
protected java.util.List<TestSteps.TestStep.Arg> arg
protected java.lang.String description
protected java.lang.String name
protected java.lang.String noOfaArgs
protected java.lang.String returns
public java.util.List<TestSteps.TestStep.Arg> getArg()
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 arg property.
For example, to add a new item, do as follows:
getArg().add(newItem);
Objects of the following type(s) are allowed in the list TestSteps.TestStep.Arg
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getNoOfaArgs()
Stringpublic void setNoOfaArgs(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getReturns()
public void setReturns(java.lang.String returns)
returns - the returns to setCopyright © 2000 Infostretch Corp.