|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallT
Java content class for call_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 207)
<complexType name="call_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="argument" type="{www.pushtotest.com/tm5}argument_t" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="instance" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="langtype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="module" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="testclass" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.util.List |
getArgument()
Gets the value of the Argument property. |
java.lang.String |
getInstance()
Gets the value of the instance property. |
java.lang.String |
getLangtype()
Gets the value of the langtype property. |
java.lang.String |
getMethod()
Gets the value of the method property. |
java.lang.String |
getModule()
Gets the value of the module property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getTestclass()
Gets the value of the testclass property. |
long |
getTimeout()
Gets the value of the timeout property. |
void |
setInstance(java.lang.String value)
Sets the value of the instance property. |
void |
setLangtype(java.lang.String value)
Sets the value of the langtype property. |
void |
setMethod(java.lang.String value)
Sets the value of the method property. |
void |
setModule(java.lang.String value)
Sets the value of the module property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setTestclass(java.lang.String value)
Sets the value of the testclass property. |
void |
setTimeout(long value)
Sets the value of the timeout property. |
| Method Detail |
|---|
long getTimeout()
void setTimeout(long value)
java.lang.String getModule()
Stringvoid setModule(java.lang.String value)
value - allowed object is
Stringjava.lang.String getTestclass()
Stringvoid setTestclass(java.lang.String value)
value - allowed object is
Stringjava.lang.String getInstance()
Stringvoid setInstance(java.lang.String value)
value - allowed object is
Stringjava.lang.String getMethod()
Stringvoid setMethod(java.lang.String value)
value - allowed object is
Stringjava.lang.String getLangtype()
Stringvoid setLangtype(java.lang.String value)
value - allowed object is
Stringjava.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is
Stringjava.util.List getArgument()
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 Argument property.
For example, to add a new item, do as follows:
getArgument().add(newItem);
Objects of the following type(s) are allowed in the list
ArgumentT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||