org.hackystat.sensor.ant.junit.jaxb
Class Testcase

java.lang.Object
  extended by org.hackystat.sensor.ant.junit.jaxb.Testcase

public class Testcase
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}failure" minOccurs="0"/>
         <element ref="{}error" minOccurs="0"/>
       </sequence>
       <attribute ref="{}classname use="required""/>
       <attribute ref="{}name"/>
       <attribute ref="{}time"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String classname
           
protected  Error error
           
protected  Failure failure
           
protected  java.lang.String name
           
protected  java.lang.Double time
           
 
Constructor Summary
Testcase()
           
 
Method Summary
 java.lang.String getClassname()
          Gets the value of the classname property.
 Error getError()
          Gets the value of the error property.
 Failure getFailure()
          Gets the value of the failure property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Double getTime()
          Gets the value of the time property.
 void setClassname(java.lang.String value)
          Sets the value of the classname property.
 void setError(Error value)
          Sets the value of the error property.
 void setFailure(Failure value)
          Sets the value of the failure property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTime(java.lang.Double value)
          Sets the value of the time property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failure

protected Failure failure

error

protected Error error

classname

protected java.lang.String classname

name

protected java.lang.String name

time

protected java.lang.Double time
Constructor Detail

Testcase

public Testcase()
Method Detail

getFailure

public Failure getFailure()
Gets the value of the failure property.

Returns:
possible object is Failure

setFailure

public void setFailure(Failure value)
Sets the value of the failure property.

Parameters:
value - allowed object is Failure

getError

public Error getError()
Gets the value of the error property.

Returns:
possible object is Error

setError

public void setError(Error value)
Sets the value of the error property.

Parameters:
value - allowed object is Error

getClassname

public java.lang.String getClassname()
Gets the value of the classname property.

Returns:
possible object is String

setClassname

public void setClassname(java.lang.String value)
Sets the value of the classname property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getTime

public java.lang.Double getTime()
Gets the value of the time property.

Returns:
possible object is Double

setTime

public void setTime(java.lang.Double value)
Sets the value of the time property.

Parameters:
value - allowed object is Double