public interface MockOperationQueryMatchDispatchConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
MockOperationQueryMatchDispatchConfig.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
MockOperationQueryMatchDispatchConfig.Query
An XML query(@http://eviware.com/soapui/config).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
MockOperationQueryMatchDispatchConfig.Query |
addNewQuery()
Appends and returns a new empty value (as xml) as the last "query" element
|
MockOperationQueryMatchDispatchConfig.Query[] |
getQueryArray()
Deprecated.
|
MockOperationQueryMatchDispatchConfig.Query |
getQueryArray(int i)
Gets ith "query" element
|
List<MockOperationQueryMatchDispatchConfig.Query> |
getQueryList()
Gets a List of "query" elements
|
MockOperationQueryMatchDispatchConfig.Query |
insertNewQuery(int i)
Inserts and returns a new empty value (as xml) as the ith "query" element
|
void |
removeQuery(int i)
Removes the ith "query" element
|
void |
setQueryArray(int i,
MockOperationQueryMatchDispatchConfig.Query query)
Sets ith "query" element
|
void |
setQueryArray(MockOperationQueryMatchDispatchConfig.Query[] queryArray)
Sets array of all "query" element
|
int |
sizeOfQueryArray()
Returns number of "query" 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<MockOperationQueryMatchDispatchConfig.Query> getQueryList()
MockOperationQueryMatchDispatchConfig.Query[] getQueryArray()
MockOperationQueryMatchDispatchConfig.Query getQueryArray(int i)
int sizeOfQueryArray()
void setQueryArray(MockOperationQueryMatchDispatchConfig.Query[] queryArray)
void setQueryArray(int i, MockOperationQueryMatchDispatchConfig.Query query)
MockOperationQueryMatchDispatchConfig.Query insertNewQuery(int i)
MockOperationQueryMatchDispatchConfig.Query addNewQuery()
void removeQuery(int i)
Copyright © 2019. All Rights Reserved.