public interface OperationConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
OperationConfig.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 |
addNewCall()
Appends and returns a new empty value (as xml) as the last "call" element
|
PartsConfig |
addNewRequestParts()
Appends and returns a new empty "requestParts" element
|
PartsConfig |
addNewResponseParts()
Appends and returns a new empty "responseParts" element
|
String |
getAction()
Gets the "action" attribute
|
AnonymousTypeConfig.Enum |
getAnonymous()
Gets the "anonymous" attribute
|
String |
getBindingOperationName()
Gets the "bindingOperationName" attribute
|
WsdlRequestConfig[] |
getCallArray()
Deprecated.
|
WsdlRequestConfig |
getCallArray(int i)
Gets ith "call" element
|
List<WsdlRequestConfig> |
getCallList()
Gets a List of "call" elements
|
String |
getInputName()
Gets the "inputName" attribute
|
boolean |
getIsOneWay()
Gets the "isOneWay" attribute
|
String |
getOutputName()
Gets the "outputName" attribute
|
boolean |
getReceivesAttachments()
Gets the "receivesAttachments" attribute
|
PartsConfig |
getRequestParts()
Gets the "requestParts" element
|
PartsConfig |
getResponseParts()
Gets the "responseParts" element
|
boolean |
getSendsAttachments()
Gets the "sendsAttachments" attribute
|
OperationStylesConfig.Enum |
getStyle()
Gets the "style" attribute
|
OperationTypesConfig.Enum |
getType()
Gets the "type" attribute
|
WsdlRequestConfig |
insertNewCall(int i)
Inserts and returns a new empty value (as xml) as the ith "call" element
|
boolean |
isSetAction()
True if has "action" attribute
|
boolean |
isSetAnonymous()
True if has "anonymous" attribute
|
boolean |
isSetBindingOperationName()
True if has "bindingOperationName" attribute
|
boolean |
isSetInputName()
True if has "inputName" attribute
|
boolean |
isSetIsOneWay()
True if has "isOneWay" attribute
|
boolean |
isSetOutputName()
True if has "outputName" attribute
|
boolean |
isSetReceivesAttachments()
True if has "receivesAttachments" attribute
|
boolean |
isSetRequestParts()
True if has "requestParts" element
|
boolean |
isSetResponseParts()
True if has "responseParts" element
|
boolean |
isSetSendsAttachments()
True if has "sendsAttachments" attribute
|
boolean |
isSetStyle()
True if has "style" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
removeCall(int i)
Removes the ith "call" element
|
void |
setAction(String action)
Sets the "action" attribute
|
void |
setAnonymous(AnonymousTypeConfig.Enum anonymous)
Sets the "anonymous" attribute
|
void |
setBindingOperationName(String bindingOperationName)
Sets the "bindingOperationName" attribute
|
void |
setCallArray(int i,
WsdlRequestConfig call)
Sets ith "call" element
|
void |
setCallArray(WsdlRequestConfig[] callArray)
Sets array of all "call" element
|
void |
setInputName(String inputName)
Sets the "inputName" attribute
|
void |
setIsOneWay(boolean isOneWay)
Sets the "isOneWay" attribute
|
void |
setOutputName(String outputName)
Sets the "outputName" attribute
|
void |
setReceivesAttachments(boolean receivesAttachments)
Sets the "receivesAttachments" attribute
|
void |
setRequestParts(PartsConfig requestParts)
Sets the "requestParts" element
|
void |
setResponseParts(PartsConfig responseParts)
Sets the "responseParts" element
|
void |
setSendsAttachments(boolean sendsAttachments)
Sets the "sendsAttachments" attribute
|
void |
setStyle(OperationStylesConfig.Enum style)
Sets the "style" attribute
|
void |
setType(OperationTypesConfig.Enum type)
Sets the "type" attribute
|
int |
sizeOfCallArray()
Returns number of "call" element
|
void |
unsetAction()
Unsets the "action" attribute
|
void |
unsetAnonymous()
Unsets the "anonymous" attribute
|
void |
unsetBindingOperationName()
Unsets the "bindingOperationName" attribute
|
void |
unsetInputName()
Unsets the "inputName" attribute
|
void |
unsetIsOneWay()
Unsets the "isOneWay" attribute
|
void |
unsetOutputName()
Unsets the "outputName" attribute
|
void |
unsetReceivesAttachments()
Unsets the "receivesAttachments" attribute
|
void |
unsetRequestParts()
Unsets the "requestParts" element
|
void |
unsetResponseParts()
Unsets the "responseParts" element
|
void |
unsetSendsAttachments()
Unsets the "sendsAttachments" attribute
|
void |
unsetStyle()
Unsets the "style" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetAction()
Gets (as xml) the "action" attribute
|
AnonymousTypeConfig |
xgetAnonymous()
Gets (as xml) the "anonymous" attribute
|
org.apache.xmlbeans.XmlString |
xgetBindingOperationName()
Gets (as xml) the "bindingOperationName" attribute
|
org.apache.xmlbeans.XmlString |
xgetInputName()
Gets (as xml) the "inputName" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetIsOneWay()
Gets (as xml) the "isOneWay" attribute
|
org.apache.xmlbeans.XmlString |
xgetOutputName()
Gets (as xml) the "outputName" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetReceivesAttachments()
Gets (as xml) the "receivesAttachments" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSendsAttachments()
Gets (as xml) the "sendsAttachments" attribute
|
OperationStylesConfig |
xgetStyle()
Gets (as xml) the "style" attribute
|
OperationTypesConfig |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetAction(org.apache.xmlbeans.XmlString action)
Sets (as xml) the "action" attribute
|
void |
xsetAnonymous(AnonymousTypeConfig anonymous)
Sets (as xml) the "anonymous" attribute
|
void |
xsetBindingOperationName(org.apache.xmlbeans.XmlString bindingOperationName)
Sets (as xml) the "bindingOperationName" attribute
|
void |
xsetInputName(org.apache.xmlbeans.XmlString inputName)
Sets (as xml) the "inputName" attribute
|
void |
xsetIsOneWay(org.apache.xmlbeans.XmlBoolean isOneWay)
Sets (as xml) the "isOneWay" attribute
|
void |
xsetOutputName(org.apache.xmlbeans.XmlString outputName)
Sets (as xml) the "outputName" attribute
|
void |
xsetReceivesAttachments(org.apache.xmlbeans.XmlBoolean receivesAttachments)
Sets (as xml) the "receivesAttachments" attribute
|
void |
xsetSendsAttachments(org.apache.xmlbeans.XmlBoolean sendsAttachments)
Sets (as xml) the "sendsAttachments" attribute
|
void |
xsetStyle(OperationStylesConfig style)
Sets (as xml) the "style" attribute
|
void |
xsetType(OperationTypesConfig type)
Sets (as xml) the "type" attribute
|
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<WsdlRequestConfig> getCallList()
WsdlRequestConfig[] getCallArray()
WsdlRequestConfig getCallArray(int i)
int sizeOfCallArray()
void setCallArray(WsdlRequestConfig[] callArray)
void setCallArray(int i, WsdlRequestConfig call)
WsdlRequestConfig insertNewCall(int i)
WsdlRequestConfig addNewCall()
void removeCall(int i)
PartsConfig getRequestParts()
boolean isSetRequestParts()
void setRequestParts(PartsConfig requestParts)
PartsConfig addNewRequestParts()
void unsetRequestParts()
PartsConfig getResponseParts()
boolean isSetResponseParts()
void setResponseParts(PartsConfig responseParts)
PartsConfig addNewResponseParts()
void unsetResponseParts()
String getAction()
org.apache.xmlbeans.XmlString xgetAction()
boolean isSetAction()
void setAction(String action)
void xsetAction(org.apache.xmlbeans.XmlString action)
void unsetAction()
String getBindingOperationName()
org.apache.xmlbeans.XmlString xgetBindingOperationName()
boolean isSetBindingOperationName()
void setBindingOperationName(String bindingOperationName)
void xsetBindingOperationName(org.apache.xmlbeans.XmlString bindingOperationName)
void unsetBindingOperationName()
OperationStylesConfig.Enum getStyle()
OperationStylesConfig xgetStyle()
boolean isSetStyle()
void setStyle(OperationStylesConfig.Enum style)
void xsetStyle(OperationStylesConfig style)
void unsetStyle()
OperationTypesConfig.Enum getType()
OperationTypesConfig xgetType()
boolean isSetType()
void setType(OperationTypesConfig.Enum type)
void xsetType(OperationTypesConfig type)
void unsetType()
String getInputName()
org.apache.xmlbeans.XmlString xgetInputName()
boolean isSetInputName()
void setInputName(String inputName)
void xsetInputName(org.apache.xmlbeans.XmlString inputName)
void unsetInputName()
String getOutputName()
org.apache.xmlbeans.XmlString xgetOutputName()
boolean isSetOutputName()
void setOutputName(String outputName)
void xsetOutputName(org.apache.xmlbeans.XmlString outputName)
void unsetOutputName()
boolean getIsOneWay()
org.apache.xmlbeans.XmlBoolean xgetIsOneWay()
boolean isSetIsOneWay()
void setIsOneWay(boolean isOneWay)
void xsetIsOneWay(org.apache.xmlbeans.XmlBoolean isOneWay)
void unsetIsOneWay()
boolean getSendsAttachments()
org.apache.xmlbeans.XmlBoolean xgetSendsAttachments()
boolean isSetSendsAttachments()
void setSendsAttachments(boolean sendsAttachments)
void xsetSendsAttachments(org.apache.xmlbeans.XmlBoolean sendsAttachments)
void unsetSendsAttachments()
boolean getReceivesAttachments()
org.apache.xmlbeans.XmlBoolean xgetReceivesAttachments()
boolean isSetReceivesAttachments()
void setReceivesAttachments(boolean receivesAttachments)
void xsetReceivesAttachments(org.apache.xmlbeans.XmlBoolean receivesAttachments)
void unsetReceivesAttachments()
AnonymousTypeConfig.Enum getAnonymous()
AnonymousTypeConfig xgetAnonymous()
boolean isSetAnonymous()
void setAnonymous(AnonymousTypeConfig.Enum anonymous)
void xsetAnonymous(AnonymousTypeConfig anonymous)
void unsetAnonymous()
Copyright © 2019. All Rights Reserved.