public interface MockOperationConfig extends BaseMockOperationConfig
Modifier and Type | Interface and Description |
---|---|
static class |
MockOperationConfig.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 |
---|---|
org.apache.xmlbeans.XmlObject |
addNewDispatchConfig()
Appends and returns a new empty "dispatchConfig" element
|
MockResponseConfig |
addNewResponse()
Appends and returns a new empty value (as xml) as the last "response" element
|
org.apache.xmlbeans.XmlObject |
getDispatchConfig()
Gets the "dispatchConfig" element
|
String |
getFaultMockOperation()
Gets the "faultMockOperation" attribute
|
String |
getInterface()
Gets the "interface" attribute
|
String |
getOperation()
Gets the "operation" attribute
|
MockResponseConfig[] |
getResponseArray()
Deprecated.
|
MockResponseConfig |
getResponseArray(int i)
Gets ith "response" element
|
List<MockResponseConfig> |
getResponseList()
Gets a List of "response" elements
|
MockResponseConfig |
insertNewResponse(int i)
Inserts and returns a new empty value (as xml) as the ith "response" element
|
boolean |
isSetDispatchConfig()
True if has "dispatchConfig" element
|
boolean |
isSetFaultMockOperation()
True if has "faultMockOperation" attribute
|
boolean |
isSetInterface()
True if has "interface" attribute
|
boolean |
isSetOperation()
True if has "operation" attribute
|
void |
removeResponse(int i)
Removes the ith "response" element
|
void |
setDispatchConfig(org.apache.xmlbeans.XmlObject dispatchConfig)
Sets the "dispatchConfig" element
|
void |
setFaultMockOperation(String faultMockOperation)
Sets the "faultMockOperation" attribute
|
void |
setInterface(String xinterface)
Sets the "interface" attribute
|
void |
setOperation(String operation)
Sets the "operation" attribute
|
void |
setResponseArray(int i,
MockResponseConfig response)
Sets ith "response" element
|
void |
setResponseArray(MockResponseConfig[] responseArray)
Sets array of all "response" element
|
int |
sizeOfResponseArray()
Returns number of "response" element
|
void |
unsetDispatchConfig()
Unsets the "dispatchConfig" element
|
void |
unsetFaultMockOperation()
Unsets the "faultMockOperation" attribute
|
void |
unsetInterface()
Unsets the "interface" attribute
|
void |
unsetOperation()
Unsets the "operation" attribute
|
org.apache.xmlbeans.XmlString |
xgetFaultMockOperation()
Gets (as xml) the "faultMockOperation" attribute
|
org.apache.xmlbeans.XmlString |
xgetInterface()
Gets (as xml) the "interface" attribute
|
org.apache.xmlbeans.XmlString |
xgetOperation()
Gets (as xml) the "operation" attribute
|
void |
xsetFaultMockOperation(org.apache.xmlbeans.XmlString faultMockOperation)
Sets (as xml) the "faultMockOperation" attribute
|
void |
xsetInterface(org.apache.xmlbeans.XmlString xinterface)
Sets (as xml) the "interface" attribute
|
void |
xsetOperation(org.apache.xmlbeans.XmlString operation)
Sets (as xml) the "operation" attribute
|
getDefaultResponse, getDispatchPath, getDispatchStyle, isSetDefaultResponse, isSetDispatchPath, isSetDispatchStyle, setDefaultResponse, setDispatchPath, setDispatchStyle, unsetDefaultResponse, unsetDispatchPath, unsetDispatchStyle, xgetDefaultResponse, xgetDispatchPath, xgetDispatchStyle, xsetDefaultResponse, xsetDispatchPath, xsetDispatchStyle
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
List<MockResponseConfig> getResponseList()
MockResponseConfig[] getResponseArray()
MockResponseConfig getResponseArray(int i)
int sizeOfResponseArray()
void setResponseArray(MockResponseConfig[] responseArray)
void setResponseArray(int i, MockResponseConfig response)
MockResponseConfig insertNewResponse(int i)
MockResponseConfig addNewResponse()
void removeResponse(int i)
org.apache.xmlbeans.XmlObject getDispatchConfig()
boolean isSetDispatchConfig()
void setDispatchConfig(org.apache.xmlbeans.XmlObject dispatchConfig)
org.apache.xmlbeans.XmlObject addNewDispatchConfig()
void unsetDispatchConfig()
String getInterface()
org.apache.xmlbeans.XmlString xgetInterface()
boolean isSetInterface()
void setInterface(String xinterface)
void xsetInterface(org.apache.xmlbeans.XmlString xinterface)
void unsetInterface()
String getOperation()
org.apache.xmlbeans.XmlString xgetOperation()
boolean isSetOperation()
void setOperation(String operation)
void xsetOperation(org.apache.xmlbeans.XmlString operation)
void unsetOperation()
String getFaultMockOperation()
org.apache.xmlbeans.XmlString xgetFaultMockOperation()
boolean isSetFaultMockOperation()
void setFaultMockOperation(String faultMockOperation)
void xsetFaultMockOperation(org.apache.xmlbeans.XmlString faultMockOperation)
void unsetFaultMockOperation()
Copyright © 2019. All Rights Reserved.