public interface AsyncResponseStepConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
AsyncResponseStepConfig.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
|
MockResponseConfig |
addNewResponse()
Appends and returns a new empty "response" element
|
TestAssertionConfig[] |
getAssertionArray()
Deprecated.
|
TestAssertionConfig |
getAssertionArray(int i)
Gets ith "assertion" element
|
List<TestAssertionConfig> |
getAssertionList()
Gets a List of "assertion" elements
|
String |
getInterface()
Gets the "interface" element
|
String |
getMatchingValue()
Gets the "matchingValue" element
|
String |
getOperation()
Gets the "operation" element
|
String |
getPath()
Gets the "path" element
|
int |
getPort()
Gets the "port" element
|
String |
getRequestQuery()
Gets the "requestQuery" element
|
MockResponseConfig |
getResponse()
Gets the "response" element
|
long |
getTimeout()
Gets the "timeout" element
|
TestAssertionConfig |
insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
void |
removeAssertion(int i)
Removes the ith "assertion" element
|
void |
setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
setInterface(String xinterface)
Sets the "interface" element
|
void |
setMatchingValue(String matchingValue)
Sets the "matchingValue" element
|
void |
setOperation(String operation)
Sets the "operation" element
|
void |
setPath(String path)
Sets the "path" element
|
void |
setPort(int port)
Sets the "port" element
|
void |
setRequestQuery(String requestQuery)
Sets the "requestQuery" element
|
void |
setResponse(MockResponseConfig response)
Sets the "response" element
|
void |
setTimeout(long timeout)
Sets the "timeout" element
|
int |
sizeOfAssertionArray()
Returns number of "assertion" element
|
org.apache.xmlbeans.XmlString |
xgetInterface()
Gets (as xml) the "interface" element
|
org.apache.xmlbeans.XmlString |
xgetMatchingValue()
Gets (as xml) the "matchingValue" element
|
org.apache.xmlbeans.XmlString |
xgetOperation()
Gets (as xml) the "operation" element
|
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "path" element
|
org.apache.xmlbeans.XmlInt |
xgetPort()
Gets (as xml) the "port" element
|
org.apache.xmlbeans.XmlString |
xgetRequestQuery()
Gets (as xml) the "requestQuery" element
|
org.apache.xmlbeans.XmlLong |
xgetTimeout()
Gets (as xml) the "timeout" element
|
void |
xsetInterface(org.apache.xmlbeans.XmlString xinterface)
Sets (as xml) the "interface" element
|
void |
xsetMatchingValue(org.apache.xmlbeans.XmlString matchingValue)
Sets (as xml) the "matchingValue" element
|
void |
xsetOperation(org.apache.xmlbeans.XmlString operation)
Sets (as xml) the "operation" element
|
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" element
|
void |
xsetPort(org.apache.xmlbeans.XmlInt port)
Sets (as xml) the "port" element
|
void |
xsetRequestQuery(org.apache.xmlbeans.XmlString requestQuery)
Sets (as xml) the "requestQuery" element
|
void |
xsetTimeout(org.apache.xmlbeans.XmlLong timeout)
Sets (as xml) the "timeout" 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
String getInterface()
org.apache.xmlbeans.XmlString xgetInterface()
void setInterface(String xinterface)
void xsetInterface(org.apache.xmlbeans.XmlString xinterface)
String getOperation()
org.apache.xmlbeans.XmlString xgetOperation()
void setOperation(String operation)
void xsetOperation(org.apache.xmlbeans.XmlString operation)
String getPath()
org.apache.xmlbeans.XmlString xgetPath()
void setPath(String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
String getRequestQuery()
org.apache.xmlbeans.XmlString xgetRequestQuery()
void setRequestQuery(String requestQuery)
void xsetRequestQuery(org.apache.xmlbeans.XmlString requestQuery)
String getMatchingValue()
org.apache.xmlbeans.XmlString xgetMatchingValue()
void setMatchingValue(String matchingValue)
void xsetMatchingValue(org.apache.xmlbeans.XmlString matchingValue)
int getPort()
org.apache.xmlbeans.XmlInt xgetPort()
void setPort(int port)
void xsetPort(org.apache.xmlbeans.XmlInt port)
long getTimeout()
org.apache.xmlbeans.XmlLong xgetTimeout()
void setTimeout(long timeout)
void xsetTimeout(org.apache.xmlbeans.XmlLong timeout)
MockResponseConfig getResponse()
void setResponse(MockResponseConfig response)
MockResponseConfig addNewResponse()
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)
Copyright © 2019. All Rights Reserved.