public class TestSteps
extends java.lang.Object
Java class for testSteps element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="testSteps">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="testStep">
<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>
</element>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Class and Description |
|---|---|
static class |
TestSteps.TestStep
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TestSteps.TestStep> |
testStep |
| Constructor and Description |
|---|
TestSteps() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TestSteps.TestStep> |
getTestStep()
Gets the value of the testStep property.
|
protected java.util.List<TestSteps.TestStep> testStep
public java.util.List<TestSteps.TestStep> getTestStep()
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 testStep property.
For example, to add a new item, do as follows:
getTestStep().add(newItem);
Objects of the following type(s) are allowed in the list TestSteps.TestStep
Copyright © 2000 Infostretch Corp.