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

All Known Implementing Classes:
ValueContainerTImpl

public interface ValueContainerT

Java content class for valueContainer_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 316)

 <complexType name="valueContainer_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="multiple" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="steps" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 int getMultiple()
          Gets the value of the multiple property.
 int getStart()
          Gets the value of the start property.
 int getSteps()
          Gets the value of the steps property.
 int getValue()
          Gets the value of the value property.
 void setMultiple(int value)
          Sets the value of the multiple property.
 void setStart(int value)
          Sets the value of the start property.
 void setSteps(int value)
          Sets the value of the steps property.
 void setValue(int value)
          Sets the value of the value property.
 

Method Detail

getValue

int getValue()
Gets the value of the value property.


setValue

void setValue(int value)
Sets the value of the value property.


getStart

int getStart()
Gets the value of the start property.


setStart

void setStart(int value)
Sets the value of the start property.


getSteps

int getSteps()
Gets the value of the steps property.


setSteps

void setSteps(int value)
Sets the value of the steps property.


getMultiple

int getMultiple()
Gets the value of the multiple property.


setMultiple

void setMultiple(int value)
Sets the value of the multiple property.