generated
Class Testsuite

java.lang.Object
  extended by generated.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" minOccurs="0"/>
         <element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}system-out" minOccurs="0"/>
         <element ref="{}system-err" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tests" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="skipped" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String _package
           
protected  java.lang.String errors
           
protected  java.lang.String failures
           
protected  java.lang.String hostname
           
protected  java.lang.String id
           
protected  java.lang.String name
           
protected  Properties properties
           
protected  java.lang.String skipped
           
protected  java.lang.String systemErr
           
protected  java.lang.String systemOut
           
protected  java.util.List<Testcase> testcase
           
protected  java.lang.String tests
           
protected  java.lang.String time
           
protected  java.lang.String timestamp
           
 
Constructor Summary
Testsuite()
           
 
Method Summary
 java.lang.String getErrors()
          Gets the value of the errors property.
 java.lang.String getFailures()
          Gets the value of the failures property.
 java.lang.String getHostname()
          Gets the value of the hostname property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPackage()
          Gets the value of the package property.
 Properties getProperties()
          Gets the value of the properties property.
 java.lang.String getSkipped()
          Gets the value of the skipped property.
 java.lang.String getSystemErr()
          Gets the value of the systemErr property.
 java.lang.String getSystemOut()
          Gets the value of the systemOut property.
 java.util.List<Testcase> getTestcase()
          Gets the value of the testcase property.
 java.lang.String getTests()
          Gets the value of the tests property.
 java.lang.String getTime()
          Gets the value of the time property.
 java.lang.String getTimestamp()
          Gets the value of the timestamp property.
 void setErrors(java.lang.String value)
          Sets the value of the errors property.
 void setFailures(java.lang.String value)
          Sets the value of the failures property.
 void setHostname(java.lang.String value)
          Sets the value of the hostname property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPackage(java.lang.String value)
          Sets the value of the package property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSkipped(java.lang.String value)
          Sets the value of the skipped property.
 void setSystemErr(java.lang.String value)
          Sets the value of the systemErr property.
 void setSystemOut(java.lang.String value)
          Sets the value of the systemOut property.
 void setTests(java.lang.String value)
          Sets the value of the tests property.
 void setTime(java.lang.String value)
          Sets the value of the time property.
 void setTimestamp(java.lang.String value)
          Sets the value of the timestamp 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.String systemOut

systemErr

protected java.lang.String systemErr

name

protected java.lang.String name

tests

protected java.lang.String tests

failures

protected java.lang.String failures

errors

protected java.lang.String errors

time

protected java.lang.String time

skipped

protected java.lang.String skipped

timestamp

protected java.lang.String timestamp

hostname

protected java.lang.String hostname

id

protected java.lang.String id

_package

protected java.lang.String _package
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.String getSystemOut()
Gets the value of the systemOut property.

Returns:
possible object is String

setSystemOut

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

Parameters:
value - allowed object is String

getSystemErr

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

Returns:
possible object is String

setSystemErr

public void setSystemErr(java.lang.String value)
Sets the value of the systemErr 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

getTests

public java.lang.String getTests()
Gets the value of the tests property.

Returns:
possible object is String

setTests

public void setTests(java.lang.String value)
Sets the value of the tests property.

Parameters:
value - allowed object is String

getFailures

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

Returns:
possible object is String

setFailures

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

Parameters:
value - allowed object is String

getErrors

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

Returns:
possible object is String

setErrors

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

Parameters:
value - allowed object is String

getTime

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

Returns:
possible object is String

setTime

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

Parameters:
value - allowed object is String

getSkipped

public java.lang.String getSkipped()
Gets the value of the skipped property.

Returns:
possible object is String

setSkipped

public void setSkipped(java.lang.String value)
Sets the value of the skipped property.

Parameters:
value - allowed object is String

getTimestamp

public java.lang.String getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

public void setTimestamp(java.lang.String value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

getHostname

public java.lang.String getHostname()
Gets the value of the hostname property.

Returns:
possible object is String

setHostname

public void setHostname(java.lang.String value)
Sets the value of the hostname property.

Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getPackage

public java.lang.String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

public void setPackage(java.lang.String value)
Sets the value of the package property.

Parameters:
value - allowed object is String


Copyright © 2004-2011. All Rights Reserved.