public interface Testsuite
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Testsuite.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
Properties |
addNewProperties()
Appends and returns a new empty "properties" element
|
Testcase |
addNewTestcase()
Appends and returns a new empty value (as xml) as the last "testcase" element
|
int |
getErrors()
Gets the "errors" attribute
|
int |
getFailures()
Gets the "failures" attribute
|
String |
getId()
Gets the "id" attribute
|
String |
getName()
Gets the "name" attribute
|
String |
getPackage()
Gets the "package" attribute
|
Properties |
getProperties()
Gets the "properties" element
|
String |
getSystemErr()
Gets the "system-err" element
|
String |
getSystemOut()
Gets the "system-out" element
|
Testcase[] |
getTestcaseArray()
Deprecated.
|
Testcase |
getTestcaseArray(int i)
Gets ith "testcase" element
|
List<Testcase> |
getTestcaseList()
Gets a List of "testcase" elements
|
int |
getTests()
Gets the "tests" attribute
|
String |
getTime()
Gets the "time" attribute
|
Testcase |
insertNewTestcase(int i)
Inserts and returns a new empty value (as xml) as the ith "testcase" element
|
boolean |
isSetErrors()
True if has "errors" attribute
|
boolean |
isSetFailures()
True if has "failures" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetPackage()
True if has "package" attribute
|
boolean |
isSetProperties()
True if has "properties" element
|
boolean |
isSetTests()
True if has "tests" attribute
|
boolean |
isSetTime()
True if has "time" attribute
|
void |
removeTestcase(int i)
Removes the ith "testcase" element
|
void |
setErrors(int errors)
Sets the "errors" attribute
|
void |
setFailures(int failures)
Sets the "failures" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setPackage(String xpackage)
Sets the "package" attribute
|
void |
setProperties(Properties properties)
Sets the "properties" element
|
void |
setSystemErr(String systemErr)
Sets the "system-err" element
|
void |
setSystemOut(String systemOut)
Sets the "system-out" element
|
void |
setTestcaseArray(int i,
Testcase testcase)
Sets ith "testcase" element
|
void |
setTestcaseArray(Testcase[] testcaseArray)
Sets array of all "testcase" element
|
void |
setTests(int tests)
Sets the "tests" attribute
|
void |
setTime(String time)
Sets the "time" attribute
|
int |
sizeOfTestcaseArray()
Returns number of "testcase" element
|
void |
unsetErrors()
Unsets the "errors" attribute
|
void |
unsetFailures()
Unsets the "failures" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetPackage()
Unsets the "package" attribute
|
void |
unsetProperties()
Unsets the "properties" element
|
void |
unsetTests()
Unsets the "tests" attribute
|
void |
unsetTime()
Unsets the "time" attribute
|
org.apache.xmlbeans.XmlInt |
xgetErrors()
Gets (as xml) the "errors" attribute
|
org.apache.xmlbeans.XmlInt |
xgetFailures()
Gets (as xml) the "failures" attribute
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetPackage()
Gets (as xml) the "package" attribute
|
org.apache.xmlbeans.XmlNormalizedString |
xgetSystemErr()
Gets (as xml) the "system-err" element
|
org.apache.xmlbeans.XmlNormalizedString |
xgetSystemOut()
Gets (as xml) the "system-out" element
|
org.apache.xmlbeans.XmlInt |
xgetTests()
Gets (as xml) the "tests" attribute
|
org.apache.xmlbeans.XmlString |
xgetTime()
Gets (as xml) the "time" attribute
|
void |
xsetErrors(org.apache.xmlbeans.XmlInt errors)
Sets (as xml) the "errors" attribute
|
void |
xsetFailures(org.apache.xmlbeans.XmlInt failures)
Sets (as xml) the "failures" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetPackage(org.apache.xmlbeans.XmlString xpackage)
Sets (as xml) the "package" attribute
|
void |
xsetSystemErr(org.apache.xmlbeans.XmlNormalizedString systemErr)
Sets (as xml) the "system-err" element
|
void |
xsetSystemOut(org.apache.xmlbeans.XmlNormalizedString systemOut)
Sets (as xml) the "system-out" element
|
void |
xsetTests(org.apache.xmlbeans.XmlInt tests)
Sets (as xml) the "tests" attribute
|
void |
xsetTime(org.apache.xmlbeans.XmlString time)
Sets (as xml) the "time" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
Properties getProperties()
boolean isSetProperties()
void setProperties(Properties properties)
Properties addNewProperties()
void unsetProperties()
Testcase[] getTestcaseArray()
Testcase getTestcaseArray(int i)
int sizeOfTestcaseArray()
void setTestcaseArray(Testcase[] testcaseArray)
void setTestcaseArray(int i, Testcase testcase)
Testcase insertNewTestcase(int i)
Testcase addNewTestcase()
void removeTestcase(int i)
String getSystemOut()
org.apache.xmlbeans.XmlNormalizedString xgetSystemOut()
void setSystemOut(String systemOut)
void xsetSystemOut(org.apache.xmlbeans.XmlNormalizedString systemOut)
String getSystemErr()
org.apache.xmlbeans.XmlNormalizedString xgetSystemErr()
void setSystemErr(String systemErr)
void xsetSystemErr(org.apache.xmlbeans.XmlNormalizedString systemErr)
int getErrors()
org.apache.xmlbeans.XmlInt xgetErrors()
boolean isSetErrors()
void setErrors(int errors)
void xsetErrors(org.apache.xmlbeans.XmlInt errors)
void unsetErrors()
int getFailures()
org.apache.xmlbeans.XmlInt xgetFailures()
boolean isSetFailures()
void setFailures(int failures)
void xsetFailures(org.apache.xmlbeans.XmlInt failures)
void unsetFailures()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
int getTests()
org.apache.xmlbeans.XmlInt xgetTests()
boolean isSetTests()
void setTests(int tests)
void xsetTests(org.apache.xmlbeans.XmlInt tests)
void unsetTests()
String getTime()
org.apache.xmlbeans.XmlString xgetTime()
boolean isSetTime()
void setTime(String time)
void xsetTime(org.apache.xmlbeans.XmlString time)
void unsetTime()
String getPackage()
org.apache.xmlbeans.XmlString xgetPackage()
boolean isSetPackage()
void setPackage(String xpackage)
void xsetPackage(org.apache.xmlbeans.XmlString xpackage)
void unsetPackage()
String getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
Copyright © 2019. All Rights Reserved.