|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponsetimeType
Java content class for anonymous 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/PAAS/GSRS.xsd line 107)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}average"/>
<element ref="{}minimum"/>
<element ref="{}maximum"/>
<element ref="{}testcount"/>
</sequence>
<attribute name="measurement" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
java.math.BigInteger |
getAverage()
Gets the value of the average property. |
java.math.BigInteger |
getMaximum()
Gets the value of the maximum property. |
java.lang.String |
getMeasurement()
Gets the value of the measurement property. |
java.math.BigInteger |
getMinimum()
Gets the value of the minimum property. |
java.math.BigInteger |
getTestcount()
Gets the value of the testcount property. |
void |
setAverage(java.math.BigInteger value)
Sets the value of the average property. |
void |
setMaximum(java.math.BigInteger value)
Sets the value of the maximum property. |
void |
setMeasurement(java.lang.String value)
Sets the value of the measurement property. |
void |
setMinimum(java.math.BigInteger value)
Sets the value of the minimum property. |
void |
setTestcount(java.math.BigInteger value)
Sets the value of the testcount property. |
| Method Detail |
|---|
java.math.BigInteger getMinimum()
BigIntegervoid setMinimum(java.math.BigInteger value)
value - allowed object is
BigIntegerjava.math.BigInteger getMaximum()
BigIntegervoid setMaximum(java.math.BigInteger value)
value - allowed object is
BigIntegerjava.lang.String getMeasurement()
Stringvoid setMeasurement(java.lang.String value)
value - allowed object is
Stringjava.math.BigInteger getAverage()
BigIntegervoid setAverage(java.math.BigInteger value)
value - allowed object is
BigIntegerjava.math.BigInteger getTestcount()
BigIntegervoid setTestcount(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||