|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TOperation
An XML tOperation(@http://schemas.xmlsoap.org/wsdl/). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TOperation.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
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()
Gets array of all "fault" elements |
TFault |
getFaultArray(int i)
Gets ith "fault" element |
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 |
Methods inherited from interface org.apache.geronimo.xbeans.wsdl.TDocumented |
---|
addNewDocumentation, getDocumentation, isSetDocumentation, setDocumentation, unsetDocumentation |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |