public interface RunTestSuiteStepConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
RunTestSuiteStepConfig.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 |
|---|---|
PropertiesTypeConfig |
addNewProperties()
Appends and returns a new empty "properties" element
|
StringListConfig |
addNewReturnProperties()
Appends and returns a new empty "returnProperties" element
|
PropertiesTypeConfig |
getProperties()
Gets the "properties" element
|
StringListConfig |
getReturnProperties()
Gets the "returnProperties" element
|
String |
getTargetTestSuite()
Gets the "targetTestSuite" element
|
void |
setProperties(PropertiesTypeConfig properties)
Sets the "properties" element
|
void |
setReturnProperties(StringListConfig returnProperties)
Sets the "returnProperties" element
|
void |
setTargetTestSuite(String targetTestSuite)
Sets the "targetTestSuite" element
|
org.apache.xmlbeans.XmlString |
xgetTargetTestSuite()
Gets (as xml) the "targetTestSuite" element
|
void |
xsetTargetTestSuite(org.apache.xmlbeans.XmlString targetTestSuite)
Sets (as xml) the "targetTestSuite" 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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getTargetTestSuite()
org.apache.xmlbeans.XmlString xgetTargetTestSuite()
void setTargetTestSuite(String targetTestSuite)
void xsetTargetTestSuite(org.apache.xmlbeans.XmlString targetTestSuite)
PropertiesTypeConfig getProperties()
void setProperties(PropertiesTypeConfig properties)
PropertiesTypeConfig addNewProperties()
StringListConfig getReturnProperties()
void setReturnProperties(StringListConfig returnProperties)
StringListConfig addNewReturnProperties()
Copyright © 2019. All Rights Reserved.