public interface BaseMockOperationConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
BaseMockOperationConfig.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 |
---|---|
String |
getDefaultResponse()
Gets the "defaultResponse" element
|
String |
getDispatchPath()
Gets the "dispatchPath" element
|
MockOperationDispatchStyleConfig.Enum |
getDispatchStyle()
Gets the "dispatchStyle" element
|
boolean |
isSetDefaultResponse()
True if has "defaultResponse" element
|
boolean |
isSetDispatchPath()
True if has "dispatchPath" element
|
boolean |
isSetDispatchStyle()
True if has "dispatchStyle" element
|
void |
setDefaultResponse(String defaultResponse)
Sets the "defaultResponse" element
|
void |
setDispatchPath(String dispatchPath)
Sets the "dispatchPath" element
|
void |
setDispatchStyle(MockOperationDispatchStyleConfig.Enum dispatchStyle)
Sets the "dispatchStyle" element
|
void |
unsetDefaultResponse()
Unsets the "defaultResponse" element
|
void |
unsetDispatchPath()
Unsets the "dispatchPath" element
|
void |
unsetDispatchStyle()
Unsets the "dispatchStyle" element
|
org.apache.xmlbeans.XmlString |
xgetDefaultResponse()
Gets (as xml) the "defaultResponse" element
|
org.apache.xmlbeans.XmlString |
xgetDispatchPath()
Gets (as xml) the "dispatchPath" element
|
MockOperationDispatchStyleConfig |
xgetDispatchStyle()
Gets (as xml) the "dispatchStyle" element
|
void |
xsetDefaultResponse(org.apache.xmlbeans.XmlString defaultResponse)
Sets (as xml) the "defaultResponse" element
|
void |
xsetDispatchPath(org.apache.xmlbeans.XmlString dispatchPath)
Sets (as xml) the "dispatchPath" element
|
void |
xsetDispatchStyle(MockOperationDispatchStyleConfig dispatchStyle)
Sets (as xml) the "dispatchStyle" element
|
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
String getDefaultResponse()
org.apache.xmlbeans.XmlString xgetDefaultResponse()
boolean isSetDefaultResponse()
void setDefaultResponse(String defaultResponse)
void xsetDefaultResponse(org.apache.xmlbeans.XmlString defaultResponse)
void unsetDefaultResponse()
MockOperationDispatchStyleConfig.Enum getDispatchStyle()
MockOperationDispatchStyleConfig xgetDispatchStyle()
boolean isSetDispatchStyle()
void setDispatchStyle(MockOperationDispatchStyleConfig.Enum dispatchStyle)
void xsetDispatchStyle(MockOperationDispatchStyleConfig dispatchStyle)
void unsetDispatchStyle()
String getDispatchPath()
org.apache.xmlbeans.XmlString xgetDispatchPath()
boolean isSetDispatchPath()
void setDispatchPath(String dispatchPath)
void xsetDispatchPath(org.apache.xmlbeans.XmlString dispatchPath)
void unsetDispatchPath()
Copyright © 2019. All Rights Reserved.