public class TestSuiteConfigImpl extends ModelItemConfigImpl implements TestSuiteConfig
TestSuiteConfig.Factory_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description | 
|---|
| TestSuiteConfigImpl(org.apache.xmlbeans.SchemaType sType) | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertiesTypeConfig | addNewProperties()Appends and returns a new empty "properties" element | 
| PropertiesTypeConfig | addNewReportParameters()Appends and returns a new empty "reportParameters" element | 
| ScriptConfig | addNewReportScript()Appends and returns a new empty "reportScript" element | 
| ReportTemplateConfig | addNewReportTemplates()Appends and returns a new empty value (as xml) as the last "reportTemplates" element | 
| ScriptConfig | addNewSetupScript()Appends and returns a new empty "setupScript" element | 
| ScriptConfig | addNewTearDownScript()Appends and returns a new empty "tearDownScript" element | 
| TestCaseConfig | addNewTestCase()Appends and returns a new empty value (as xml) as the last "testCase" element | 
| boolean | getAbortOnError()Gets the "abortOnError" attribute | 
| boolean | getDisabled()Gets the "disabled" attribute | 
| boolean | getFailOnErrors()Gets the "failOnErrors" attribute | 
| PropertiesTypeConfig | getProperties()Gets the "properties" element | 
| PropertiesTypeConfig | getReportParameters()Gets the "reportParameters" element | 
| ScriptConfig | getReportScript()Gets the "reportScript" element | 
| ReportTemplateConfig[] | getReportTemplatesArray()Deprecated.   | 
| ReportTemplateConfig | getReportTemplatesArray(int i)Gets ith "reportTemplates" element | 
| List<ReportTemplateConfig> | getReportTemplatesList()Gets a List of "reportTemplates" elements | 
| TestSuiteRunTypesConfig.Enum | getRunType()Gets the "runType" element | 
| ScriptConfig | getSetupScript()Gets the "setupScript" element | 
| ScriptConfig | getTearDownScript()Gets the "tearDownScript" element | 
| TestCaseConfig[] | getTestCaseArray()Deprecated.   | 
| TestCaseConfig | getTestCaseArray(int i)Gets ith "testCase" element | 
| List<TestCaseConfig> | getTestCaseList()Gets a List of "testCase" elements | 
| long | getTimeout()Gets the "timeout" attribute | 
| ReportTemplateConfig | insertNewReportTemplates(int i)Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element | 
| TestCaseConfig | insertNewTestCase(int i)Inserts and returns a new empty value (as xml) as the ith "testCase" element | 
| boolean | isSetAbortOnError()True if has "abortOnError" attribute | 
| boolean | isSetDisabled()True if has "disabled" attribute | 
| boolean | isSetFailOnErrors()True if has "failOnErrors" attribute | 
| boolean | isSetProperties()True if has "properties" element | 
| boolean | isSetReportParameters()True if has "reportParameters" element | 
| boolean | isSetReportScript()True if has "reportScript" element | 
| boolean | isSetRunType()True if has "runType" element | 
| boolean | isSetSetupScript()True if has "setupScript" element | 
| boolean | isSetTearDownScript()True if has "tearDownScript" element | 
| boolean | isSetTimeout()True if has "timeout" attribute | 
| void | removeReportTemplates(int i)Removes the ith "reportTemplates" element | 
| void | removeTestCase(int i)Removes the ith "testCase" element | 
| void | setAbortOnError(boolean abortOnError)Sets the "abortOnError" attribute | 
| void | setDisabled(boolean disabled)Sets the "disabled" attribute | 
| void | setFailOnErrors(boolean failOnErrors)Sets the "failOnErrors" attribute | 
| void | setProperties(PropertiesTypeConfig properties)Sets the "properties" element | 
| void | setReportParameters(PropertiesTypeConfig reportParameters)Sets the "reportParameters" element | 
| void | setReportScript(ScriptConfig reportScript)Sets the "reportScript" element | 
| void | setReportTemplatesArray(int i,
                       ReportTemplateConfig reportTemplates)Sets ith "reportTemplates" element | 
| void | setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)Sets array of all "reportTemplates" element | 
| void | setRunType(TestSuiteRunTypesConfig.Enum runType)Sets the "runType" element | 
| void | setSetupScript(ScriptConfig setupScript)Sets the "setupScript" element | 
| void | setTearDownScript(ScriptConfig tearDownScript)Sets the "tearDownScript" element | 
| void | setTestCaseArray(int i,
                TestCaseConfig testCase)Sets ith "testCase" element | 
| void | setTestCaseArray(TestCaseConfig[] testCaseArray)Sets array of all "testCase" element | 
| void | setTimeout(long timeout)Sets the "timeout" attribute | 
| int | sizeOfReportTemplatesArray()Returns number of "reportTemplates" element | 
| int | sizeOfTestCaseArray()Returns number of "testCase" element | 
| void | unsetAbortOnError()Unsets the "abortOnError" attribute | 
| void | unsetDisabled()Unsets the "disabled" attribute | 
| void | unsetFailOnErrors()Unsets the "failOnErrors" attribute | 
| void | unsetProperties()Unsets the "properties" element | 
| void | unsetReportParameters()Unsets the "reportParameters" element | 
| void | unsetReportScript()Unsets the "reportScript" element | 
| void | unsetRunType()Unsets the "runType" element | 
| void | unsetSetupScript()Unsets the "setupScript" element | 
| void | unsetTearDownScript()Unsets the "tearDownScript" element | 
| void | unsetTimeout()Unsets the "timeout" attribute | 
| org.apache.xmlbeans.XmlBoolean | xgetAbortOnError()Gets (as xml) the "abortOnError" attribute | 
| org.apache.xmlbeans.XmlBoolean | xgetDisabled()Gets (as xml) the "disabled" attribute | 
| org.apache.xmlbeans.XmlBoolean | xgetFailOnErrors()Gets (as xml) the "failOnErrors" attribute | 
| TestSuiteRunTypesConfig | xgetRunType()Gets (as xml) the "runType" element | 
| org.apache.xmlbeans.XmlLong | xgetTimeout()Gets (as xml) the "timeout" attribute | 
| void | xsetAbortOnError(org.apache.xmlbeans.XmlBoolean abortOnError)Sets (as xml) the "abortOnError" attribute | 
| void | xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)Sets (as xml) the "disabled" attribute | 
| void | xsetFailOnErrors(org.apache.xmlbeans.XmlBoolean failOnErrors)Sets (as xml) the "failOnErrors" attribute | 
| void | xsetRunType(TestSuiteRunTypesConfig runType)Sets (as xml) the "runType" element | 
| void | xsetTimeout(org.apache.xmlbeans.XmlLong timeout)Sets (as xml) the "timeout" attribute | 
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamparraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestampchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextpublic TestSuiteConfigImpl(org.apache.xmlbeans.SchemaType sType)
public TestSuiteRunTypesConfig.Enum getRunType()
getRunType in interface TestSuiteConfigpublic TestSuiteRunTypesConfig xgetRunType()
xgetRunType in interface TestSuiteConfigpublic boolean isSetRunType()
isSetRunType in interface TestSuiteConfigpublic void setRunType(TestSuiteRunTypesConfig.Enum runType)
setRunType in interface TestSuiteConfigpublic void xsetRunType(TestSuiteRunTypesConfig runType)
xsetRunType in interface TestSuiteConfigpublic void unsetRunType()
unsetRunType in interface TestSuiteConfigpublic List<TestCaseConfig> getTestCaseList()
getTestCaseList in interface TestSuiteConfigpublic TestCaseConfig[] getTestCaseArray()
getTestCaseArray in interface TestSuiteConfigpublic TestCaseConfig getTestCaseArray(int i)
getTestCaseArray in interface TestSuiteConfigpublic int sizeOfTestCaseArray()
sizeOfTestCaseArray in interface TestSuiteConfigpublic void setTestCaseArray(TestCaseConfig[] testCaseArray)
setTestCaseArray in interface TestSuiteConfigpublic void setTestCaseArray(int i,
                             TestCaseConfig testCase)
setTestCaseArray in interface TestSuiteConfigpublic TestCaseConfig insertNewTestCase(int i)
insertNewTestCase in interface TestSuiteConfigpublic TestCaseConfig addNewTestCase()
addNewTestCase in interface TestSuiteConfigpublic void removeTestCase(int i)
removeTestCase in interface TestSuiteConfigpublic PropertiesTypeConfig getProperties()
getProperties in interface TestSuiteConfigpublic boolean isSetProperties()
isSetProperties in interface TestSuiteConfigpublic void setProperties(PropertiesTypeConfig properties)
setProperties in interface TestSuiteConfigpublic PropertiesTypeConfig addNewProperties()
addNewProperties in interface TestSuiteConfigpublic void unsetProperties()
unsetProperties in interface TestSuiteConfigpublic ScriptConfig getSetupScript()
getSetupScript in interface TestSuiteConfigpublic boolean isSetSetupScript()
isSetSetupScript in interface TestSuiteConfigpublic void setSetupScript(ScriptConfig setupScript)
setSetupScript in interface TestSuiteConfigpublic ScriptConfig addNewSetupScript()
addNewSetupScript in interface TestSuiteConfigpublic void unsetSetupScript()
unsetSetupScript in interface TestSuiteConfigpublic ScriptConfig getTearDownScript()
getTearDownScript in interface TestSuiteConfigpublic boolean isSetTearDownScript()
isSetTearDownScript in interface TestSuiteConfigpublic void setTearDownScript(ScriptConfig tearDownScript)
setTearDownScript in interface TestSuiteConfigpublic ScriptConfig addNewTearDownScript()
addNewTearDownScript in interface TestSuiteConfigpublic void unsetTearDownScript()
unsetTearDownScript in interface TestSuiteConfigpublic ScriptConfig getReportScript()
getReportScript in interface TestSuiteConfigpublic boolean isSetReportScript()
isSetReportScript in interface TestSuiteConfigpublic void setReportScript(ScriptConfig reportScript)
setReportScript in interface TestSuiteConfigpublic ScriptConfig addNewReportScript()
addNewReportScript in interface TestSuiteConfigpublic void unsetReportScript()
unsetReportScript in interface TestSuiteConfigpublic List<ReportTemplateConfig> getReportTemplatesList()
getReportTemplatesList in interface TestSuiteConfigpublic ReportTemplateConfig[] getReportTemplatesArray()
getReportTemplatesArray in interface TestSuiteConfigpublic ReportTemplateConfig getReportTemplatesArray(int i)
getReportTemplatesArray in interface TestSuiteConfigpublic int sizeOfReportTemplatesArray()
sizeOfReportTemplatesArray in interface TestSuiteConfigpublic void setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
setReportTemplatesArray in interface TestSuiteConfigpublic void setReportTemplatesArray(int i,
                                    ReportTemplateConfig reportTemplates)
setReportTemplatesArray in interface TestSuiteConfigpublic ReportTemplateConfig insertNewReportTemplates(int i)
insertNewReportTemplates in interface TestSuiteConfigpublic ReportTemplateConfig addNewReportTemplates()
addNewReportTemplates in interface TestSuiteConfigpublic void removeReportTemplates(int i)
removeReportTemplates in interface TestSuiteConfigpublic PropertiesTypeConfig getReportParameters()
getReportParameters in interface TestSuiteConfigpublic boolean isSetReportParameters()
isSetReportParameters in interface TestSuiteConfigpublic void setReportParameters(PropertiesTypeConfig reportParameters)
setReportParameters in interface TestSuiteConfigpublic PropertiesTypeConfig addNewReportParameters()
addNewReportParameters in interface TestSuiteConfigpublic void unsetReportParameters()
unsetReportParameters in interface TestSuiteConfigpublic boolean getDisabled()
getDisabled in interface TestSuiteConfigpublic org.apache.xmlbeans.XmlBoolean xgetDisabled()
xgetDisabled in interface TestSuiteConfigpublic boolean isSetDisabled()
isSetDisabled in interface TestSuiteConfigpublic void setDisabled(boolean disabled)
setDisabled in interface TestSuiteConfigpublic void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
xsetDisabled in interface TestSuiteConfigpublic void unsetDisabled()
unsetDisabled in interface TestSuiteConfigpublic boolean getAbortOnError()
getAbortOnError in interface TestSuiteConfigpublic org.apache.xmlbeans.XmlBoolean xgetAbortOnError()
xgetAbortOnError in interface TestSuiteConfigpublic boolean isSetAbortOnError()
isSetAbortOnError in interface TestSuiteConfigpublic void setAbortOnError(boolean abortOnError)
setAbortOnError in interface TestSuiteConfigpublic void xsetAbortOnError(org.apache.xmlbeans.XmlBoolean abortOnError)
xsetAbortOnError in interface TestSuiteConfigpublic void unsetAbortOnError()
unsetAbortOnError in interface TestSuiteConfigpublic boolean getFailOnErrors()
getFailOnErrors in interface TestSuiteConfigpublic org.apache.xmlbeans.XmlBoolean xgetFailOnErrors()
xgetFailOnErrors in interface TestSuiteConfigpublic boolean isSetFailOnErrors()
isSetFailOnErrors in interface TestSuiteConfigpublic void setFailOnErrors(boolean failOnErrors)
setFailOnErrors in interface TestSuiteConfigpublic void xsetFailOnErrors(org.apache.xmlbeans.XmlBoolean failOnErrors)
xsetFailOnErrors in interface TestSuiteConfigpublic void unsetFailOnErrors()
unsetFailOnErrors in interface TestSuiteConfigpublic long getTimeout()
getTimeout in interface TestSuiteConfigpublic org.apache.xmlbeans.XmlLong xgetTimeout()
xgetTimeout in interface TestSuiteConfigpublic boolean isSetTimeout()
isSetTimeout in interface TestSuiteConfigpublic void setTimeout(long timeout)
setTimeout in interface TestSuiteConfigpublic void xsetTimeout(org.apache.xmlbeans.XmlLong timeout)
xsetTimeout in interface TestSuiteConfigpublic void unsetTimeout()
unsetTimeout in interface TestSuiteConfigCopyright © 2019. All Rights Reserved.