public interface AssertionTestStepConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
AssertionTestStepConfig.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 |
---|---|
AssertionEntryConfig |
addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
AssertionEntryConfig[] |
getEntryArray()
Deprecated.
|
AssertionEntryConfig |
getEntryArray(int i)
Gets ith "entry" element
|
List<AssertionEntryConfig> |
getEntryList()
Gets a List of "entry" elements
|
AssertionEntryConfig |
insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
void |
removeEntry(int i)
Removes the ith "entry" element
|
void |
setEntryArray(AssertionEntryConfig[] entryArray)
Sets array of all "entry" element
|
void |
setEntryArray(int i,
AssertionEntryConfig entry)
Sets ith "entry" element
|
int |
sizeOfEntryArray()
Returns number of "entry" 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, 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
List<AssertionEntryConfig> getEntryList()
AssertionEntryConfig[] getEntryArray()
AssertionEntryConfig getEntryArray(int i)
int sizeOfEntryArray()
void setEntryArray(AssertionEntryConfig[] entryArray)
void setEntryArray(int i, AssertionEntryConfig entry)
AssertionEntryConfig insertNewEntry(int i)
AssertionEntryConfig addNewEntry()
void removeEntry(int i)
Copyright © 2019. All Rights Reserved.