public class BaseMockServiceConfigImpl extends GenericMockServiceConfigImpl implements BaseMockServiceConfig
BaseMockServiceConfig.Factory_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
BaseMockServiceConfigImpl(org.apache.xmlbeans.SchemaType sType) |
| Modifier and Type | Method and Description |
|---|---|
HeaderValidatorConfig |
addNewHeaderValidator()
Appends and returns a new empty "headerValidator" element
|
boolean |
getAddUnmatchedOperation()
Gets the "addUnmatchedOperation" attribute
|
boolean |
getBindToHostOnly()
Gets the "bindToHostOnly" attribute
|
String |
getDocroot()
Gets the "docroot" attribute
|
HeaderValidatorConfig |
getHeaderValidator()
Gets the "headerValidator" element
|
String |
getHost()
Gets the "host" attribute
|
boolean |
getHttpSecure()
Gets the "httpSecure" attribute
|
int |
getMaxNumberOfRoutedResponse()
Gets the "maxNumberOfRoutedResponse" attribute
|
String |
getPath()
Gets the "path" attribute
|
int |
getPort()
Gets the "port" attribute
|
String |
getRouteEndpoint()
Gets the "routeEndpoint" attribute
|
boolean |
getRouteModeEnabled()
Gets the "routeModeEnabled" attribute
|
boolean |
getRouteUnmatchedOperation()
Gets the "routeUnmatchedOperation" attribute
|
boolean |
isSetAddUnmatchedOperation()
True if has "addUnmatchedOperation" attribute
|
boolean |
isSetBindToHostOnly()
True if has "bindToHostOnly" attribute
|
boolean |
isSetDocroot()
True if has "docroot" attribute
|
boolean |
isSetHeaderValidator()
True if has "headerValidator" element
|
boolean |
isSetHost()
True if has "host" attribute
|
boolean |
isSetHttpSecure()
True if has "httpSecure" attribute
|
boolean |
isSetMaxNumberOfRoutedResponse()
True if has "maxNumberOfRoutedResponse" attribute
|
boolean |
isSetPath()
True if has "path" attribute
|
boolean |
isSetPort()
True if has "port" attribute
|
boolean |
isSetRouteEndpoint()
True if has "routeEndpoint" attribute
|
boolean |
isSetRouteModeEnabled()
True if has "routeModeEnabled" attribute
|
boolean |
isSetRouteUnmatchedOperation()
True if has "routeUnmatchedOperation" attribute
|
void |
setAddUnmatchedOperation(boolean addUnmatchedOperation)
Sets the "addUnmatchedOperation" attribute
|
void |
setBindToHostOnly(boolean bindToHostOnly)
Sets the "bindToHostOnly" attribute
|
void |
setDocroot(String docroot)
Sets the "docroot" attribute
|
void |
setHeaderValidator(HeaderValidatorConfig headerValidator)
Sets the "headerValidator" element
|
void |
setHost(String host)
Sets the "host" attribute
|
void |
setHttpSecure(boolean httpSecure)
Sets the "httpSecure" attribute
|
void |
setMaxNumberOfRoutedResponse(int maxNumberOfRoutedResponse)
Sets the "maxNumberOfRoutedResponse" attribute
|
void |
setPath(String path)
Sets the "path" attribute
|
void |
setPort(int port)
Sets the "port" attribute
|
void |
setRouteEndpoint(String routeEndpoint)
Sets the "routeEndpoint" attribute
|
void |
setRouteModeEnabled(boolean routeModeEnabled)
Sets the "routeModeEnabled" attribute
|
void |
setRouteUnmatchedOperation(boolean routeUnmatchedOperation)
Sets the "routeUnmatchedOperation" attribute
|
void |
unsetAddUnmatchedOperation()
Unsets the "addUnmatchedOperation" attribute
|
void |
unsetBindToHostOnly()
Unsets the "bindToHostOnly" attribute
|
void |
unsetDocroot()
Unsets the "docroot" attribute
|
void |
unsetHeaderValidator()
Unsets the "headerValidator" element
|
void |
unsetHost()
Unsets the "host" attribute
|
void |
unsetHttpSecure()
Unsets the "httpSecure" attribute
|
void |
unsetMaxNumberOfRoutedResponse()
Unsets the "maxNumberOfRoutedResponse" attribute
|
void |
unsetPath()
Unsets the "path" attribute
|
void |
unsetPort()
Unsets the "port" attribute
|
void |
unsetRouteEndpoint()
Unsets the "routeEndpoint" attribute
|
void |
unsetRouteModeEnabled()
Unsets the "routeModeEnabled" attribute
|
void |
unsetRouteUnmatchedOperation()
Unsets the "routeUnmatchedOperation" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAddUnmatchedOperation()
Gets (as xml) the "addUnmatchedOperation" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetBindToHostOnly()
Gets (as xml) the "bindToHostOnly" attribute
|
org.apache.xmlbeans.XmlString |
xgetDocroot()
Gets (as xml) the "docroot" attribute
|
org.apache.xmlbeans.XmlString |
xgetHost()
Gets (as xml) the "host" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetHttpSecure()
Gets (as xml) the "httpSecure" attribute
|
org.apache.xmlbeans.XmlInt |
xgetMaxNumberOfRoutedResponse()
Gets (as xml) the "maxNumberOfRoutedResponse" attribute
|
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "path" attribute
|
org.apache.xmlbeans.XmlInt |
xgetPort()
Gets (as xml) the "port" attribute
|
org.apache.xmlbeans.XmlString |
xgetRouteEndpoint()
Gets (as xml) the "routeEndpoint" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRouteModeEnabled()
Gets (as xml) the "routeModeEnabled" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRouteUnmatchedOperation()
Gets (as xml) the "routeUnmatchedOperation" attribute
|
void |
xsetAddUnmatchedOperation(org.apache.xmlbeans.XmlBoolean addUnmatchedOperation)
Sets (as xml) the "addUnmatchedOperation" attribute
|
void |
xsetBindToHostOnly(org.apache.xmlbeans.XmlBoolean bindToHostOnly)
Sets (as xml) the "bindToHostOnly" attribute
|
void |
xsetDocroot(org.apache.xmlbeans.XmlString docroot)
Sets (as xml) the "docroot" attribute
|
void |
xsetHost(org.apache.xmlbeans.XmlString host)
Sets (as xml) the "host" attribute
|
void |
xsetHttpSecure(org.apache.xmlbeans.XmlBoolean httpSecure)
Sets (as xml) the "httpSecure" attribute
|
void |
xsetMaxNumberOfRoutedResponse(org.apache.xmlbeans.XmlInt maxNumberOfRoutedResponse)
Sets (as xml) the "maxNumberOfRoutedResponse" attribute
|
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" attribute
|
void |
xsetPort(org.apache.xmlbeans.XmlInt port)
Sets (as xml) the "port" attribute
|
void |
xsetRouteEndpoint(org.apache.xmlbeans.XmlString routeEndpoint)
Sets (as xml) the "routeEndpoint" attribute
|
void |
xsetRouteModeEnabled(org.apache.xmlbeans.XmlBoolean routeModeEnabled)
Sets (as xml) the "routeModeEnabled" attribute
|
void |
xsetRouteUnmatchedOperation(org.apache.xmlbeans.XmlBoolean routeUnmatchedOperation)
Sets (as xml) the "routeUnmatchedOperation" attribute
|
addNewAfterRequestScript, addNewAssertion, addNewConstraints, addNewDataSources, addNewOnRequestScript, addNewProperties, addNewStartScript, addNewStopScript, getAfterRequestScript, getAssertionArray, getAssertionArray, getAssertionList, getAutoStart, getConstraints, getDataSources, getDispatchResponseMessages, getFaultMockOperation, getOnRequestScript, getProperties, getResponsePropertyExpansion, getStartScript, getStopScript, insertNewAssertion, isSetAfterRequestScript, isSetAutoStart, isSetConstraints, isSetDataSources, isSetDispatchResponseMessages, isSetFaultMockOperation, isSetOnRequestScript, isSetProperties, isSetResponsePropertyExpansion, isSetStartScript, isSetStopScript, removeAssertion, setAfterRequestScript, setAssertionArray, setAssertionArray, setAutoStart, setConstraints, setDataSources, setDispatchResponseMessages, setFaultMockOperation, setOnRequestScript, setProperties, setResponsePropertyExpansion, setStartScript, setStopScript, sizeOfAssertionArray, unsetAfterRequestScript, unsetAutoStart, unsetConstraints, unsetDataSources, unsetDispatchResponseMessages, unsetFaultMockOperation, unsetOnRequestScript, unsetProperties, unsetResponsePropertyExpansion, unsetStartScript, unsetStopScript, xgetAutoStart, xgetDispatchResponseMessages, xgetFaultMockOperation, xgetResponsePropertyExpansion, xsetAutoStart, xsetDispatchResponseMessages, xsetFaultMockOperation, xsetResponsePropertyExpansionaddNewSettings, 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, xsetTimestamparraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddNewAfterRequestScript, addNewAssertion, addNewConstraints, addNewDataSources, addNewOnRequestScript, addNewProperties, addNewStartScript, addNewStopScript, getAfterRequestScript, getAssertionArray, getAssertionArray, getAssertionList, getAutoStart, getConstraints, getDataSources, getDispatchResponseMessages, getFaultMockOperation, getOnRequestScript, getProperties, getResponsePropertyExpansion, getStartScript, getStopScript, insertNewAssertion, isSetAfterRequestScript, isSetAutoStart, isSetConstraints, isSetDataSources, isSetDispatchResponseMessages, isSetFaultMockOperation, isSetOnRequestScript, isSetProperties, isSetResponsePropertyExpansion, isSetStartScript, isSetStopScript, removeAssertion, setAfterRequestScript, setAssertionArray, setAssertionArray, setAutoStart, setConstraints, setDataSources, setDispatchResponseMessages, setFaultMockOperation, setOnRequestScript, setProperties, setResponsePropertyExpansion, setStartScript, setStopScript, sizeOfAssertionArray, unsetAfterRequestScript, unsetAutoStart, unsetConstraints, unsetDataSources, unsetDispatchResponseMessages, unsetFaultMockOperation, unsetOnRequestScript, unsetProperties, unsetResponsePropertyExpansion, unsetStartScript, unsetStopScript, xgetAutoStart, xgetDispatchResponseMessages, xgetFaultMockOperation, xgetResponsePropertyExpansion, xsetAutoStart, xsetDispatchResponseMessages, xsetFaultMockOperation, xsetResponsePropertyExpansionaddNewSettings, 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, xsetTimestampchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextpublic BaseMockServiceConfigImpl(org.apache.xmlbeans.SchemaType sType)
public HeaderValidatorConfig getHeaderValidator()
getHeaderValidator in interface BaseMockServiceConfigpublic boolean isSetHeaderValidator()
isSetHeaderValidator in interface BaseMockServiceConfigpublic void setHeaderValidator(HeaderValidatorConfig headerValidator)
setHeaderValidator in interface BaseMockServiceConfigpublic HeaderValidatorConfig addNewHeaderValidator()
addNewHeaderValidator in interface BaseMockServiceConfigpublic void unsetHeaderValidator()
unsetHeaderValidator in interface BaseMockServiceConfigpublic int getPort()
getPort in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlInt xgetPort()
xgetPort in interface BaseMockServiceConfigpublic boolean isSetPort()
isSetPort in interface BaseMockServiceConfigpublic void setPort(int port)
setPort in interface BaseMockServiceConfigpublic void xsetPort(org.apache.xmlbeans.XmlInt port)
xsetPort in interface BaseMockServiceConfigpublic void unsetPort()
unsetPort in interface BaseMockServiceConfigpublic String getHost()
getHost in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlString xgetHost()
xgetHost in interface BaseMockServiceConfigpublic boolean isSetHost()
isSetHost in interface BaseMockServiceConfigpublic void setHost(String host)
setHost in interface BaseMockServiceConfigpublic void xsetHost(org.apache.xmlbeans.XmlString host)
xsetHost in interface BaseMockServiceConfigpublic void unsetHost()
unsetHost in interface BaseMockServiceConfigpublic String getPath()
getPath in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlString xgetPath()
xgetPath in interface BaseMockServiceConfigpublic boolean isSetPath()
isSetPath in interface BaseMockServiceConfigpublic void setPath(String path)
setPath in interface BaseMockServiceConfigpublic void xsetPath(org.apache.xmlbeans.XmlString path)
xsetPath in interface BaseMockServiceConfigpublic void unsetPath()
unsetPath in interface BaseMockServiceConfigpublic boolean getHttpSecure()
getHttpSecure in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlBoolean xgetHttpSecure()
xgetHttpSecure in interface BaseMockServiceConfigpublic boolean isSetHttpSecure()
isSetHttpSecure in interface BaseMockServiceConfigpublic void setHttpSecure(boolean httpSecure)
setHttpSecure in interface BaseMockServiceConfigpublic void xsetHttpSecure(org.apache.xmlbeans.XmlBoolean httpSecure)
xsetHttpSecure in interface BaseMockServiceConfigpublic void unsetHttpSecure()
unsetHttpSecure in interface BaseMockServiceConfigpublic String getDocroot()
getDocroot in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlString xgetDocroot()
xgetDocroot in interface BaseMockServiceConfigpublic boolean isSetDocroot()
isSetDocroot in interface BaseMockServiceConfigpublic void setDocroot(String docroot)
setDocroot in interface BaseMockServiceConfigpublic void xsetDocroot(org.apache.xmlbeans.XmlString docroot)
xsetDocroot in interface BaseMockServiceConfigpublic void unsetDocroot()
unsetDocroot in interface BaseMockServiceConfigpublic boolean getBindToHostOnly()
getBindToHostOnly in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlBoolean xgetBindToHostOnly()
xgetBindToHostOnly in interface BaseMockServiceConfigpublic boolean isSetBindToHostOnly()
isSetBindToHostOnly in interface BaseMockServiceConfigpublic void setBindToHostOnly(boolean bindToHostOnly)
setBindToHostOnly in interface BaseMockServiceConfigpublic void xsetBindToHostOnly(org.apache.xmlbeans.XmlBoolean bindToHostOnly)
xsetBindToHostOnly in interface BaseMockServiceConfigpublic void unsetBindToHostOnly()
unsetBindToHostOnly in interface BaseMockServiceConfigpublic boolean getRouteModeEnabled()
getRouteModeEnabled in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlBoolean xgetRouteModeEnabled()
xgetRouteModeEnabled in interface BaseMockServiceConfigpublic boolean isSetRouteModeEnabled()
isSetRouteModeEnabled in interface BaseMockServiceConfigpublic void setRouteModeEnabled(boolean routeModeEnabled)
setRouteModeEnabled in interface BaseMockServiceConfigpublic void xsetRouteModeEnabled(org.apache.xmlbeans.XmlBoolean routeModeEnabled)
xsetRouteModeEnabled in interface BaseMockServiceConfigpublic void unsetRouteModeEnabled()
unsetRouteModeEnabled in interface BaseMockServiceConfigpublic boolean getRouteUnmatchedOperation()
getRouteUnmatchedOperation in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlBoolean xgetRouteUnmatchedOperation()
xgetRouteUnmatchedOperation in interface BaseMockServiceConfigpublic boolean isSetRouteUnmatchedOperation()
isSetRouteUnmatchedOperation in interface BaseMockServiceConfigpublic void setRouteUnmatchedOperation(boolean routeUnmatchedOperation)
setRouteUnmatchedOperation in interface BaseMockServiceConfigpublic void xsetRouteUnmatchedOperation(org.apache.xmlbeans.XmlBoolean routeUnmatchedOperation)
xsetRouteUnmatchedOperation in interface BaseMockServiceConfigpublic void unsetRouteUnmatchedOperation()
unsetRouteUnmatchedOperation in interface BaseMockServiceConfigpublic boolean getAddUnmatchedOperation()
getAddUnmatchedOperation in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlBoolean xgetAddUnmatchedOperation()
xgetAddUnmatchedOperation in interface BaseMockServiceConfigpublic boolean isSetAddUnmatchedOperation()
isSetAddUnmatchedOperation in interface BaseMockServiceConfigpublic void setAddUnmatchedOperation(boolean addUnmatchedOperation)
setAddUnmatchedOperation in interface BaseMockServiceConfigpublic void xsetAddUnmatchedOperation(org.apache.xmlbeans.XmlBoolean addUnmatchedOperation)
xsetAddUnmatchedOperation in interface BaseMockServiceConfigpublic void unsetAddUnmatchedOperation()
unsetAddUnmatchedOperation in interface BaseMockServiceConfigpublic String getRouteEndpoint()
getRouteEndpoint in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlString xgetRouteEndpoint()
xgetRouteEndpoint in interface BaseMockServiceConfigpublic boolean isSetRouteEndpoint()
isSetRouteEndpoint in interface BaseMockServiceConfigpublic void setRouteEndpoint(String routeEndpoint)
setRouteEndpoint in interface BaseMockServiceConfigpublic void xsetRouteEndpoint(org.apache.xmlbeans.XmlString routeEndpoint)
xsetRouteEndpoint in interface BaseMockServiceConfigpublic void unsetRouteEndpoint()
unsetRouteEndpoint in interface BaseMockServiceConfigpublic int getMaxNumberOfRoutedResponse()
getMaxNumberOfRoutedResponse in interface BaseMockServiceConfigpublic org.apache.xmlbeans.XmlInt xgetMaxNumberOfRoutedResponse()
xgetMaxNumberOfRoutedResponse in interface BaseMockServiceConfigpublic boolean isSetMaxNumberOfRoutedResponse()
isSetMaxNumberOfRoutedResponse in interface BaseMockServiceConfigpublic void setMaxNumberOfRoutedResponse(int maxNumberOfRoutedResponse)
setMaxNumberOfRoutedResponse in interface BaseMockServiceConfigpublic void xsetMaxNumberOfRoutedResponse(org.apache.xmlbeans.XmlInt maxNumberOfRoutedResponse)
xsetMaxNumberOfRoutedResponse in interface BaseMockServiceConfigpublic void unsetMaxNumberOfRoutedResponse()
unsetMaxNumberOfRoutedResponse in interface BaseMockServiceConfigCopyright © 2019. All rights reserved.