public class TestcaseType
extends java.lang.Object
Java class for testcaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="testcaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}description" minOccurs="0"/> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}fixtures"/> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}test" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://wwww.ibm.com/iib/test/1.0.0}checkPoint" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="datapool" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CheckPointType> |
checkPoint |
protected java.lang.String |
datapool |
protected java.lang.String |
description |
protected FixturesType |
fixtures |
protected java.lang.String |
name |
protected java.util.List<TestType> |
test |
Constructor and Description |
---|
TestcaseType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<CheckPointType> |
getCheckPoint()
Gets the value of the checkPoint property.
|
java.lang.String |
getDatapool()
Gets the value of the datapool property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
FixturesType |
getFixtures()
Gets the value of the fixtures property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<TestType> |
getTest()
Gets the value of the test property.
|
void |
setDatapool(java.lang.String value)
Sets the value of the datapool property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setFixtures(FixturesType value)
Sets the value of the fixtures property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String description
protected FixturesType fixtures
protected java.util.List<TestType> test
protected java.util.List<CheckPointType> checkPoint
protected java.lang.String name
protected java.lang.String datapool
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public FixturesType getFixtures()
FixturesType
public void setFixtures(FixturesType value)
value
- allowed object is
FixturesType
public java.util.List<TestType> getTest()
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 test property.
For example, to add a new item, do as follows:
getTest().add(newItem);
Objects of the following type(s) are allowed in the list
TestType
public java.util.List<CheckPointType> getCheckPoint()
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 checkPoint property.
For example, to add a new item, do as follows:
getCheckPoint().add(newItem);
Objects of the following type(s) are allowed in the list
CheckPointType
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDatapool()
String
public void setDatapool(java.lang.String value)
value
- allowed object is
String