public interface WsdlInterfaceConfig extends InterfaceConfig
Modifier and Type | Interface and Description |
---|---|
static class |
WsdlInterfaceConfig.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 |
---|---|
OperationConfig |
addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
AnonymousTypeConfig.Enum |
getAnonymous()
Gets the "anonymous" attribute
|
String |
getBindingName()
Gets the "bindingName" attribute
|
String |
getDefinition()
Gets the "definition" attribute
|
OperationConfig[] |
getOperationArray()
Deprecated.
|
OperationConfig |
getOperationArray(int i)
Gets ith "operation" element
|
List<OperationConfig> |
getOperationList()
Gets a List of "operation" elements
|
SoapVersionTypesConfig.Enum |
getSoapVersion()
Gets the "soapVersion" attribute
|
WsaVersionTypeConfig.Enum |
getWsaVersion()
Gets the "wsaVersion" attribute
|
OperationConfig |
insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
boolean |
isSetAnonymous()
True if has "anonymous" attribute
|
boolean |
isSetBindingName()
True if has "bindingName" attribute
|
boolean |
isSetDefinition()
True if has "definition" attribute
|
boolean |
isSetSoapVersion()
True if has "soapVersion" attribute
|
boolean |
isSetWsaVersion()
True if has "wsaVersion" attribute
|
void |
removeOperation(int i)
Removes the ith "operation" element
|
void |
setAnonymous(AnonymousTypeConfig.Enum anonymous)
Sets the "anonymous" attribute
|
void |
setBindingName(String bindingName)
Sets the "bindingName" attribute
|
void |
setDefinition(String definition)
Sets the "definition" attribute
|
void |
setOperationArray(int i,
OperationConfig operation)
Sets ith "operation" element
|
void |
setOperationArray(OperationConfig[] operationArray)
Sets array of all "operation" element
|
void |
setSoapVersion(SoapVersionTypesConfig.Enum soapVersion)
Sets the "soapVersion" attribute
|
void |
setWsaVersion(WsaVersionTypeConfig.Enum wsaVersion)
Sets the "wsaVersion" attribute
|
int |
sizeOfOperationArray()
Returns number of "operation" element
|
void |
unsetAnonymous()
Unsets the "anonymous" attribute
|
void |
unsetBindingName()
Unsets the "bindingName" attribute
|
void |
unsetDefinition()
Unsets the "definition" attribute
|
void |
unsetSoapVersion()
Unsets the "soapVersion" attribute
|
void |
unsetWsaVersion()
Unsets the "wsaVersion" attribute
|
AnonymousTypeConfig |
xgetAnonymous()
Gets (as xml) the "anonymous" attribute
|
org.apache.xmlbeans.XmlString |
xgetBindingName()
Gets (as xml) the "bindingName" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefinition()
Gets (as xml) the "definition" attribute
|
SoapVersionTypesConfig |
xgetSoapVersion()
Gets (as xml) the "soapVersion" attribute
|
WsaVersionTypeConfig |
xgetWsaVersion()
Gets (as xml) the "wsaVersion" attribute
|
void |
xsetAnonymous(AnonymousTypeConfig anonymous)
Sets (as xml) the "anonymous" attribute
|
void |
xsetBindingName(org.apache.xmlbeans.XmlString bindingName)
Sets (as xml) the "bindingName" attribute
|
void |
xsetDefinition(org.apache.xmlbeans.XmlString definition)
Sets (as xml) the "definition" attribute
|
void |
xsetSoapVersion(SoapVersionTypesConfig soapVersion)
Sets (as xml) the "soapVersion" attribute
|
void |
xsetWsaVersion(WsaVersionTypeConfig wsaVersion)
Sets (as xml) the "wsaVersion" attribute
|
addNewDefinitionCache, addNewEndpoints, getDefinitionCache, getEndpoints, getType, isSetDefinitionCache, isSetType, setDefinitionCache, setEndpoints, setType, unsetDefinitionCache, unsetType, xgetType, xsetType
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<OperationConfig> getOperationList()
OperationConfig[] getOperationArray()
OperationConfig getOperationArray(int i)
int sizeOfOperationArray()
void setOperationArray(OperationConfig[] operationArray)
void setOperationArray(int i, OperationConfig operation)
OperationConfig insertNewOperation(int i)
OperationConfig addNewOperation()
void removeOperation(int i)
String getDefinition()
org.apache.xmlbeans.XmlString xgetDefinition()
boolean isSetDefinition()
void setDefinition(String definition)
void xsetDefinition(org.apache.xmlbeans.XmlString definition)
void unsetDefinition()
String getBindingName()
org.apache.xmlbeans.XmlString xgetBindingName()
boolean isSetBindingName()
void setBindingName(String bindingName)
void xsetBindingName(org.apache.xmlbeans.XmlString bindingName)
void unsetBindingName()
SoapVersionTypesConfig.Enum getSoapVersion()
SoapVersionTypesConfig xgetSoapVersion()
boolean isSetSoapVersion()
void setSoapVersion(SoapVersionTypesConfig.Enum soapVersion)
void xsetSoapVersion(SoapVersionTypesConfig soapVersion)
void unsetSoapVersion()
WsaVersionTypeConfig.Enum getWsaVersion()
WsaVersionTypeConfig xgetWsaVersion()
boolean isSetWsaVersion()
void setWsaVersion(WsaVersionTypeConfig.Enum wsaVersion)
void xsetWsaVersion(WsaVersionTypeConfig wsaVersion)
void unsetWsaVersion()
AnonymousTypeConfig.Enum getAnonymous()
AnonymousTypeConfig xgetAnonymous()
boolean isSetAnonymous()
void setAnonymous(AnonymousTypeConfig.Enum anonymous)
void xsetAnonymous(AnonymousTypeConfig anonymous)
void unsetAnonymous()
Copyright © 2019. All Rights Reserved.