public interface TOperation extends TExtensibleDocumented
Modifier and Type | Interface and Description |
---|---|
static class |
TOperation.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 |
---|---|
TFault |
addNewFault()
Appends and returns a new empty value (as xml) as the last "fault" element
|
TParam |
addNewInput()
Appends and returns a new empty "input" element
|
TParam |
addNewOutput()
Appends and returns a new empty "output" element
|
TFault[] |
getFaultArray()
Deprecated.
|
TFault |
getFaultArray(int i)
Gets ith "fault" element
|
List<TFault> |
getFaultList()
Gets a List of "fault" elements
|
TParam |
getInput()
Gets the "input" element
|
String |
getName()
Gets the "name" attribute
|
TParam |
getOutput()
Gets the "output" element
|
List |
getParameterOrder()
Gets the "parameterOrder" attribute
|
TFault |
insertNewFault(int i)
Inserts and returns a new empty value (as xml) as the ith "fault" element
|
boolean |
isSetInput()
True if has "input" element
|
boolean |
isSetOutput()
True if has "output" element
|
boolean |
isSetParameterOrder()
True if has "parameterOrder" attribute
|
void |
removeFault(int i)
Removes the ith "fault" element
|
void |
setFaultArray(int i,
TFault fault)
Sets ith "fault" element
|
void |
setFaultArray(TFault[] faultArray)
Sets array of all "fault" element
|
void |
setInput(TParam input)
Sets the "input" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setOutput(TParam output)
Sets the "output" element
|
void |
setParameterOrder(List parameterOrder)
Sets the "parameterOrder" attribute
|
int |
sizeOfFaultArray()
Returns number of "fault" element
|
void |
unsetInput()
Unsets the "input" element
|
void |
unsetOutput()
Unsets the "output" element
|
void |
unsetParameterOrder()
Unsets the "parameterOrder" attribute
|
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlNMTOKENS |
xgetParameterOrder()
Gets (as xml) the "parameterOrder" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
|
void |
xsetParameterOrder(org.apache.xmlbeans.XmlNMTOKENS parameterOrder)
Sets (as xml) the "parameterOrder" attribute
|
addNewDocumentation, getDocumentation, isSetDocumentation, setDocumentation, unsetDocumentation
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
TParam getInput()
boolean isSetInput()
void setInput(TParam input)
TParam addNewInput()
void unsetInput()
TParam getOutput()
boolean isSetOutput()
void setOutput(TParam output)
TParam addNewOutput()
void unsetOutput()
TFault[] getFaultArray()
TFault getFaultArray(int i)
int sizeOfFaultArray()
void setFaultArray(TFault[] faultArray)
void setFaultArray(int i, TFault fault)
TFault insertNewFault(int i)
TFault addNewFault()
void removeFault(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
List getParameterOrder()
org.apache.xmlbeans.XmlNMTOKENS xgetParameterOrder()
boolean isSetParameterOrder()
void setParameterOrder(List parameterOrder)
void xsetParameterOrder(org.apache.xmlbeans.XmlNMTOKENS parameterOrder)
void unsetParameterOrder()
Copyright © 2019. All Rights Reserved.