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

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

public class Testsuite
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="{}properties"/>
         <element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/>
         <element name="system-out" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="system-err" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
       <attribute ref="{}errors"/>
       <attribute ref="{}failures"/>
       <attribute ref="{}name"/>
       <attribute ref="{}time"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer errors
           
protected  java.lang.Integer failures
           
protected  java.lang.String name
           
protected  Properties properties
           
protected  java.lang.Object systemErr
           
protected  java.lang.Object systemOut
           
protected  java.util.List<Testcase> testcase
           
protected  java.lang.Double time
           
 
Constructor Summary
Testsuite()
           
 
Method Summary
 java.lang.Integer getErrors()
          Gets the value of the errors property.
 java.lang.Integer getFailures()
          Gets the value of the failures property.
 java.lang.String getName()
          Gets the value of the name property.
 Properties getProperties()
          Gets the value of the properties property.
 java.lang.Object getSystemErr()
          Gets the value of the systemErr property.
 java.lang.Object getSystemOut()
          Gets the value of the systemOut property.
 java.util.List<Testcase> getTestcase()
          Gets the value of the testcase property.
 java.lang.Double getTime()
          Gets the value of the time property.
 void setErrors(java.lang.Integer value)
          Sets the value of the errors property.
 void setFailures(java.lang.Integer value)
          Sets the value of the failures property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSystemErr(java.lang.Object value)
          Sets the value of the systemErr property.
 void setSystemOut(java.lang.Object value)
          Sets the value of the systemOut 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

properties

protected Properties properties

testcase

protected java.util.List<Testcase> testcase

systemOut

protected java.lang.Object systemOut

systemErr

protected java.lang.Object systemErr

errors

protected java.lang.Integer errors

failures

protected java.lang.Integer failures

name

protected java.lang.String name

time

protected java.lang.Double time
Constructor Detail

Testsuite

public Testsuite()
Method Detail

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getTestcase

public java.util.List<Testcase> getTestcase()
Gets the value of the testcase property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the testcase property.

For example, to add a new item, do as follows:

    getTestcase().add(newItem);
 

Objects of the following type(s) are allowed in the list Testcase


getSystemOut

public java.lang.Object getSystemOut()
Gets the value of the systemOut property.

Returns:
possible object is Object

setSystemOut

public void setSystemOut(java.lang.Object value)
Sets the value of the systemOut property.

Parameters:
value - allowed object is Object

getSystemErr

public java.lang.Object getSystemErr()
Gets the value of the systemErr property.

Returns:
possible object is Object

setSystemErr

public void setSystemErr(java.lang.Object value)
Sets the value of the systemErr property.

Parameters:
value - allowed object is Object

getErrors

public java.lang.Integer getErrors()
Gets the value of the errors property.

Returns:
possible object is Integer

setErrors

public void setErrors(java.lang.Integer value)
Sets the value of the errors property.

Parameters:
value - allowed object is Integer

getFailures

public java.lang.Integer getFailures()
Gets the value of the failures property.

Returns:
possible object is Integer

setFailures

public void setFailures(java.lang.Integer value)
Sets the value of the failures property.

Parameters:
value - allowed object is Integer

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