com.pushtotest.testmaker.XSTest.PAAS.GSRS
Interface ResponsetimeType

All Known Subinterfaces:
Responsetime
All Known Implementing Classes:
ResponsetimeImpl, ResponsetimeTypeImpl

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

getMinimum

java.math.BigInteger getMinimum()
Gets the value of the minimum property.

Returns:
possible object is BigInteger

setMinimum

void setMinimum(java.math.BigInteger value)
Sets the value of the minimum property.

Parameters:
value - allowed object is BigInteger

getMaximum

java.math.BigInteger getMaximum()
Gets the value of the maximum property.

Returns:
possible object is BigInteger

setMaximum

void setMaximum(java.math.BigInteger value)
Sets the value of the maximum property.

Parameters:
value - allowed object is BigInteger

getMeasurement

java.lang.String getMeasurement()
Gets the value of the measurement property.

Returns:
possible object is String

setMeasurement

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

Parameters:
value - allowed object is String

getAverage

java.math.BigInteger getAverage()
Gets the value of the average property.

Returns:
possible object is BigInteger

setAverage

void setAverage(java.math.BigInteger value)
Sets the value of the average property.

Parameters:
value - allowed object is BigInteger

getTestcount

java.math.BigInteger getTestcount()
Gets the value of the testcount property.

Returns:
possible object is BigInteger

setTestcount

void setTestcount(java.math.BigInteger value)
Sets the value of the testcount property.

Parameters:
value - allowed object is BigInteger