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

All Known Subinterfaces:
Timesincelastfailure
All Known Implementing Classes:
TimesincelastfailureImpl, TimesincelastfailureTypeImpl

public interface TimesincelastfailureType

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>integer">
       <attribute name="measurement" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getMeasurement()
          Gets the value of the measurement property.
 java.math.BigInteger getValue()
          Gets the value of the value property.
 void setMeasurement(java.lang.String value)
          Sets the value of the measurement property.
 void setValue(java.math.BigInteger value)
          Sets the value of the value property.
 

Method Detail

getValue

java.math.BigInteger getValue()
Gets the value of the value property.

Returns:
possible object is BigInteger

setValue

void setValue(java.math.BigInteger value)
Sets the value of the value 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