Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
TestStepSecurityTestConfig |
SecurityTestConfig.addNewTestStepSecurityTest()
Appends and returns a new empty value (as xml) as the last "testStepSecurityTest" element
|
TestStepSecurityTestConfig[] |
SecurityTestConfig.getTestStepSecurityTestArray()
Deprecated.
|
TestStepSecurityTestConfig |
SecurityTestConfig.getTestStepSecurityTestArray(int i)
Gets ith "testStepSecurityTest" element
|
TestStepSecurityTestConfig |
SecurityTestConfig.insertNewTestStepSecurityTest(int i)
Inserts and returns a new empty value (as xml) as the ith "testStepSecurityTest" element
|
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.newInstance() |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(File file) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(InputStream is) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(Node node) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(Reader r) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(String xmlAsString) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(URL u) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(XMLStreamReader sr) |
static TestStepSecurityTestConfig |
TestStepSecurityTestConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TestStepSecurityTestConfig> |
SecurityTestConfig.getTestStepSecurityTestList()
Gets a List of "testStepSecurityTest" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityTestConfig.setTestStepSecurityTestArray(int i,
TestStepSecurityTestConfig testStepSecurityTest)
Sets ith "testStepSecurityTest" element
|
void |
SecurityTestConfig.setTestStepSecurityTestArray(TestStepSecurityTestConfig[] testStepSecurityTestArray)
Sets array of all "testStepSecurityTest" element
|
Modifier and Type | Class and Description |
---|---|
class |
TestStepSecurityTestConfigImpl
An XML TestStepSecurityTest(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
TestStepSecurityTestConfig |
SecurityTestConfigImpl.addNewTestStepSecurityTest()
Appends and returns a new empty value (as xml) as the last "testStepSecurityTest" element
|
TestStepSecurityTestConfig[] |
SecurityTestConfigImpl.getTestStepSecurityTestArray()
Deprecated.
|
TestStepSecurityTestConfig |
SecurityTestConfigImpl.getTestStepSecurityTestArray(int i)
Gets ith "testStepSecurityTest" element
|
TestStepSecurityTestConfig |
SecurityTestConfigImpl.insertNewTestStepSecurityTest(int i)
Inserts and returns a new empty value (as xml) as the ith "testStepSecurityTest" element
|
Modifier and Type | Method and Description |
---|---|
List<TestStepSecurityTestConfig> |
SecurityTestConfigImpl.getTestStepSecurityTestList()
Gets a List of "testStepSecurityTest" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityTestConfigImpl.setTestStepSecurityTestArray(int i,
TestStepSecurityTestConfig testStepSecurityTest)
Sets ith "testStepSecurityTest" element
|
void |
SecurityTestConfigImpl.setTestStepSecurityTestArray(TestStepSecurityTestConfig[] testStepSecurityTestArray)
Sets array of all "testStepSecurityTest" element
|
Copyright © 2019. All Rights Reserved.