|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TBindingOperation
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
TBindingOperationMessage getInput()
boolean isSetInput()
void setInput(TBindingOperationMessage input)
TBindingOperationMessage addNewInput()
void unsetInput()
TBindingOperationMessage getOutput()
boolean isSetOutput()
void setOutput(TBindingOperationMessage output)
TBindingOperationMessage addNewOutput()
void unsetOutput()
TBindingOperationFault[] getFaultArray()
TBindingOperationFault getFaultArray(int i)
int sizeOfFaultArray()
void setFaultArray(TBindingOperationFault[] faultArray)
void setFaultArray(int i, TBindingOperationFault fault)
TBindingOperationFault insertNewFault(int i)
TBindingOperationFault addNewFault()
void removeFault(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |