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