|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
int getValue()
void setValue(int value)
int getStart()
void setStart(int value)
int getSteps()
void setSteps(int value)
int getMultiple()
void setMultiple(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||