public interface RestRequestStepConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RestRequestStepConfig.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 |
---|---|
RestRequestConfig |
addNewRestRequest()
Appends and returns a new empty "restRequest" element
|
String |
getMethodName()
Gets the "methodName" attribute
|
String |
getResourcePath()
Gets the "resourcePath" attribute
|
RestRequestConfig |
getRestRequest()
Gets the "restRequest" element
|
String |
getService()
Gets the "service" attribute
|
boolean |
isSetMethodName()
True if has "methodName" attribute
|
boolean |
isSetResourcePath()
True if has "resourcePath" attribute
|
boolean |
isSetService()
True if has "service" attribute
|
void |
setMethodName(String methodName)
Sets the "methodName" attribute
|
void |
setResourcePath(String resourcePath)
Sets the "resourcePath" attribute
|
void |
setRestRequest(RestRequestConfig restRequest)
Sets the "restRequest" element
|
void |
setService(String service)
Sets the "service" attribute
|
void |
unsetMethodName()
Unsets the "methodName" attribute
|
void |
unsetResourcePath()
Unsets the "resourcePath" attribute
|
void |
unsetService()
Unsets the "service" attribute
|
org.apache.xmlbeans.XmlString |
xgetMethodName()
Gets (as xml) the "methodName" attribute
|
org.apache.xmlbeans.XmlString |
xgetResourcePath()
Gets (as xml) the "resourcePath" attribute
|
org.apache.xmlbeans.XmlString |
xgetService()
Gets (as xml) the "service" attribute
|
void |
xsetMethodName(org.apache.xmlbeans.XmlString methodName)
Sets (as xml) the "methodName" attribute
|
void |
xsetResourcePath(org.apache.xmlbeans.XmlString resourcePath)
Sets (as xml) the "resourcePath" attribute
|
void |
xsetService(org.apache.xmlbeans.XmlString service)
Sets (as xml) the "service" attribute
|
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
RestRequestConfig getRestRequest()
void setRestRequest(RestRequestConfig restRequest)
RestRequestConfig addNewRestRequest()
String getService()
org.apache.xmlbeans.XmlString xgetService()
boolean isSetService()
void setService(String service)
void xsetService(org.apache.xmlbeans.XmlString service)
void unsetService()
String getResourcePath()
org.apache.xmlbeans.XmlString xgetResourcePath()
boolean isSetResourcePath()
void setResourcePath(String resourcePath)
void xsetResourcePath(org.apache.xmlbeans.XmlString resourcePath)
void unsetResourcePath()
String getMethodName()
org.apache.xmlbeans.XmlString xgetMethodName()
boolean isSetMethodName()
void setMethodName(String methodName)
void xsetMethodName(org.apache.xmlbeans.XmlString methodName)
void unsetMethodName()
Copyright © 2019. All Rights Reserved.