public interface RequestStepConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RequestStepConfig.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 |
---|---|
WsdlRequestConfig |
addNewRequest()
Appends and returns a new empty "request" element
|
String |
getInterface()
Gets the "interface" element
|
String |
getOperation()
Gets the "operation" element
|
WsdlRequestConfig |
getRequest()
Gets the "request" element
|
void |
setInterface(String xinterface)
Sets the "interface" element
|
void |
setOperation(String operation)
Sets the "operation" element
|
void |
setRequest(WsdlRequestConfig request)
Sets the "request" element
|
org.apache.xmlbeans.XmlString |
xgetInterface()
Gets (as xml) the "interface" element
|
org.apache.xmlbeans.XmlString |
xgetOperation()
Gets (as xml) the "operation" element
|
void |
xsetInterface(org.apache.xmlbeans.XmlString xinterface)
Sets (as xml) the "interface" element
|
void |
xsetOperation(org.apache.xmlbeans.XmlString operation)
Sets (as xml) the "operation" 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
String getInterface()
org.apache.xmlbeans.XmlString xgetInterface()
void setInterface(String xinterface)
void xsetInterface(org.apache.xmlbeans.XmlString xinterface)
String getOperation()
org.apache.xmlbeans.XmlString xgetOperation()
void setOperation(String operation)
void xsetOperation(org.apache.xmlbeans.XmlString operation)
WsdlRequestConfig getRequest()
void setRequest(WsdlRequestConfig request)
WsdlRequestConfig addNewRequest()
Copyright © 2019. All Rights Reserved.