com.pushtotest.testmaker.XSTest.xml.TestScenario
Interface CallT

All Known Implementing Classes:
CallTImpl

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

getTimeout

long getTimeout()
Gets the value of the timeout property.


setTimeout

void setTimeout(long value)
Sets the value of the timeout property.


getModule

java.lang.String getModule()
Gets the value of the module property.

Returns:
possible object is String

setModule

void setModule(java.lang.String value)
Sets the value of the module property.

Parameters:
value - allowed object is String

getTestclass

java.lang.String getTestclass()
Gets the value of the testclass property.

Returns:
possible object is String

setTestclass

void setTestclass(java.lang.String value)
Sets the value of the testclass property.

Parameters:
value - allowed object is String

getInstance

java.lang.String getInstance()
Gets the value of the instance property.

Returns:
possible object is String

setInstance

void setInstance(java.lang.String value)
Sets the value of the instance property.

Parameters:
value - allowed object is String

getMethod

java.lang.String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

void setMethod(java.lang.String value)
Sets the value of the method property.

Parameters:
value - allowed object is String

getLangtype

java.lang.String getLangtype()
Gets the value of the langtype property.

Returns:
possible object is String

setLangtype

void setLangtype(java.lang.String value)
Sets the value of the langtype property.

Parameters:
value - allowed object is String

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getArgument

java.util.List getArgument()
Gets the value of the Argument property.

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