Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
StringListConfig |
OAuth2ProfileConfig.addNewJavaScripts()
Appends and returns a new empty "javaScripts" element
|
StringListConfig |
RestRequestConfig.addNewParameterOrder()
Appends and returns a new empty "parameterOrder" element
|
StringListConfig |
RunTestSuiteStepConfig.addNewReturnProperties()
Appends and returns a new empty "returnProperties" element
|
StringListConfig |
RunTestCaseStepConfig.addNewReturnProperties()
Appends and returns a new empty "returnProperties" element
|
StringListConfig |
RequirementConfig.addNewTestCases()
Appends and returns a new empty "testCases" element
|
StringListConfig |
OAuth2ProfileConfig.getJavaScripts()
Gets the "javaScripts" element
|
StringListConfig |
RestRequestConfig.getParameterOrder()
Gets the "parameterOrder" element
|
StringListConfig |
RunTestSuiteStepConfig.getReturnProperties()
Gets the "returnProperties" element
|
StringListConfig |
RunTestCaseStepConfig.getReturnProperties()
Gets the "returnProperties" element
|
StringListConfig |
RequirementConfig.getTestCases()
Gets the "testCases" element
|
static StringListConfig |
StringListConfig.Factory.newInstance() |
static StringListConfig |
StringListConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static StringListConfig |
StringListConfig.Factory.parse(File file) |
static StringListConfig |
StringListConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static StringListConfig |
StringListConfig.Factory.parse(InputStream is) |
static StringListConfig |
StringListConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static StringListConfig |
StringListConfig.Factory.parse(Node node) |
static StringListConfig |
StringListConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static StringListConfig |
StringListConfig.Factory.parse(Reader r) |
static StringListConfig |
StringListConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static StringListConfig |
StringListConfig.Factory.parse(String xmlAsString) |
static StringListConfig |
StringListConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static StringListConfig |
StringListConfig.Factory.parse(URL u) |
static StringListConfig |
StringListConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static StringListConfig |
StringListConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static StringListConfig |
StringListConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static StringListConfig |
StringListConfig.Factory.parse(XMLStreamReader sr) |
static StringListConfig |
StringListConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ProfileConfig.setJavaScripts(StringListConfig javaScripts)
Sets the "javaScripts" element
|
void |
RestRequestConfig.setParameterOrder(StringListConfig parameterOrder)
Sets the "parameterOrder" element
|
void |
RunTestSuiteStepConfig.setReturnProperties(StringListConfig returnProperties)
Sets the "returnProperties" element
|
void |
RunTestCaseStepConfig.setReturnProperties(StringListConfig returnProperties)
Sets the "returnProperties" element
|
void |
RequirementConfig.setTestCases(StringListConfig testCases)
Sets the "testCases" element
|
Modifier and Type | Class and Description |
---|---|
class |
StringListConfigImpl
An XML StringList(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
StringListConfig |
OAuth2ProfileConfigImpl.addNewJavaScripts()
Appends and returns a new empty "javaScripts" element
|
StringListConfig |
RestRequestConfigImpl.addNewParameterOrder()
Appends and returns a new empty "parameterOrder" element
|
StringListConfig |
RunTestSuiteStepConfigImpl.addNewReturnProperties()
Appends and returns a new empty "returnProperties" element
|
StringListConfig |
RunTestCaseStepConfigImpl.addNewReturnProperties()
Appends and returns a new empty "returnProperties" element
|
StringListConfig |
RequirementConfigImpl.addNewTestCases()
Appends and returns a new empty "testCases" element
|
StringListConfig |
OAuth2ProfileConfigImpl.getJavaScripts()
Gets the "javaScripts" element
|
StringListConfig |
RestRequestConfigImpl.getParameterOrder()
Gets the "parameterOrder" element
|
StringListConfig |
RunTestSuiteStepConfigImpl.getReturnProperties()
Gets the "returnProperties" element
|
StringListConfig |
RunTestCaseStepConfigImpl.getReturnProperties()
Gets the "returnProperties" element
|
StringListConfig |
RequirementConfigImpl.getTestCases()
Gets the "testCases" element
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ProfileConfigImpl.setJavaScripts(StringListConfig javaScripts)
Sets the "javaScripts" element
|
void |
RestRequestConfigImpl.setParameterOrder(StringListConfig parameterOrder)
Sets the "parameterOrder" element
|
void |
RunTestSuiteStepConfigImpl.setReturnProperties(StringListConfig returnProperties)
Sets the "returnProperties" element
|
void |
RunTestCaseStepConfigImpl.setReturnProperties(StringListConfig returnProperties)
Sets the "returnProperties" element
|
void |
RequirementConfigImpl.setTestCases(StringListConfig testCases)
Sets the "testCases" element
|
Copyright © 2019. All Rights Reserved.