public interface OperationType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
OperationType.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 |
---|---|
org.apache.xmlbeans.XmlAnySimpleType |
addNewName()
Appends and returns a new empty "name" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewOneWay()
Appends and returns a new empty "one-way" attribute
|
ParameterType |
addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getName()
Gets the "name" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
getOneWay()
Gets the "one-way" attribute
|
ParameterType[] |
getParameterArray()
Deprecated.
|
ParameterType |
getParameterArray(int i)
Gets ith "parameter" element
|
List<ParameterType> |
getParameterList()
Gets a List of "parameter" elements
|
QName |
getReturnXmlName()
Gets the "return-xml-name" attribute
|
ParameterType |
insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
|
boolean |
isSetOneWay()
True if has "one-way" attribute
|
boolean |
isSetReturnXmlName()
True if has "return-xml-name" attribute
|
void |
removeParameter(int i)
Removes the ith "parameter" element
|
void |
setName(org.apache.xmlbeans.XmlAnySimpleType name)
Sets the "name" attribute
|
void |
setOneWay(org.apache.xmlbeans.XmlAnySimpleType oneWay)
Sets the "one-way" attribute
|
void |
setParameterArray(int i,
ParameterType parameter)
Sets ith "parameter" element
|
void |
setParameterArray(ParameterType[] parameterArray)
Sets array of all "parameter" element
|
void |
setReturnXmlName(QName returnXmlName)
Sets the "return-xml-name" attribute
|
int |
sizeOfParameterArray()
Returns number of "parameter" element
|
void |
unsetOneWay()
Unsets the "one-way" attribute
|
void |
unsetReturnXmlName()
Unsets the "return-xml-name" attribute
|
org.apache.xmlbeans.XmlQName |
xgetReturnXmlName()
Gets (as xml) the "return-xml-name" attribute
|
void |
xsetReturnXmlName(org.apache.xmlbeans.XmlQName returnXmlName)
Sets (as xml) the "return-xml-name" 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
List<ParameterType> getParameterList()
ParameterType[] getParameterArray()
ParameterType getParameterArray(int i)
int sizeOfParameterArray()
void setParameterArray(ParameterType[] parameterArray)
void setParameterArray(int i, ParameterType parameter)
ParameterType insertNewParameter(int i)
ParameterType addNewParameter()
void removeParameter(int i)
org.apache.xmlbeans.XmlAnySimpleType getName()
void setName(org.apache.xmlbeans.XmlAnySimpleType name)
org.apache.xmlbeans.XmlAnySimpleType addNewName()
org.apache.xmlbeans.XmlAnySimpleType getOneWay()
boolean isSetOneWay()
void setOneWay(org.apache.xmlbeans.XmlAnySimpleType oneWay)
org.apache.xmlbeans.XmlAnySimpleType addNewOneWay()
void unsetOneWay()
QName getReturnXmlName()
org.apache.xmlbeans.XmlQName xgetReturnXmlName()
boolean isSetReturnXmlName()
void setReturnXmlName(QName returnXmlName)
void xsetReturnXmlName(org.apache.xmlbeans.XmlQName returnXmlName)
void unsetReturnXmlName()
Copyright © 2019. All Rights Reserved.