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

All Known Subinterfaces:
Status
All Known Implementing Classes:
StatusImpl, StatusTypeImpl

public interface StatusType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}lastchecked"/>
         <element ref="{}state"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getLastchecked()
          Gets the value of the lastchecked property.
 java.lang.String getState()
          Gets the value of the state property.
 void setLastchecked(java.lang.String value)
          Sets the value of the lastchecked property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 

Method Detail

getLastchecked

java.lang.String getLastchecked()
Gets the value of the lastchecked property.

Returns:
possible object is String

setLastchecked

void setLastchecked(java.lang.String value)
Sets the value of the lastchecked property.

Parameters:
value - allowed object is String

getState

java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String