public interface TestOnDemandTxnConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TestOnDemandTxnConfig.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 |
---|---|
TestOnDemandContentConfig |
addNewContent()
Appends and returns a new empty "Content" element
|
TestOnDemandProjectPasswordConfig |
addNewPassword()
Appends and returns a new empty "Password" element
|
TestOnDemandTestCaseConfig |
addNewTestCase()
Appends and returns a new empty "TestCase" element
|
TestOnDemandTestSuiteConfig |
addNewTestSuite()
Appends and returns a new empty "TestSuite" element
|
TestOnDemandContentConfig |
getContent()
Gets the "Content" element
|
TestOnDemandProjectPasswordConfig |
getPassword()
Gets the "Password" element
|
TestOnDemandTestCaseConfig |
getTestCase()
Gets the "TestCase" element
|
TestOnDemandTestSuiteConfig |
getTestSuite()
Gets the "TestSuite" element
|
void |
setContent(TestOnDemandContentConfig content)
Sets the "Content" element
|
void |
setPassword(TestOnDemandProjectPasswordConfig password)
Sets the "Password" element
|
void |
setTestCase(TestOnDemandTestCaseConfig testCase)
Sets the "TestCase" element
|
void |
setTestSuite(TestOnDemandTestSuiteConfig testSuite)
Sets the "TestSuite" element
|
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
TestOnDemandTestSuiteConfig getTestSuite()
void setTestSuite(TestOnDemandTestSuiteConfig testSuite)
TestOnDemandTestSuiteConfig addNewTestSuite()
TestOnDemandTestCaseConfig getTestCase()
void setTestCase(TestOnDemandTestCaseConfig testCase)
TestOnDemandTestCaseConfig addNewTestCase()
TestOnDemandContentConfig getContent()
void setContent(TestOnDemandContentConfig content)
TestOnDemandContentConfig addNewContent()
TestOnDemandProjectPasswordConfig getPassword()
void setPassword(TestOnDemandProjectPasswordConfig password)
TestOnDemandProjectPasswordConfig addNewPassword()
Copyright © 2019. All Rights Reserved.