public interface SecurityScanConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
SecurityScanConfig.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 |
---|---|
TestAssertionConfig |
addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
CheckedParametersListConfig |
addNewCheckedParameters()
Appends and returns a new empty "checkedParameters" element
|
org.apache.xmlbeans.XmlObject |
addNewConfig()
Appends and returns a new empty "config" element
|
ExecutionStrategyConfig |
addNewExecutionStrategy()
Appends and returns a new empty "executionStrategy" element
|
TestStepConfig |
addNewTestStep()
Appends and returns a new empty "testStep" element
|
boolean |
getApplyForFailedStep()
Gets the "applyForFailedStep" attribute
|
TestAssertionConfig[] |
getAssertionArray()
Deprecated.
|
TestAssertionConfig |
getAssertionArray(int i)
Gets ith "assertion" element
|
List<TestAssertionConfig> |
getAssertionList()
Gets a List of "assertion" elements
|
CheckedParametersListConfig |
getCheckedParameters()
Gets the "checkedParameters" element
|
org.apache.xmlbeans.XmlObject |
getConfig()
Gets the "config" element
|
boolean |
getDisabled()
Gets the "disabled" attribute
|
ExecutionStrategyConfig |
getExecutionStrategy()
Gets the "executionStrategy" element
|
boolean |
getRunOnlyOnce()
Gets the "runOnlyOnce" attribute
|
TestStepConfig |
getTestStep()
Gets the "testStep" element
|
String |
getType()
Gets the "type" attribute
|
TestAssertionConfig |
insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
boolean |
isSetApplyForFailedStep()
True if has "applyForFailedStep" attribute
|
boolean |
isSetDisabled()
True if has "disabled" attribute
|
boolean |
isSetRunOnlyOnce()
True if has "runOnlyOnce" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
removeAssertion(int i)
Removes the ith "assertion" element
|
void |
setApplyForFailedStep(boolean applyForFailedStep)
Sets the "applyForFailedStep" attribute
|
void |
setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
setCheckedParameters(CheckedParametersListConfig checkedParameters)
Sets the "checkedParameters" element
|
void |
setConfig(org.apache.xmlbeans.XmlObject config)
Sets the "config" element
|
void |
setDisabled(boolean disabled)
Sets the "disabled" attribute
|
void |
setExecutionStrategy(ExecutionStrategyConfig executionStrategy)
Sets the "executionStrategy" element
|
void |
setRunOnlyOnce(boolean runOnlyOnce)
Sets the "runOnlyOnce" attribute
|
void |
setTestStep(TestStepConfig testStep)
Sets the "testStep" element
|
void |
setType(String type)
Sets the "type" attribute
|
int |
sizeOfAssertionArray()
Returns number of "assertion" element
|
void |
unsetApplyForFailedStep()
Unsets the "applyForFailedStep" attribute
|
void |
unsetDisabled()
Unsets the "disabled" attribute
|
void |
unsetRunOnlyOnce()
Unsets the "runOnlyOnce" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetApplyForFailedStep()
Gets (as xml) the "applyForFailedStep" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDisabled()
Gets (as xml) the "disabled" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRunOnlyOnce()
Gets (as xml) the "runOnlyOnce" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetApplyForFailedStep(org.apache.xmlbeans.XmlBoolean applyForFailedStep)
Sets (as xml) the "applyForFailedStep" attribute
|
void |
xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
Sets (as xml) the "disabled" attribute
|
void |
xsetRunOnlyOnce(org.apache.xmlbeans.XmlBoolean runOnlyOnce)
Sets (as xml) the "runOnlyOnce" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
org.apache.xmlbeans.XmlObject getConfig()
void setConfig(org.apache.xmlbeans.XmlObject config)
org.apache.xmlbeans.XmlObject addNewConfig()
List<TestAssertionConfig> getAssertionList()
TestAssertionConfig[] getAssertionArray()
TestAssertionConfig getAssertionArray(int i)
int sizeOfAssertionArray()
void setAssertionArray(TestAssertionConfig[] assertionArray)
void setAssertionArray(int i, TestAssertionConfig assertion)
TestAssertionConfig insertNewAssertion(int i)
TestAssertionConfig addNewAssertion()
void removeAssertion(int i)
TestStepConfig getTestStep()
void setTestStep(TestStepConfig testStep)
TestStepConfig addNewTestStep()
CheckedParametersListConfig getCheckedParameters()
void setCheckedParameters(CheckedParametersListConfig checkedParameters)
CheckedParametersListConfig addNewCheckedParameters()
ExecutionStrategyConfig getExecutionStrategy()
void setExecutionStrategy(ExecutionStrategyConfig executionStrategy)
ExecutionStrategyConfig addNewExecutionStrategy()
String getType()
org.apache.xmlbeans.XmlString xgetType()
boolean isSetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlString type)
void unsetType()
boolean getApplyForFailedStep()
org.apache.xmlbeans.XmlBoolean xgetApplyForFailedStep()
boolean isSetApplyForFailedStep()
void setApplyForFailedStep(boolean applyForFailedStep)
void xsetApplyForFailedStep(org.apache.xmlbeans.XmlBoolean applyForFailedStep)
void unsetApplyForFailedStep()
boolean getDisabled()
org.apache.xmlbeans.XmlBoolean xgetDisabled()
boolean isSetDisabled()
void setDisabled(boolean disabled)
void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
void unsetDisabled()
boolean getRunOnlyOnce()
org.apache.xmlbeans.XmlBoolean xgetRunOnlyOnce()
boolean isSetRunOnlyOnce()
void setRunOnlyOnce(boolean runOnlyOnce)
void xsetRunOnlyOnce(org.apache.xmlbeans.XmlBoolean runOnlyOnce)
void unsetRunOnlyOnce()
Copyright © 2019. All Rights Reserved.