public interface TestStepSecurityTestConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TestStepSecurityTestConfig.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 |
|---|---|
SecurityCheckConfig |
addNewTestStepSecurityCheck()
Appends and returns a new empty value (as xml) as the last "testStepSecurityCheck" element
|
SecurityScanConfig |
addNewTestStepSecurityScan()
Appends and returns a new empty value (as xml) as the last "testStepSecurityScan" element
|
String |
getTestStepId()
Gets the "testStepId" element
|
SecurityCheckConfig[] |
getTestStepSecurityCheckArray()
Deprecated.
|
SecurityCheckConfig |
getTestStepSecurityCheckArray(int i)
Gets ith "testStepSecurityCheck" element
|
List<SecurityCheckConfig> |
getTestStepSecurityCheckList()
Gets a List of "testStepSecurityCheck" elements
|
SecurityScanConfig[] |
getTestStepSecurityScanArray()
Deprecated.
|
SecurityScanConfig |
getTestStepSecurityScanArray(int i)
Gets ith "testStepSecurityScan" element
|
List<SecurityScanConfig> |
getTestStepSecurityScanList()
Gets a List of "testStepSecurityScan" elements
|
SecurityCheckConfig |
insertNewTestStepSecurityCheck(int i)
Inserts and returns a new empty value (as xml) as the ith "testStepSecurityCheck" element
|
SecurityScanConfig |
insertNewTestStepSecurityScan(int i)
Inserts and returns a new empty value (as xml) as the ith "testStepSecurityScan" element
|
void |
removeTestStepSecurityCheck(int i)
Removes the ith "testStepSecurityCheck" element
|
void |
removeTestStepSecurityScan(int i)
Removes the ith "testStepSecurityScan" element
|
void |
setTestStepId(String testStepId)
Sets the "testStepId" element
|
void |
setTestStepSecurityCheckArray(int i,
SecurityCheckConfig testStepSecurityCheck)
Sets ith "testStepSecurityCheck" element
|
void |
setTestStepSecurityCheckArray(SecurityCheckConfig[] testStepSecurityCheckArray)
Sets array of all "testStepSecurityCheck" element
|
void |
setTestStepSecurityScanArray(int i,
SecurityScanConfig testStepSecurityScan)
Sets ith "testStepSecurityScan" element
|
void |
setTestStepSecurityScanArray(SecurityScanConfig[] testStepSecurityScanArray)
Sets array of all "testStepSecurityScan" element
|
int |
sizeOfTestStepSecurityCheckArray()
Returns number of "testStepSecurityCheck" element
|
int |
sizeOfTestStepSecurityScanArray()
Returns number of "testStepSecurityScan" element
|
org.apache.xmlbeans.XmlString |
xgetTestStepId()
Gets (as xml) the "testStepId" element
|
void |
xsetTestStepId(org.apache.xmlbeans.XmlString testStepId)
Sets (as xml) the "testStepId" 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 getTestStepId()
org.apache.xmlbeans.XmlString xgetTestStepId()
void setTestStepId(String testStepId)
void xsetTestStepId(org.apache.xmlbeans.XmlString testStepId)
List<SecurityCheckConfig> getTestStepSecurityCheckList()
SecurityCheckConfig[] getTestStepSecurityCheckArray()
SecurityCheckConfig getTestStepSecurityCheckArray(int i)
int sizeOfTestStepSecurityCheckArray()
void setTestStepSecurityCheckArray(SecurityCheckConfig[] testStepSecurityCheckArray)
void setTestStepSecurityCheckArray(int i,
SecurityCheckConfig testStepSecurityCheck)
SecurityCheckConfig insertNewTestStepSecurityCheck(int i)
SecurityCheckConfig addNewTestStepSecurityCheck()
void removeTestStepSecurityCheck(int i)
List<SecurityScanConfig> getTestStepSecurityScanList()
SecurityScanConfig[] getTestStepSecurityScanArray()
SecurityScanConfig getTestStepSecurityScanArray(int i)
int sizeOfTestStepSecurityScanArray()
void setTestStepSecurityScanArray(SecurityScanConfig[] testStepSecurityScanArray)
void setTestStepSecurityScanArray(int i,
SecurityScanConfig testStepSecurityScan)
SecurityScanConfig insertNewTestStepSecurityScan(int i)
SecurityScanConfig addNewTestStepSecurityScan()
void removeTestStepSecurityScan(int i)
Copyright © 2019. All Rights Reserved.