org.apache.geronimo.xbeans.wsdl
Interface TBindingOperation

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

public interface TBindingOperation
extends TExtensibleDocumented

An XML tBindingOperation(@http://schemas.xmlsoap.org/wsdl/). This is a complex type.


Nested Class Summary
static class TBindingOperation.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
 TBindingOperationFault addNewFault()
          Appends and returns a new empty value (as xml) as the last "fault" element
 TBindingOperationMessage addNewInput()
          Appends and returns a new empty "input" element
 TBindingOperationMessage addNewOutput()
          Appends and returns a new empty "output" element
 TBindingOperationFault[] getFaultArray()
          Gets array of all "fault" elements
 TBindingOperationFault getFaultArray(int i)
          Gets ith "fault" element
 TBindingOperationMessage getInput()
          Gets the "input" element
 String getName()
          Gets the "name" attribute
 TBindingOperationMessage getOutput()
          Gets the "output" element
 TBindingOperationFault 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
 void removeFault(int i)
          Removes the ith "fault" element
 void setFaultArray(int i, TBindingOperationFault fault)
          Sets ith "fault" element
 void setFaultArray(TBindingOperationFault[] faultArray)
          Sets array of all "fault" element
 void setInput(TBindingOperationMessage input)
          Sets the "input" element
 void setName(String name)
          Sets the "name" attribute
 void setOutput(TBindingOperationMessage output)
          Sets the "output" element
 int sizeOfFaultArray()
          Returns number of "fault" element
 void unsetInput()
          Unsets the "input" element
 void unsetOutput()
          Unsets the "output" element
 org.apache.xmlbeans.XmlNCName xgetName()
          Gets (as xml) the "name" attribute
 void xsetName(org.apache.xmlbeans.XmlNCName name)
          Sets (as xml) the "name" 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

TBindingOperationMessage getInput()
Gets the "input" element


isSetInput

boolean isSetInput()
True if has "input" element


setInput

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


addNewInput

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


unsetInput

void unsetInput()
Unsets the "input" element


getOutput

TBindingOperationMessage getOutput()
Gets the "output" element


isSetOutput

boolean isSetOutput()
True if has "output" element


setOutput

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


addNewOutput

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


unsetOutput

void unsetOutput()
Unsets the "output" element


getFaultArray

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


getFaultArray

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


sizeOfFaultArray

int sizeOfFaultArray()
Returns number of "fault" element


setFaultArray

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


setFaultArray

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


insertNewFault

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


addNewFault

TBindingOperationFault 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



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