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

All Known Subinterfaces:
Statistics
All Known Implementing Classes:
StatisticsImpl, StatisticsTypeImpl

public interface StatisticsType

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 88)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}timesincelastfailure"/>
         <element ref="{}responsetime"/>
         <element ref="{}reliability"/>
         <element ref="{}function"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 FunctionType getFunction()
          Gets the value of the function property.
 ReliabilityType getReliability()
          Gets the value of the reliability property.
 ResponsetimeType getResponsetime()
          Gets the value of the responsetime property.
 TimesincelastfailureType getTimesincelastfailure()
          Gets the value of the timesincelastfailure property.
 void setFunction(FunctionType value)
          Sets the value of the function property.
 void setReliability(ReliabilityType value)
          Sets the value of the reliability property.
 void setResponsetime(ResponsetimeType value)
          Sets the value of the responsetime property.
 void setTimesincelastfailure(TimesincelastfailureType value)
          Sets the value of the timesincelastfailure property.
 

Method Detail

getFunction

FunctionType getFunction()
Gets the value of the function property.

Returns:
possible object is Function FunctionType

setFunction

void setFunction(FunctionType value)
Sets the value of the function property.

Parameters:
value - allowed object is Function FunctionType

getReliability

ReliabilityType getReliability()
Gets the value of the reliability property.

Returns:
possible object is ReliabilityType Reliability

setReliability

void setReliability(ReliabilityType value)
Sets the value of the reliability property.

Parameters:
value - allowed object is ReliabilityType Reliability

getTimesincelastfailure

TimesincelastfailureType getTimesincelastfailure()
Gets the value of the timesincelastfailure property.

Returns:
possible object is TimesincelastfailureType Timesincelastfailure

setTimesincelastfailure

void setTimesincelastfailure(TimesincelastfailureType value)
Sets the value of the timesincelastfailure property.

Parameters:
value - allowed object is TimesincelastfailureType Timesincelastfailure

getResponsetime

ResponsetimeType getResponsetime()
Gets the value of the responsetime property.

Returns:
possible object is Responsetime ResponsetimeType

setResponsetime

void setResponsetime(ResponsetimeType value)
Sets the value of the responsetime property.

Parameters:
value - allowed object is Responsetime ResponsetimeType