|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UsecaseT
Java content class for usecase_t complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/frankcohen/dev/cvs/tm_newer/tm5/TestMaker/src/com/pushtotest/testmaker/XSTest/xml/TestScenario/testscenario.xsd line 195)
<complexType name="usecase_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="setup" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
<choice>
<element name="test" type="{www.pushtotest.com/tm5}test_t"/>
<element name="sequence" type="{www.pushtotest.com/tm5}sequence_t" maxOccurs="unbounded"/>
</choice>
<element name="teardown" type="{www.pushtotest.com/tm5}call_t" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List |
getSequence()
Gets the value of the Sequence property. |
CallT |
getSetup()
Gets the value of the setup property. |
CallT |
getTeardown()
Gets the value of the teardown property. |
TestT |
getTest()
Gets the value of the test property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSetup(CallT value)
Sets the value of the setup property. |
void |
setTeardown(CallT value)
Sets the value of the teardown property. |
void |
setTest(TestT value)
Sets the value of the test property. |
| Method Detail |
|---|
CallT getTeardown()
CallTvoid setTeardown(CallT value)
value - allowed object is
CallTjava.util.List getSequence()
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 Sequence property.
For example, to add a new item, do as follows:
getSequence().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceT
TestT getTest()
TestTvoid setTest(TestT value)
value - allowed object is
TestTCallT getSetup()
CallTvoid setSetup(CallT value)
value - allowed object is
CallTjava.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||