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

All Known Implementing Classes:
ArgumentTImpl

public interface ArgumentT

Java content class for argument_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 133)

 <complexType name="argument_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="dpl" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="index" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDpl()
          Gets the value of the dpl property.
 java.lang.String getIndex()
          Gets the value of the index property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setDpl(java.lang.String value)
          Sets the value of the dpl property.
 void setIndex(java.lang.String value)
          Sets the value of the index property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 

Method Detail

getIndex

java.lang.String getIndex()
Gets the value of the index property.

Returns:
possible object is String

setIndex

void setIndex(java.lang.String value)
Sets the value of the index property.

Parameters:
value - allowed object is String

getValue

java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getDpl

java.lang.String getDpl()
Gets the value of the dpl property.

Returns:
possible object is String

setDpl

void setDpl(java.lang.String value)
Sets the value of the dpl 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