org.apache.geronimo.xbeans.wsdl
Interface TOperation

All Superinterfaces:
TDocumented, TExtensibleDocumented, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TOperationImpl

public interface TOperation
extends TExtensibleDocumented

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getInput

TParam getInput()
Gets the "input" element


isSetInput

boolean isSetInput()
True if has "input" element


setInput

void setInput(TParam input)
Sets the "input" element


addNewInput

TParam addNewInput()
Appends and returns a new empty "input" element


unsetInput

void unsetInput()
Unsets the "input" element


getOutput

TParam getOutput()
Gets the "output" element


isSetOutput

boolean isSetOutput()
True if has "output" element


setOutput

void setOutput(TParam output)
Sets the "output" element


addNewOutput

TParam addNewOutput()
Appends and returns a new empty "output" element


unsetOutput

void unsetOutput()
Unsets the "output" element


getFaultArray

TFault[] getFaultArray()
Gets array of all "fault" elements


getFaultArray

TFault getFaultArray(int i)
Gets ith "fault" element


sizeOfFaultArray

int sizeOfFaultArray()
Returns number of "fault" element


setFaultArray

void setFaultArray(TFault[] faultArray)
Sets array of all "fault" element


setFaultArray

void setFaultArray(int i,
                   TFault fault)
Sets ith "fault" element


insertNewFault

TFault insertNewFault(int i)
Inserts and returns a new empty value (as xml) as the ith "fault" element


addNewFault

TFault addNewFault()
Appends and returns a new empty value (as xml) as the last "fault" element


removeFault

void removeFault(int i)
Removes the ith "fault" element


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlNCName xgetName()
Gets (as xml) the "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute


getParameterOrder

List getParameterOrder()
Gets the "parameterOrder" attribute


xgetParameterOrder

org.apache.xmlbeans.XmlNMTOKENS xgetParameterOrder()
Gets (as xml) the "parameterOrder" attribute


isSetParameterOrder

boolean isSetParameterOrder()
True if has "parameterOrder" attribute


setParameterOrder

void setParameterOrder(List parameterOrder)
Sets the "parameterOrder" attribute


xsetParameterOrder

void xsetParameterOrder(org.apache.xmlbeans.XmlNMTOKENS parameterOrder)
Sets (as xml) the "parameterOrder" attribute


unsetParameterOrder

void unsetParameterOrder()
Unsets the "parameterOrder" attribute



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.